The title says it all. Is there a way to ignore start up behavior in a strategy, which would allow me to manage everything completely on my own?
I look forward to your answer.
Edit: to clarify my request, here's a list of things I don't want my strategy to do when starting up.
1. I do not want to cancel any previously submitted orders by the strategy, like "WaitUntilFlat" does.
2. I do not want the strategy to assume anything in regard to my Account and Strategy position, both should be flat as far as my strategy is aware of.
3. I do not want the strategy to attempt matching any active orders to strategy orders, I want to do this myself within the script.

Comment