Forum

Expert Stopped any one can please check this code

after the last update my EA stopped open new trades when i check it for errors it gives me this message return value of 'OrderSelect' should be checked total = CountTrades(); if (total == 0 ) flag = FALSE ; for (cnt = OrdersTotal () - 1 ; cnt >= 0 ; cnt--) { OrderSelect (cnt, SELECT_BY_POS

Expert Stopped any one can please check this code

after the last update my EA stopped open new trades when i check it for errors it gives me this message return value of 'OrderSelect' should be checked this the code { OrderSelect(cnt, SELECT_BY_POS, MODE_TRADES); if (OrderSymbol() != Symbol() || OrderMagicNumber() != MagicNumber) continue;