TradingAgents/tradingagents/agents/analysts
swj.premkumar a6e4c9b770 feat: implement trend override, harden regime detection, and organize tests
**Core Logic (Safety Valve & Regime Detection):**

  *   Added "Momentum Override": `Overall Return > 30%` now forces `TRENDING_UP` (Bull) regime to capture volatile winners.
    *   Prioritized Trend Strength (ADX) over Volatility for single stocks.
    *   Fixed `Hurst Exponent` calculation to handle non-positive inputs safely.
*   **Data Reliability ([market_analyst.py]
2026-01-11 11:18:46 -06:00
..
fundamentals_analyst.py Dataflow: Robustified 2026-01-11 08:32:08 -06:00
market_analyst.py feat: implement trend override, harden regime detection, and organize tests 2026-01-11 11:18:46 -06:00
news_analyst.py ickerAnonymizer` into all analyst agents (`Market`, `News`, `Fundamentals`, `Social`) and data tools. The LLM now only sees "ASSET_XXX" in prompts, preventing data contamination. 2026-01-09 21:40:45 -06:00
social_media_analyst.py Dataflow: Robustified 2026-01-11 08:32:08 -06:00