Close all trades at one trigger
-
Is there anyway that "close trade" block ignore itself magic number and get triggered for all open trades who has different magic numbers ?
-
@baxishparmar You'll need to create a condition so when 1 happens it closes a single group, when the other happens it closes all groups, in the block add all groups with a , like 1,2,3,4,5 etc.
-
Thank you very much