TradingAgents/tests
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
..
test_compute_vs_fetch.py feat: pre-computed indicator interpretations (#542) 2026-04-20 22:45:02 +10:00
test_google_api_key.py refactor: simplify api_key mapping and consolidate tests 2026-03-24 14:52:51 +01:00
test_model_validation.py sync model validation with cli catalog 2026-03-25 21:23:02 +08:00
test_ticker_symbol_handling.py fix: preserve exchange-qualified tickers across agent prompts 2026-03-21 21:10:13 +08:00