Hi @fxDreema
Thanks for your response.
What I want is to build a system with a method similar to close a full position partially but avoiding the issues related to close partially orders in MT4/5. Well, maybe they are not big issues but are confusing for me. As an example, the one that if you close partially a position, a new trade is opened.
link text
I have tested using the pink block "close (partially)" in my projects but I don't like (personal opinion) how it works in MT4/5.
The target is: if my project has multiple profit targets, I want multiple positions with a fraction volume of the lot size given by the MM method. One position for each profit level. In this way, I will be able to manage each position independently. Of course, it will be required more work for building the project but I am getting more familiar with the builder's logic and it is easy to build the condition for each position.
I am testing dividing the Risk% by the number of positions to be opened:
Risk(%) -> PartialRisk(%) = Risk(%)/positions
Each position will have a PartialRisk(%) inside its own block. Maybe it is not a polite way but it could be work.
I appreciate a lot your comments.
Regards
Jose