I share loss strategy
-
For each open position that the loss is <= -2 pips, open another position in the opposite direction (Buy, Sell - Sell, Buy) with the same volume plus 10%.- with which the loss is netted with the option to close positive in the future.
The problem is that I have not been able to detect why it does not work where the execution stops.
Can someone tell me what is happening where it is wrong or how to detect the problem. I need help. -
@rodrigo-ortuzar Blocks 1 and 4 are unnecessary. Just remove them. However, that structure will open a new trade every single tick. I guess you want just 1, right? Then you should use a pink 'once per trade/order' block instead.
-
Thanks l'andorrà, but I don't know what my logic failed. I did the two alternatives one in "on Trade" and another in "on Tick" and both do not open the position against the open position of loss. If you have a minute I would appreciate it if you could send me lights on where it is failing.
I think that in "on Trade" it fails because I don't know how to indicate that the profit is in pips, block , and in "on Tick" I am lost because it doesn't open the position against it.
https://fxdreema.com/shared/NayFdLm9e -
@rodrigo-ortuzar You are using a ping block unconnected to a 'for each position' block. You should remove it and duplicate the whole structure on the 'on trade' tab. One for buy position created only and another one for sells.