mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 23:47:46 +00:00
038b5568aa
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>