Commit Graph

1 Commits

Author SHA1 Message Date
Clayton Brown 90c06f0d31 feat: pre-computed indicator interpretations (#542)
Review feedback applied:
- compute.py: load OHLCV once, compute all indicators on single StockDataFrame
  (was 9 redundant disk reads, now 1)
- SMA crossover detection implemented (was hardcoded None)
- Removed unreachable support_resistance interpreter
- Test date changed to known historical date (2024-01-10)

Closes #542
2026-04-20 22:45:02 +10:00