Close partial profit works in mt4 but not mt5.
-
Like the title says when I try and close partial profit and use the block "once per trade/order" it works for me in mt4, but if I try and do the same thing with the block "once per position/order" in mt5 it closes both the original and the partial order at the same time.

-
@sm24 you are right, i know this bug for a long time. I solved it changing the code by hand.
-
@sm24 What's the point of using that block? Is doesn't modify the loops functionality. Just remove it.
-
@l-andorrà the point of the block is to stop it from closing the whole position.
-
@sm24 Then probably the problem should be in another place. Can you please share the link of the project?
-
@l-andorrà it's the block for sure. I've talked to 2 other people and they've had the exact same problem where as in mt4 the same sequence works. I've even tried converting the file in mt4 to mt5 where it worked in mt4 but did not in mt5 so.
-
Same problem here. Also with pink "modify stops" block. It doesn't work in MT5 but works in MT4.
-
@camhawk All these MT5 issues need to be directly communicated to the admin, please. He will fix them for sure.
-
@sm24 the problem arises when there are child trades created with add volume block, otherwise it works correctly. To work around this problem you need to set the loop in for each position from the oldest to newest so that the parent trade goes first. If anything, the bug is in the close partially block when you want to close a percentage.
-
@l-andorrà Thanks. What's the best way to contact admin these days?
-
@camhawk I'm afraid the only effective way is via the contact page: https://fxdreema.com/contact
Sadly, he takes a looong time to answer bug emails.

-
@sm24 I have the same problem,