Step exit in the trade
-
Hello to all
I want to trade with a total profit of 100 pips
When the trade goes 30 pips profit, I will withdraw 30%
At 50 pips profit, another 30%
At 80 pips profit, another 30%
And 10% left to reach the final goal.For this, I used Check profit (unrealized) and close (partially) blocks
But my problem is that whenever it goes into 30 pips of profit, it does it again
While I want it not to be used more than once in each trade.The strategy trades once a day but may be open for several days
I used Once a day before close (partially), but because it may be open for several days
Again, when it goes to profit in another 30 pips, 30% will be withdrawn againI used once per trades instead of once a day but it didn't work.
Maybe I should use variables, but it doesn't seem practical.
Or fraud from conditions or from loops (For each trade and check take-profit)Thank you for helping me.

-
Why is there a step exit in the trade?
Despite this, I have set three steps for exit, for example 30, 50 and 80 pips and 30% exit in each.And 10 percent remains until the final goal, which is 150 pips.
Once in 36 pips, and once in 93 pips, which means that 60% was withdrawn, while 90% should have been withdrawn.
Or even exits only once in 40 pips and remaining in the last target, even though he has seen 30, 50 and 80 pips.I worked with check profite and close partially blocks.
What is the reason for all these differences?
Is it possible to do something that works more accurately?? -
You should substitute that 'if trade' block for a 'For each trade' block instead.
-
@l-andorrà thanks