发现的问题: auto_report_long_only_t1.py 的 T+1 转换器存在严重bug:
修复方案: 完全重写 t1_converter.py:
simulate_t1_trades_v2() 函数修复结果: | 指标 | 修复前 | 修复后 | |------|--------|--------| | 交易数 | 16笔 | 14笔(跳过2笔)| | 时间重叠 | 2处 | 0处 | | 收益率 | +21.89%(错误)| +13.55%(正确)|
提交记录:
Fix T+1 trade overlap issue - complete rewrite
- t1_converter.py: Complete rewrite with V2 logic
- t1_converter_v2.py: Backup of new implementation
- auto_report_long_only_t1.py: Updated to use simulate_t1_trades_v2
T+1回测不是简单的