Hello,
Is there a way for me to rerun my back-test code programmically? I want to run my code once, then without running initialization() again and retaining my context variables from my first run, I want to rerun my code again starting from the first day of my back-test.
Thanks