Sarmad Daneshmand / Publications
Forum
change pending order to market
Hi How i can change the login here to make the EA open market order trades instead of submitting pending orders .: if(UseBUYSTOP){ if(StopLoss == 0){Sloss = 0;} else{ Sloss = Lopen4 - StopLoss * point;} if(TakeProfit == 0){Tprof = 0;}else{ Tprof = Lopen4 + TakeProfit *