I was looking at the Ninja Trader help for more instructions on the method AtmStrategyChangeStopTarget and found on the example that 0 is being passed as the PriceLimit Parameter:
AtmStrategyChangeStopTarget(0, SMA(10)[0], "STOP1", "AtmIdValue");
Just wanted to understand what does that mean? Does 0 mean the same price as the stop price? Does 0 mean that the default configured for StopLimitOffset on the ATMStrategy will be used?
Please clarify.
Thanks in Advance
Cheers
Rodrigo

Comment