trading/backtester
Viktor Barzin cd75c4ab7e
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was canceled
feat(backtester): extend compute_metrics with alpha/beta/winners/best
In-place extension (no fork). Existing tests still pass; new fields are
optional and None when no benchmark is supplied.
2026-05-24 00:57:42 +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(backtester): extend compute_metrics with alpha/beta/winners/best 2026-05-24 00:57:42 +00:00
simulated_broker.py fix: resolve 13 important issues from code review 2026-02-22 17:58:01 +00:00