TradingAgents/tradingagents/agents
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
..
analysts feat: pre-computed indicator interpretations (#542) 2026-04-20 22:45:02 +10:00
managers refactor: remove stale imports, use configurable results path (#499) 2026-04-04 07:35:35 +00:00
researchers refactor: remove stale imports, use configurable results path (#499) 2026-04-04 07:35:35 +00:00
risk_mgmt refactor: remove stale imports, use configurable results path (#499) 2026-04-04 07:35:35 +00:00
trader refactor: remove stale imports, use configurable results path (#499) 2026-04-04 07:35:35 +00:00
utils fix: process all chunk messages for tool call logging, harden memory score normalization (#534, #531) 2026-04-13 07:21:33 +00:00
__init__.py refactor: standardize portfolio manager, five-tier rating scale, fix analyst status tracking 2026-03-22 23:30:29 +00:00