Hi,

Is it possible to run a backtest for a certain period, say for years 2000-2010, and then pause it and then continue the same backtest for the following years 2011+onwards? Assume that we use API for the backtest

Ideally, when we restart the backtest it should continue from the last state from the previous run (e.g. last open orders will be processed in the second run, and account equity will be continued from the previous backtest). 

Is this possible?

Thanks