TradingAgents/tradingagents/dataflows/discovery/scanners
Youssef Aitousarrah 573b756b4b fix(insider-buying): preserve transaction details, add cluster detection and smart priority
- Call get_finviz_insider_buying with return_structured=True and deduplicate=False
  to get all raw transaction dicts instead of parsing markdown
- Group transactions by ticker for cluster detection (2+ unique insiders = CRITICAL)
- Smart priority: CEO/CFO + >$100K = CRITICAL, director + >$50K = HIGH, etc.
- Preserve insider_name, insider_title, transaction_value, num_insiders_buying in output
- Rich context strings: "CEO John Smith purchased $250K of AAPL shares"
- Update finviz_scraper alias to pass through return_structured and deduplicate params

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 08:36:18 -08:00
..
__init__.py chore: linter formatting + ML scanner logging, prompt control, ranker reasoning 2026-02-09 23:04:38 -08:00
earnings_calendar.py feat: discovery pipeline enhancements with ML signal scanner 2026-02-09 22:53:42 -08:00
insider_buying.py fix(insider-buying): preserve transaction details, add cluster detection and smart priority 2026-02-20 08:36:18 -08:00
market_movers.py feat: discovery pipeline enhancements with ML signal scanner 2026-02-09 22:53:42 -08:00
ml_signal.py chore: linter formatting + ML scanner logging, prompt control, ranker reasoning 2026-02-09 23:04:38 -08:00
options_flow.py Update 2026-02-16 14:17:41 -08:00
reddit_dd.py feat: discovery pipeline enhancements with ML signal scanner 2026-02-09 22:53:42 -08:00
reddit_trending.py feat: discovery pipeline enhancements with ML signal scanner 2026-02-09 22:53:42 -08:00
semantic_news.py feat: discovery pipeline enhancements with ML signal scanner 2026-02-09 22:53:42 -08:00
volume_accumulation.py feat: discovery pipeline enhancements with ML signal scanner 2026-02-09 22:53:42 -08:00