Check profit in pips and close basket trades
-

i tried to apply this tree connection to close basket trades when pips sum in profit = 70 pips
i tried that and EA didnt close all trades
how can i close all open trades ( in profit and in loss running one ) when total is greater than 70 profit pips ?
thanks
-
@saeed-2 Hello,
I would say first, you don't need the (for each trade) block. Other than that, The other two blocks should do the trick if all the trades are on the same symbol
-
thanks for replying
ok if i want all open trades from all kind of symbol .. what shall i do -
@saeed-2 You can get that with someting like this:
-
@l-andorrà thanks Mr l-andorrà
so if i want to close only running trades, i should use only these blocks
-
@saeed-2 Correct.
-
@l-andorrà thanks .. it works