Forum

validation issues

any help? i get this message during validation when i run the same code in my mt4, it places the trades without errors errors is there any issues with my code? bool tradeManager( string orderType, double orderEntry, double orderSL) // manages trades and orders { bool result = false ; double

automatic validation issues

i have an EA, codeA.ex5 i have made all the necessary checks but this EA fails the automatic validation with errors(no trading operations ) for all the test pairs when i copy the exact code and paste and compile with the same editor to codeB.ex5, this code passes the validation with no errors then i

validation error: no trading operations

my EA places buyStop and sellStop orders when certain criteria are met after so many trials and errors, i realised the validation does not pass this line of code double ask = SymbolInfoDouble ( _Symbol , SYMBOL_ASK ); double bid = SymbolInfoDouble ( _Symbol , SYMBOL_BID ); int stopLevel = (

issue with strategy tester multi currency and multi timeframe testing

i have an EA that trades 9 pairs the strategy works best for different timeframes for each pair it has been indicated in the code to use the specified timeframe for each pair when i run the code in the tester with visualization on, i can select any time frame in the strategy tester menu and the code