TradingAgents/tradingagents/agents/analysts
Andrew Kaszubski 8522b4bd53 feat(agents): add Momentum Analyst with multi-TF analysis - Fixes #13
Implements specialized Momentum Analyst agent with:
- Multi-timeframe ROC (Rate of Change) analysis across periods
- ADX (Average Directional Index) trend strength measurement
- RSI momentum divergence detection for reversal signals
- create_momentum_analyst factory for LangChain integration

Tests: 47 unit tests covering ROC, ADX, RSI, divergence detection

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-26 17:12:01 +11:00
..
fundamentals_analyst.py minor fix 2025-09-27 00:04:59 +08:00
market_analyst.py minor fix 2025-09-26 23:25:33 +08:00
momentum_analyst.py feat(agents): add Momentum Analyst with multi-TF analysis - Fixes #13 2025-12-26 17:12:01 +11:00
news_analyst.py Add Alpha Vantage API integration as primary data provider 2025-09-26 22:57:50 +08:00
social_media_analyst.py Add Alpha Vantage API integration as primary data provider 2025-09-26 22:57:50 +08:00