mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-28 09:27:19 +08:00
5a235bdaef
loaders This allows people to set their cutoff time to the time they will actually execute 'before_trading_start'. Currently this is just passed to the constructor of the loader; however, I would like to make this managed by the algorithm simulation runner. This would help keep all of the loaders in sync and lock 'before_trading_start's execution to the time the data is queried for.