extern int BE_Point = 10; extern int BE_Active_Point = 25; bool OM; void OnTick() { BE_SL(); } //+------------------------------------------------------------------+ void BE_SL () { for(int be=OrdersTotal()-1;be>=0;be--) { if(!OrderSelect(be,SELECT_BY_POS,MODE_TRADES)) continue; if(OrderType()==OP_SELL) { if(OrderStopLoss()>OrderOpenPrice()) if(Bid