You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
I Luk Kim fcf379c759 Fix snapshot refresh: enable auto-rebuild, fix date-range edge cases, log incremental failures
- registry.json: change _ftb_fix_v2 from manual_only to auto_full_rebuild so
  backtest auto-refreshes when snapshot doesn't cover the requested period
- run.py: return [] (not all_trading_days fallback) when parking cap pushes
  requested_end before requested_start, preventing silent wrong-date-range runs
- run.py: allow 1-trading-day lag tolerance in parking cap so a single lagging
  symbol (e.g. QQQM shortly after close) doesn't cap the whole simulation
- backtest_sim.py: log incremental_update_failed_falling_back warning so
  silent fallback to full rebuild is visible in direct-mode logs

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
4 months ago
..
__init__.py Add paper trading system: broker integration, state management, reporter 5 months ago
alpaca_broker.py Paper trader Phase 1.A.1: poll actual fill price on exits, kill silent drop 4 months ago
auto.py Paper trader Phase 1 fixes: multi-session isolation, pipeline halt, snapshot refresh unblock 4 months ago
backtest_sim.py Fix snapshot refresh: enable auto-rebuild, fix date-range edge cases, log incremental failures 4 months ago
cli.py Fix cash-capped entries + wire snapshot store into run daily 4 months ago
engine.py Fix cash-capped entries + wire snapshot store into run daily 4 months ago
event_detector.py Extend lookback entry to paper trader and mock broker 4 months ago
mock_broker.py Add paper trading system: broker integration, state management, reporter 5 months ago
models.py Add paper trader improvements, web GUI updates, and experiment registry cleanup 4 months ago
reporter.py Remove overlay backtesting and scoring 5 months ago
state.py Add paper trader improvements, web GUI updates, and experiment registry cleanup 4 months ago