TradingAgents/tradingagents/agents
Joseph O'Brien f70874982a feat: add backtesting framework and fix code quality issues
- Add complete backtesting engine with portfolio simulation, metrics calculation
  (Sharpe, Sortino, max drawdown), and agent integration
- Add Pydantic data models for market data, trading, portfolio, and backtest results
- Add backtest CLI command with SMA, RSI, and hold strategies
- Fix 24+ bare exception handlers with specific exception types
- Fix hardcoded path in default_config.py (use TRADINGAGENTS_DATA_DIR env var)
- Fix unclosed file handle in local.py with context manager
- Disable store=True in OpenAI API calls for data privacy
- Fix typo: rename aggresive_debator.py to aggressive_debator.py
- Add request timeouts (30s) to alpha_vantage_common.py and googlenews_utils.py

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-03 02:55:28 -05:00
..
analysts minor fix 2025-09-27 00:04:59 +08:00
discovery Improve CLI with loading indicators and enhance discovery pipeline 2025-12-03 00:49:49 -05:00
managers chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
researchers chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
risk_mgmt feat: add backtesting framework and fix code quality issues 2025-12-03 02:55:28 -05:00
trader Fix: Prevent infinite loops, enable reflection, and improve logging 2025-07-03 17:43:40 +05:00
utils feat: add centralized logging module with dual output support 2025-12-03 02:11:29 -05:00
__init__.py feat: add backtesting framework and fix code quality issues 2025-12-03 02:55:28 -05:00