- Create brokers package with unified trading interface - BaseBroker: Abstract base class defining broker contract - BacktestBroker: Wraps Backtrader for backtesting mode - PaperBroker: Simulated order execution for paper trading - Factory function to create broker based on trading mode - Comprehensive test suite for broker functionality The broker abstraction enables strategies to work identically across backtest, paper, and live trading modes. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| UML | ||
| __pycache__ | ||
| archived_code | ||
| config | ||
| markdown | ||
| src | ||
| tests | ||
| .claudeignore | ||
| .gitignore | ||
| BrighterTrading.db | ||
| CLAUDE.md | ||
| pytest.ini | ||
| requirements.txt | ||