backtest_event_generator#

Event scheduling engine for realistic backtesting simulations.

Determines when training and prediction events should occur during backtesting, respecting data availability constraints and operational scheduling requirements. Acts as the temporal coordinator between data availability and model operations.

Classes#

BacktestEventGenerator(**data)

Component for generating ordered sequences of backtest events.