diff --git a/specs/strategy.json b/specs/strategy.json index d845d1d0..654bac67 100644 --- a/specs/strategy.json +++ b/specs/strategy.json @@ -124,7 +124,8 @@ "手动可用性(data/strategy_availability.json):新策略按标准A初始化(长期合格默认可用);未标记策略默认可用;激活只能是可用策略", "候选池:A股=regime_perf 有记录的策略;港股=HK_STRATEGIES 定义的策略", "1m/6m 周期温区数据映射到 1y 预计算表(_pt_chain);list_strategies 切窗版本集=静态字典∪strategy_research DISTINCT version(DB-only 策略如 s2_panic/v_lurk_*/v_mr* 不丢)", - "回测数据截止 2026-07-24,窗口派生锚定数据末端(非今天)" + "回测数据截止 2026-07-24,窗口派生锚定数据末端(非今天)", + "B组候选验证门槛(2026-08-16 教训):由果及因扫描的好果率提升(如60日前20%占比34.5%)≠策略能赚钱——必须通过模拟交易验证(tp10%/sl5%/maxh20,胜率≥50%且均收益>0)才算候选,否则标注为扫描噪声剔除" ], "must_not": [ "不要在策略代码里硬编码 deprecated 集合(必须从 strategy_research.deprecated 读)",