As of this post, we have yet to document the new unmanaged order handling in strategies.
This is a quick pointer.
- In Initialize() set "Unmanaged" to a value of "True"
- This will disable all internal order handling rules
- You now "can and must" place orders using the new SubmitOrder() method, all other order entry methods will be ignored

Comment