Closing all trades when the account is in a specific Profit
-
Hello,
I would like to know if there is a way to include in a EA a condition for closing different trades in different pairs when reaching a specific profit amount. Not matter if there´s a specific pair that is loosing at that time but when reached the profit it closes all the open trades.
Thank you. -
Just change the "Profit is the sum of..." this is the condition block you need at least.
-
@jsauter86 Correct, but he should select 'Any symbol' on the 'Symbol mode' option of block ID 1. That way all open trades for all symbols will be considered.
-
@tipsywisdom Thank you