Calculation to close all trades not triggered
-
I have the below Condition to close all trades that didn't work.

TPPct = 0.1
I have it running on a demo account and there's currently 22 trades open.
So it should have closed all trades when Equity reached Balance + 2.2%.
Equity is currently in profit by 4.9% and the 22 trades are still open.I have the same calculation being output in the Comment so I know it's being calculated correctly.
Any ideas why it didn't close the trades once the condition was met? -
Do you have trades on multiple pairs? Check that closing block, it has default setting to only close the trades on the pair it is attached to.
-
Yep, that's got it sorted, thanks.

Always check the obvious...