TradingAgents/tradingagents/simulation
Andrew Kaszubski b54d6baa73 feat(simulation): add Economic Conditions for regime tagging and evaluation - Issue #35 (53 tests)
Implements comprehensive economic and market regime analysis:
- MarketRegime enum (BULL, MODERATE_BULL, SIDEWAYS, MODERATE_BEAR, BEAR)
- VolatilityRegime enum (LOW, NORMAL, ELEVATED, HIGH)
- RegimeDetector class for market/volatility regime detection
- RegimeEvaluator for strategy performance by regime

Features:
- Statistical regime detection from return series
- Trend strength and confidence assessment
- Rolling window regime tagging
- Performance breakdown by market regime
- Performance breakdown by volatility regime
- Regime transition detection and tracking
- Regime-specific strategy recommendations
- Overall regime score and adaptability metrics
- Comprehensive report generation

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-26 22:13:34 +11:00
..
__init__.py feat(simulation): add Economic Conditions for regime tagging and evaluation - Issue #35 (53 tests) 2025-12-26 22:13:34 +11:00
economic_conditions.py feat(simulation): add Economic Conditions for regime tagging and evaluation - Issue #35 (53 tests) 2025-12-26 22:13:34 +11:00
scenario_runner.py feat(simulation): add Scenario Runner for parallel portfolio simulations - Issue #33 (45 tests) 2025-12-26 21:59:12 +11:00
strategy_comparator.py feat(simulation): add Strategy Comparator for performance comparison - Issue #34 (43 tests) 2025-12-26 22:05:35 +11:00