Johnny Trainer
Johnny Trainer
Johnny Trainer
Added topic Lot computed wrong ?
LOT = NormalizeDouble (account.Balance()/RR, 1 );   RR is 15000 and the virtual account is 48000. the LOT computed is 6.4.   why ? :)   happens ONLY on Windows 7! on  Windows 8.1 the script works fine !   much
Johnny Trainer
Added topic EA
Folks, please help me with a EA to let me test different MACD periods on different TF combinations...  i know how write a script and i understand programming. have no idea about how to write a EA !!!   please help. much appreciated. 
Johnny Trainer
Added topic is there a method to filter positive and negative low numbers
i am dealing with very low values, like: 0.0000001 vs -0.0000001. in comparison with zero the compiler seems to be confused. is there any way to detect precisely (and not by comparison with zero) - which number is positive and negative. it may sound
Johnny Trainer
Added topic if condition too long ?
if (TrendIsUp == 1 && Fact_Uup1[i] == false && BoolUp[i] == true && TypeTrend [i] == 1 && GoodMarket[i] == true ) are these too many conditions for the compiler to properly process ? because the things look like they
Johnny Trainer
Registered at MQL5.community