Edit Your Comment
whats wrong with this code?
Aug 04, 2016 at 05:58
Miembro desde Jul 29, 2011
posts 5
very difficult to say without seeing how u declared the variables like max_spread_filter.. at first glance altho its not required always you should bracket the execution portion after your if statement runs. If youd like me to help I'd have to see more of the code. One more thing, it doesnt look like MyPoint has any value. Again, very difficult to say just from one snippet of code bc we need to see the declarations and how the code flows.
Losers Average Losers && Never throw good $ after bad trading.
Aug 05, 2016 at 04:01
Miembro desde Oct 23, 2012
posts 341
extern bool max_spread_filter=true;
extern double max_spread=5.0;
double myPoint, mySpread, myStopLevel,myTickValue,myTickSize,myLotValue;
int myDigits;
init:
SetPoint();
start:
bool enableopen = true;
if(max_spread_filter && (Ask-Bid)/myPoint
extern double max_spread=5.0;
double myPoint, mySpread, myStopLevel,myTickValue,myTickSize,myLotValue;
int myDigits;
init:
SetPoint();
start:
bool enableopen = true;
if(max_spread_filter && (Ask-Bid)/myPoint
if you follow the flock like sheep you always end up stepping in shit!

forex_trader_25447
Miembro desde Dec 21, 2010
posts 127
Aug 05, 2016 at 04:45
Miembro desde Dec 21, 2010
posts 127
I see some syntax errors .
You probably know some other language , and try to write as You know.
You have to write like this :
double myPoint, mySpread, myStopLevel,myTickValue,myTickSize,myLotValue;
int myDigits;
init()
{
SetPoint();
}
start()
{
bool enableopen = true;
if(max_spread_filter && (Ask-Bid)/myPoint
You probably know some other language , and try to write as You know.
You have to write like this :
double myPoint, mySpread, myStopLevel,myTickValue,myTickSize,myLotValue;
int myDigits;
init()
{
SetPoint();
}
start()
{
bool enableopen = true;
if(max_spread_filter && (Ask-Bid)/myPoint

*El uso comercial y el spam no serán tolerados y pueden resultar en el cierre de la cuenta.
Consejo: Al publicar una imagen o una URL de YouTube, ésta se integrará automáticamente en su mensaje!
Consejo: Escriba el signo @ para completar automáticamente un nombre de usuario que participa en esta discusión.