Deleting pending order
-
If i have two pending orders, one top and bottom. if any of those two triggered, the other one will be deleted automatically.. How to do it ?
-
set different group numbers for them, and then use "pending order exist" separately for each number
-> then you can close the other one.or simplier, check if theres less than 2 pending orders -> delete pending orders
-
Thanks Roar..