TradingAgents/tests
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
..
agents Add pre-commit hooks and ruff code quality configuration 2025-12-03 11:22:13 -05:00
dataflows Add pre-commit hooks and ruff code quality configuration 2025-12-03 11:22:13 -05:00
discovery feat: add quantitative scoring with multi-timeframe analysis and CLI enhancements 2025-12-03 17:04:18 -05:00
graph Add pre-commit hooks and ruff code quality configuration 2025-12-03 11:22:13 -05:00
integration Add pre-commit hooks and ruff code quality configuration 2025-12-03 11:22:13 -05:00
models Add pre-commit hooks and ruff code quality configuration 2025-12-03 11:22:13 -05:00
conftest.py Add pre-commit hooks and ruff code quality configuration 2025-12-03 11:22:13 -05:00
test_config.py Add pre-commit hooks and ruff code quality configuration 2025-12-03 11:22:13 -05:00
test_default_config.py Add pre-commit hooks and ruff code quality configuration 2025-12-03 11:22:13 -05:00
test_logging.py Add pre-commit hooks and ruff code quality configuration 2025-12-03 11:22:13 -05:00
test_logging_config.py Add pre-commit hooks and ruff code quality configuration 2025-12-03 11:22:13 -05:00
test_logging_integration.py Add pre-commit hooks and ruff code quality configuration 2025-12-03 11:22:13 -05:00
test_logging_migration.py Add pre-commit hooks and ruff code quality configuration 2025-12-03 11:22:13 -05:00
test_validation.py Add pre-commit hooks and ruff code quality configuration 2025-12-03 11:22:13 -05:00