Separating Trades into different groups with their own closing rules
-
Hello.... I'm working on an EA that has a few different ways it places trades. One module places scalping trades with a trailing stop and the other places longer swing trades when certain conditions are met. My problem comes when I'm creating my trade closing rules. I want a separate set of closing rules for my scalping trades and a separate set of closing rules for my longer swing trades. Is there a way I'm not seeing that I can ID these trades so my closing rules don't apply to EVERY trade taken by this EA but just to the ones of a particular module?
-
Might have figured this out.... Under the Buy/Sell Blocks I am able to use the Group # parameter and when closing trades, I can use the If Trade block and reference the Group # there right?