TradingAgents/tradingagents/agents/analysts
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
..
fundamentals_analyst.py refactor: remove stale imports, use configurable results path (#499) 2026-04-04 07:35:35 +00:00
market_analyst.py feat: pre-computed indicator interpretations (#542) 2026-04-20 22:45:02 +10:00
news_analyst.py refactor: remove stale imports, use configurable results path (#499) 2026-04-04 07:35:35 +00:00
social_media_analyst.py refactor: remove stale imports, use configurable results path (#499) 2026-04-04 07:35:35 +00:00