Schopenhauer / Publications
Forum
OrderSelect and OrderOpenPrice(); doesn't return open price for all position
doesn't return open price for all position, it is only give me the price for first position, what can i do for make it give me open price for all position which Ticket (1) I hope it's clear if ( OrderSelect ( 1 ,SELECT_BY_TICKET)== true )_OOP_1 = OrderOpenPrice();
How , when close position with stop loss go to open anther postion
How , when close position with stop loss go to open anther position I used this http://www.strategytune.com what I mean is , when close buy position with TakeProfit don't do nothing when close buy position with StopLoss open sell position I hope it is clear