I got a problem with exiting my positions...
My actual strategy looks like this: there is a SL of 200 ticks, when the first position is opened. Then, if there are some conditions filled, another position is opened (pyramiding). Now I want to set the SL to 200 ticks below the NEW entry price, so when the loss on the newest position is 200 ticks, ALL positions in the same direction are exited.
If I only use SetStopLoss(CalculationMode.Ticks, 200), this is only applied on each single position.
So the aim is, that when one SL is triggered, all positions of the same direction are closed.
How can I do that?
Regards
Sepp

Comment