My new approach (which I'll test out tomorrow) uses simulated sell on stops in place of submitted stop orders. I wanted to better understand how to configure this option in live trading.... it's working perfectly in backtesting, but I know things change.
First question, is this document still valid?
NinjaTrader always submits back-up live stop loss orders when using a simulated stop loss order. This is primarily used for protecting an open position strategy in the event that you have PC or internet related problems. The back-up live stop stop loss order is submitted at an offset of 15 x the instrument's tick size from the simulated stop loss price and moves in relation to your current simulated stop loss value. Therefore, if your simulated stop loss is adjusted, the back-up live stop loss is also adjusted.
Second, other than calling the version of SetStopLoss that accepts simulated=true within my code... is there *anything* else I need to do within options/settings to enable simulated stop loss orders? Various documents talk about using simulated stops within the SuperDOM window, within ATM window... not much detail about Ninjascript Strategy.
Thanks in advance.
Comment