Search results

  1. C

    How can I add TrailingStop program with 5min on 30min EA

    I'm new here. I am trying to reduce some risk of not getting profit when I can possibly close with lower timeframe. I could not find any posts. Please help me. for(cnt=0;cnt<total;cnt++) { OrderSelect(cnt, SELECT_BY_POS, MODE_TRADES); if(OrderType()<=OP_SELL && // check...
Back
Top