I am trying to change my profit target in my strategy with the Parabolic SAR.
I use:
SetProfitTarget("My Trade", CalculationMode.Price, ParabolicSARValue, false)
However, the strategy does not change the profit target along with the Parabolic SAR. The profit target remains static.
How can this be done in NinjaTrader?
Thank you

Comment