- 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> |
||
|---|---|---|
| .. | ||
| trending | ||
| __init__.py | ||
| alpha_vantage.py | ||
| alpha_vantage_common.py | ||
| alpha_vantage_fundamentals.py | ||
| alpha_vantage_indicator.py | ||
| alpha_vantage_news.py | ||
| alpha_vantage_stock.py | ||
| brave.py | ||
| config.py | ||
| google.py | ||
| googlenews_utils.py | ||
| interface.py | ||
| local.py | ||
| openai.py | ||
| reddit_utils.py | ||
| stockstats_utils.py | ||
| tavily.py | ||
| utils.py | ||
| y_finance.py | ||
| yfin_utils.py | ||