Forum

Automatic validation Invalid Order send error 131

Hi Gents, I have the following code it works perfect on my EA tester but when it comes to automatic validation it fails int start() { //---- int TCC = 0 ; for ( int ii = OrdersTotal ()- 1 ; ii >= 0 ; ii--) { if (! OrderSelect (ii, SELECT_BY_POS , MODE_TRADES )) continue ; if ( OrderSymbol

errors to be corrected

I have product an ex4 file the only issue that this file got a custom indicator in my startegy tester it works fine and in demo account and real account the same but when i put it into verification to sell my product it can't be read my custom indicator please help me on this error