I am creating a strategy that has 2 entries. The first one (Entry A) is a fixed stop loss with a fixed profit target.
The second entry (Entry B) has a stop loss that is fixed until Entry A hits its profit target. After Entry A hits its profit target, the stop loss for Entry B moves closer to the price.
The Entry B stop loss will then remain at this level until the SMA (or PSAR or another chosen indicator) "catches up" with it. As soon as the indicator catches up with it, the stop loss begins to trail this indicator after every bar has closed.
According to the documentation about SetStopLoss(), I can not use SetStopLoss() and SetTrailStop() on the same order - so I do not know how to set this logic for the Entry B stop loss.
Thank you in advance for any help.

Comment