trading/backtester
Viktor Barzin 23ce45a4f2
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was canceled
feat(kevin): mention-driven backtest mini-engine
Walks mentions chronologically, T+1 entry, time-based exit per
KevinStrategy. Reuses backtester/metrics::compute_metrics for headline
numbers. KevinPriceLoader fronts market_data + Alpaca.
2026-05-24 00:56:57 +00:00
..
__init__.py feat: backtesting engine — historical replay with shared strategies 2026-02-22 15:43:19 +00:00
config.py feat: backtesting engine — historical replay with shared strategies 2026-02-22 15:43:19 +00:00
data_loader.py feat: backtesting engine — historical replay with shared strategies 2026-02-22 15:43:19 +00:00
engine.py feat: backtesting engine — historical replay with shared strategies 2026-02-22 15:43:19 +00:00
kevin_backtest.py feat(kevin): mention-driven backtest mini-engine 2026-05-24 00:56:57 +00:00
kevin_price_loader.py feat(kevin): mention-driven backtest mini-engine 2026-05-24 00:56:57 +00:00
metrics.py feat(kevin): mention-driven backtest mini-engine 2026-05-24 00:56:57 +00:00
simulated_broker.py fix: resolve 13 important issues from code review 2026-02-22 17:58:01 +00:00