mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-29 00:17:44 +00:00
feat: Realistic backtesting with OHLCV data and spread costs
Implemented realistic backtesting in StrategyOrchestrator: - Load real OHLCV close prices from intraday_pv.h5 - Calculate real price returns (pct_change) - Apply signal positions to real returns - Include spread costs (1.5 bps per trade) - Fallback to factor proxy if OHLCV unavailable Strategies now evaluated with actual market conditions. Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in: