Forum

Stop loss doesnt view on platform but my EA robot use it good

Hello guys i have small problem with stop loss .My EA robot use it good but i doesnt see it on platform. Here is Stop loss (Stopper) code : } total = CountTrades(); AveragePrice = 0; double Count = 0; for (cnt = OrdersTotal() - 1; cnt >= 0; cnt--) { OrderSelect(cnt, SELECT_BY_POS

Trailing stop in my EA doesnt work on live but it is work on back test :(

Hello guys i have problem with my EA robot.My robot have Trailing stop but doest work on live test and in back test work.Anyone can help my to fix it please? (sorry for grammar mistakes in from Czech Republic)