For each closed position in MT5 not working .. is there a bug ?
-
in MT4 working perfectly but in MT5 not working at all .. actually is works as ( pass ) .. its just a driver block with no function
-
@saeed-2 Can you please share the link to the project?
-
)for each closed position doesnt function as it is in mt4
-
@saeed-2 Add a shared project so blocks can be internally looked at, for each is the start of a separate tree, probably what is causing problems.
-
Yea, to have For Each Position and For Each Closed, in the same tree will cause conflict.
-
@tipsywisdom Exactly. Those blocks should not be connected the way they are.