Feature request - when actively debugging complex strategies, I only want to run one or two iterations of OnData on a minute basis and then quit. exit(0) works but raises an exception. Wondered if it wasn't too hard to just add a .Quit() to the algo for a graceful early termination?

Author