
I have a NinjaTrader 8 strategy with a Take Profit + Stop Loss set to 10 points.
I was hoping to add in an additional Take Profit at 20 points. (TP 2)
And then to specify in the code that after my 1st Take Profit is hit, the Stop Loss jumps to breakeven.
Summarized:
- Take Profit 1 is hit at 10 points, Stop Loss jumps to break even.
- Take Profit 2 is hit at 20 points OR Stop Loss is hit at break even, trade is closed.
Is this possible to code in a strategy?
Any help will be greatly appreciated.

Comment