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 6489b22c89 Fix: paper trader missing TQQQ overlay evaluation in parking gate
_parking_evaluate_gate() was returning only QQQM or SGOV, never TQQQ,
because the low-vol overlay logic (_evaluate_low_vol_overlay_target in
backtester) was not implemented in the live engine. Add overlay check
at the end of the gate: vol threshold, temperature, entropy, and Hurst
R/S analysis — matching the backtester's conditions exactly.

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 Fix ORB intraday data pipeline and consolidate strategy configs 4 months ago
auto.py Add v7.120 composed GLD experiment updates 4 months ago
backtest_sim.py Revert: remove daily_budget_reset from PEAD backtest 4 months ago
cli.py Prune unused sleeve presets and trim web preset lists 4 months ago
engine.py Fix: paper trader missing TQQQ overlay evaluation in parking gate 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 non-core allocator v2 and Form4 freshness presets 4 months ago
reporter.py Remove overlay backtesting and scoring 5 months ago
state.py Remove momentum breakout sleeve (overfitting, valid -31%) and revert related code 4 months ago