-
修复 core 执行层默认添加 new_listing 的问题
released this
2026-05-09 09:08:36 +00:00 | 11 commits to main since this release问题:
- platform expr 选股从 eligible_universe_on 开始
- eligible_universe_on 无条件过滤新股
- 导致即使 strategy_spec.universe.exclude 不含 new_listing,仍会过滤新股
修复:
- StrategyRuntimeSpec 补 universe_exclude 字段
- platform expr 选股从 factor/candidate/market 合并开始
- 按 strategy_spec.universe.exclude 自己决定是否排除 new_listing
- 补回归测试
相关:
- 保持旧策略默认排除不变
- 新策略可以显式不排除新股
Downloads