Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Advance backtest time

I would like a function something like:

if get_environment('arena') == 'backtest' and not pipeline.output:  advance_backtest_time(days=1, hours=0, ...)

It would dramatically speed up my backtest time when using minute data and reduce load on your servers.