TradingAgents/tests/discovery
Joseph O'Brien 1ba647ae4a feat: add quantitative scoring with multi-timeframe analysis and CLI enhancements
Add quantitative scoring pipeline for discovery with technical indicator analysis:
- Momentum, volume, relative strength, and risk/reward scoring
- Support/resistance level detection
- Gap analysis for price momentum signals
- Configurable caching to reduce API calls

Implement multi-timeframe signal analysis:
- Short-term (5/20 day), medium-term (20/50 day), and long-term (50/200 day) signals
- Timeframe alignment detection (aligned_bullish, aligned_bearish, mixed, neutral)
- Signal strength calculation based on indicator agreement

Enhance CLI discovery display:
- Color-coded conviction scores (green/yellow/red thresholds)
- Signal column showing timeframe alignment status
- News mentions count column

Update tests to support new quantitative filtering configuration.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-03 17:04:18 -05:00
..
__init__.py Add trending stock discovery feature 2025-12-02 20:19:34 -05:00
test_api.py feat: add quantitative scoring with multi-timeframe analysis and CLI enhancements 2025-12-03 17:04:18 -05:00
test_bulk_news.py Add pre-commit hooks and ruff code quality configuration 2025-12-03 11:22:13 -05:00
test_cli.py feat: add quantitative scoring with multi-timeframe analysis and CLI enhancements 2025-12-03 17:04:18 -05:00
test_entity_extractor.py Add pre-commit hooks and ruff code quality configuration 2025-12-03 11:22:13 -05:00
test_integration.py feat: add quantitative scoring with multi-timeframe analysis and CLI enhancements 2025-12-03 17:04:18 -05:00
test_models.py Add pre-commit hooks and ruff code quality configuration 2025-12-03 11:22:13 -05:00
test_momentum.py feat: add quantitative scoring with multi-timeframe analysis and CLI enhancements 2025-12-03 17:04:18 -05:00
test_persistence.py Add pre-commit hooks and ruff code quality configuration 2025-12-03 11:22:13 -05:00
test_pipeline_integration.py feat: add quantitative scoring with multi-timeframe analysis and CLI enhancements 2025-12-03 17:04:18 -05:00
test_quantitative_cache.py feat: add quantitative scoring with multi-timeframe analysis and CLI enhancements 2025-12-03 17:04:18 -05:00
test_quantitative_config.py feat: add quantitative scoring with multi-timeframe analysis and CLI enhancements 2025-12-03 17:04:18 -05:00
test_quantitative_gaps.py feat: add quantitative scoring with multi-timeframe analysis and CLI enhancements 2025-12-03 17:04:18 -05:00
test_quantitative_models.py feat: add quantitative scoring with multi-timeframe analysis and CLI enhancements 2025-12-03 17:04:18 -05:00
test_quantitative_scorer.py feat: add quantitative scoring with multi-timeframe analysis and CLI enhancements 2025-12-03 17:04:18 -05:00
test_relative_strength.py feat: add quantitative scoring with multi-timeframe analysis and CLI enhancements 2025-12-03 17:04:18 -05:00
test_risk_reward.py feat: add quantitative scoring with multi-timeframe analysis and CLI enhancements 2025-12-03 17:04:18 -05:00
test_scorer.py Add pre-commit hooks and ruff code quality configuration 2025-12-03 11:22:13 -05:00
test_sector_classifier.py Add pre-commit hooks and ruff code quality configuration 2025-12-03 11:22:13 -05:00
test_stock_resolver.py Add pre-commit hooks and ruff code quality configuration 2025-12-03 11:22:13 -05:00
test_support_resistance.py feat: add quantitative scoring with multi-timeframe analysis and CLI enhancements 2025-12-03 17:04:18 -05:00
test_volume.py feat: add quantitative scoring with multi-timeframe analysis and CLI enhancements 2025-12-03 17:04:18 -05:00