My strategy is a simple moving average cross. It is also set to flatten 660 seconds prior to the session close at 4:15EST. All of a sudden, my strategy is being disabled at the same time and I want it to continue running.
The strategy is set to "Exit on Close" I thought that meant to flatten on close. What should i do?

That is "go flat" and stay out. If you want your strategy to just exit all order but remain running, then tell it to do so with ExitLong() and ExitShort() at the exit time that you want it to happen.
Comment