trader.replay package¶
Decision replay and scoring against archived news (issue #7 step 4).
Replays a pre-registered sample of historical dates through the production LlmStrategy, fed by the Alpaca news archive instead of the live feed, and scores each replayed decision against the price move that actually followed. Read-only against data/trader.db; places no orders.
Submodules¶
- trader.replay.bars_at module
- trader.replay.bootstrap module
- trader.replay.news_at module
- trader.replay.outcomes module
- trader.replay.run module
- trader.replay.sample module
- trader.replay.scoring module
- trader.replay.sessions module