[Help Needed] Modify other pending orders if 1 is activated
-
Hello All, I have a question about pending orders as the topic states. I am trying to build an EA that opens 2 pending orders per bar. Once one of the two orders is triggered the other one should be modified (placement level, volume or even deleted).
- Is there a block that passes once a pending order is triggered?
- Can a pending order be modified if another one is activated? (I know it can be deleted)
Thanks
-
@fx-ea Yes, you can use the blocks on the 'on trade' tab to do it. The easiest way to modify a pending order is simply deleting the old one a program a new one with the esired changes.