TradingAgents/tradingagents
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
..
agents feat: pre-computed indicator interpretations (#542) 2026-04-20 22:45:02 +10:00
dataflows fix: add missing pandas import in y_finance.py (#488) 2026-04-04 07:14:10 +00:00
graph fix: use ~/.tradingagents/ for cache and logs, resolving Docker permission issue (#519) 2026-04-13 05:26:04 +00:00
indicators feat: pre-computed indicator interpretations (#542) 2026-04-20 22:45:02 +10:00
llm_clients feat: add DeepSeek, Qwen, GLM, and Azure OpenAI provider support 2026-04-13 07:12:07 +00:00
__init__.py fix: set process-level UTF-8 default for cross-platform consistency 2026-03-22 23:42:37 +00:00
default_config.py fix: use ~/.tradingagents/ for cache and logs, resolving Docker permission issue (#519) 2026-04-13 05:26:04 +00:00