Forum

Sell Stop Order Advise

Please, I'm sorry if my question is out of place here, but I couldn't think of a better place to go. I placed a sell stop order as follows; #27880606 sell stop 0.10 AUDUSD at 0.93576 sl: 0.94076 tp: 0.93252. The sell stop order was accepted by my broker order. A live account by the way. When the

Closing Multiple orders in an EA

Please, my coding experience is limited. How do I close 5 or more open orders in an EA once they are all in profit? Is it possible for me to call a script from an EA? If yes, how? thank you

orderModify/TrailingStop

Hello all, I'm currently developing an EA that needs to modify its open orders. I used the codes shown below if(trailingstop>0) { if(Bid-OrderOpenPrice()>Point*trailingstop) { if(OrderStopLoss()<Bid-Point*trailingstop) {