I want to close All order By PIPS calculate Profit
-
Hello Every One
I need some help
1- I want to close all order's if the total profit for it is 20 ----- 50 pips
I know there is trailing and there is % and there Account but i need by PIPS only
2- Anyone know how i can Add the full codes in the fxdreema file i need to insert this codes inside fxdreema MT4 files 0_1602099551222_CloseAtProfit.mq4 -
@ramisignals Can you please share the project link instead of the file?
-
-
@ramisignals You need to substitute block 63 by these two:

Then connect your 'close trades' block below them.
-
But this will close Each trade not all trade
-
@ramisignals You're right, sorry. Substitute the first block by an 'If trade' block.