What are the paramters needed to have sync this strategy to the position on the next trading day?
What I have in mind:
1. Use GTC for the stop order
2. Set ExitOnClose=false for the strategy
3. In Control Center->Options->strategies->NinjaScript->Order Handling
disable Cancel Entry Orders when strategy disabled
disable Cancel Exit Order when strategy disabled
Does this yield the situation that the next morning the strategy will sync again to the open position held overnight?
Question here: What is an exit order: Is the Stop loss order mentioned above considered an exit order?

Comment