Thank you for your note.
Since this strategy is using an ExitLongStopMarket() order for the stop loss, you will also need to use an exit order for the profit target. You could add a condition set that checks if the market position is long, then have the action set to ExitLongLimit at your desired profit target price for example. My colleague has created a strategy builder strategy that demonstrates how to use exit methods to have both a stop loss and a profit target. That example may be found here:
Please let us know if we may be of further assistance.

Comment