{
  "_说明": "策略规则注册表 (2026-08-12 用户要求: 定时任务动态加载, 不锁死策略)。每个策略=买点模式+卖点模式+参数; 席位切到谁, 扫描器就按谁的规则计算。新增策略只需在此注册一行(可用现有模式组合), 全新信号逻辑才需在 holdings_daily_scan.py 的 BUY_BUILDERS/SELL_BUILDERS 加函数。",
  "乘势低吸": {
    "type": "any",
    "buy": "mj5",
    "buy_args": {},
    "sell": "gs_cross",
    "sell_th": null,
    "desc": "(BBI_std金叉&5日吸货)|GS修正链买 + GS修正链死叉卖 (v3.0 合并吸5 生产定版 2026-08-13)",
    "fee_bp": 0.9
  },
  "长虹双渡": {
    "type": "etf",
    "buy": "and",
    "buy_args": {},
    "sell": "gs_pch",
    "sell_th": -1.0,
    "desc": "AND(B1&xih5)买 + GS&pch>-1卖 × 底150+T150",
    "fee_bp": 0.5
  },
  "双讯金出·个股版": {
    "type": "stock",
    "buy": "or",
    "buy_args": {},
    "sell": "gs_pch",
    "sell_th": 0.0,
    "desc": "B1|xih5买 + GS&pch>0卖 × 模式B",
    "fee_bp": 0.9
  },
  "沉底金拐": {
    "type": "stock",
    "buy": "b1_xih5_ma20",
    "buy_args": {
      "win": 10
    },
    "sell": "gs_pch",
    "sell_th": 0.0,
    "desc": "B1&近10日xih5&C<MA20买 + GS&pch>0卖 × 模式B",
    "fee_bp": 0.9
  },
  "金线穿越": {
    "type": "any",
    "buy": "gs",
    "buy_args": {},
    "sell": "gs_pch",
    "sell_th": 0.0,
    "desc": "裸GS交叉买 + GS&pch>0卖(研究级)",
    "fee_bp": 0.9
  },
  "金振共振": {
    "type": "any",
    "buy": "b1_gb",
    "buy_args": {},
    "sell": "gs_pch",
    "sell_th": 0.0,
    "desc": "B1&GB双买点 + GS卖(研究级)",
    "fee_bp": 0.9
  },
  "吸筹拐点": {
    "type": "any",
    "buy": "b1_quanjing",
    "buy_args": {},
    "sell": "gs_pch",
    "sell_th": 0.0,
    "desc": "B1+全景低位确认买 + GS卖(研究级, 方案1)",
    "fee_bp": 0.9
  },
  "拐进金出": {
    "type": "any",
    "buy": "b1",
    "buy_args": {},
    "sell": "gs_pch",
    "sell_th": 0.0,
    "desc": "B1买 + GS卖(研究级, 方案3)",
    "fee_bp": 0.9
  },
  "形态分池": {
    "type": "any",
    "buy": "shape_b1_xih5",
    "buy_args": {},
    "sell": "gs_pch",
    "sell_th": 0.0,
    "desc": "形态闸门+分形态B1|xih5买 + GS卖(研究级, 方案6)",
    "fee_bp": 0.9
  },
  "金筹分池": {
    "type": "any",
    "buy": "shape_b1_xih5_chip",
    "buy_args": {},
    "sell": "gs_pch",
    "sell_th": 0.0,
    "desc": "形态分池+黄金筹码增强(研究级, 方案7)",
    "fee_bp": 0.9
  },
  "潜龙吸水·主力版": {
    "type": "any",
    "buy": "xih3_cta9",
    "buy_args": {},
    "sell": "zhong",
    "sell_th": null,
    "desc": "xih3 & 近5日主力>散户(CTA9) + 终止卖(zhong) | v4全池Calmar 1.19 收益34.37% MDD35.1% | 2026-08-30",
    "fee_bp": 0.9
  },
  "潜龙吸水5·主力版": {
    "type": "any",
    "buy": "xih5_cta9",
    "buy_args": {},
    "sell": "zhong",
    "sell_th": null,
    "desc": "xih5 & 近5日主力>散户(CTA9) + 终止卖(zhong) | v4全池Calmar 1.13 收益33.68% MDD36.6% | 2026-08-30",
    "fee_bp": 0.9
  },
  "潜龙吸水·三重吸筹": {
    "type": "any",
    "buy": "xih3_mx3",
    "buy_args": {},
    "sell": "zhong",
    "sell_th": null,
    "desc": "xih3 & 主力吸3(MX3) + 终止卖(zhong) | v4全池Calmar 1.04 收益31.97% MDD42.1% | 2026-08-30",
    "fee_bp": 0.9
  },
  "潜龙吸水·短窗口": {
    "type": "any",
    "buy": "xih3_only",
    "buy_args": {},
    "sell": "zhong",
    "sell_th": null,
    "desc": "xih3短窗口吸货 + 终止卖(zhong) | v4全池Calmar 0.90 收益32.03% MDD45.3% | 2026-08-30",
    "fee_bp": 0.9
  },
  "筹码增强·吸筹": {
    "type": "any",
    "buy": "xih5_chip",
    "buy_args": {},
    "sell": "zhong",
    "sell_th": null,
    "desc": "xih5 & 筹码标准买(B_c_std) + 终止卖(zhong) | v4全池Calmar 0.89 收益23.03% MDD31.1% | 2026-08-30",
    "fee_bp": 0.9
  },
  "潜龙吸水·七全版": {
    "type": "any",
    "buy": "xih5_cta11",
    "buy_args": {},
    "sell": "zhong",
    "sell_th": null,
    "desc": "xih5 & 七全(CTA11) + 终止卖(zhong) | v4全池Calmar 0.88 收益20.88% MDD29.3% | 2026-08-30",
    "fee_bp": 0.9
  },
  "潜龙吸水·主力版R19": {
    "type": "stock",
    "buy": "xih3_cta9",
    "buy_args": {},
    "sell": "zhong_p",
    "sell_args": {
      "rsv": 19,
      "sm": 13,
      "m": 8,
      "zdN": 5
    },
    "sell_th": null,
    "desc": "xih3&CTA9买 + 参数化终止卖zh(rsv19/sm13/m8/zd5) | 🚀个股席在役(2026-09-01正式切换): 320池68.2%/Cal1.86 + 全市场干净子集3503只6.6年50.9%/Cal1.54, 双池双期一致; 持仓层5升1平",
    "fee_bp": 0.9
  },
  "潜龙吸水·三重吸筹Z19": {
    "type": "etf",
    "buy": "xih3_mx3",
    "buy_args": {},
    "sell": "zhong_p",
    "sell_args": {
      "rsv": 19,
      "sm": 13,
      "m": 8,
      "zdN": 8
    },
    "sell_th": null,
    "desc": "xih3&MX3买 + 参数化终止卖zh(rsv19/sm13/m8/zd8) | 研究级(ETF席维持三重吸筹·zh27): 320池(54只qfq)34.2%/Cal1.29, 但全市场干净子集(94只)未复现(-0.8% vs -0.7%); 仅影子观察",
    "fee_bp": 0.5
  },
  "三重奏·终卖": {
    "type": "any",
    "buy": "bts",
    "buy_args": {},
    "sell": "bts_sell",
    "sell_th": null,
    "desc": "三重奏BTS: 波动率自适应二段式买点 + 终卖S | B/T/S三信号体系",
    "fee_bp": 0.9
  },
  "三重奏·止盈T": {
    "type": "any",
    "buy": "bts",
    "buy_args": {},
    "sell": "bts_tp",
    "sell_th": null,
    "desc": "三重奏BTS: 波动率自适应二段式买点 + 止盈预警T | 高胜率早出场",
    "fee_bp": 0.9
  },
  "三重奏·双卖": {
    "type": "any",
    "buy": "bts",
    "buy_args": {},
    "sell": "bts_both",
    "sell_th": null,
    "desc": "三重奏BTS: 波动率自适应二段式买点 + 终卖S OR 止盈T | 兼顾灵敏和稳健",
    "fee_bp": 0.9
  }
}