Close trades based on equity versus balance
-
I want to create a rule in which all positions will be closed if equity reaches 90% of account balance.
for example balance is $10000,
Equity is $9000all trades must be closed.
I've tried creating it myself but it doesn't close trades, here's the project https://fxdreema.com/shared/nLYgQazOb
-
@tsheppo like this. To close ALL trades, remember to change all the default filters in the close trades.

-
Thank you, it works perfectly.