Delete Pending Order After One Other Pending Order Has Been Triggered
-
I am creating an EA that will create both buy and sell pending orders. The challenge is that I want a condition where if one of the pending orders is triggered, the second will be deleted automatically. Kindly help @miro1360 @fxDreema @roar @l-andorrà

-
@Michael-Alex try these 2 blocks:
If trade -> Delete pending orders -
Thanks @roar ... However am I to use your suggestion on "on Tick" or "on Trade" ?
-
@roar ... It worked with "on Tick". Thank you so much