mirror of
https://ghfast.top/https://github.com/aeroxw/easy_tdx_max.git
synced 2026-09-12 19:14:19 +08:00
- Implement BacktestEngine orchestrator with 4-step pipeline: 1. Signal generation (Strategy) 2. Order simulation (OrderSimulator) 3. Portfolio tracking (PortfolioTracker) 4. Performance analysis (PerformanceAnalyzer) - Support both strategy class and instance initialization - Add PnL calculation for sell trades - Add JSON serialization with numpy/timestamp support - Include comprehensive test coverage (12 tests, all passing) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>