Mean reversion now uses daily bars | Generated by AI

Home 2026.06

Done. The change:

{'symbol': 'AAPL', ... 'strategy': 'mean_reversion', 'period': BarPeriod.DAY, ...}
{'symbol': 'INTC', ... 'strategy': 'mean_reversion', 'period': BarPeriod.DAY, ...}

What this changes in behavior:

No other code needed touchingengine.py, risk.py, and strategies.py all read the period from the instrument config, so they pick this up automatically. NVDA (1h momentum), GLD/USO (4h trend) are untouched.

This is a config-only edit on a tiny strategy table — low risk. I haven’t committed it. Want me to commit (and optionally push so the next scheduled run uses it)?


Back Donate