源文件:research/quant_digests/2026-03-19_1844_rsrs-right-skew-shared-gate.md
这次选的是一个较新的复现仓库:Alannimoon (2026) Replication_Everbright_Securities。它复现的是光大证券的 RSRS 市场择时框架,核心不是“又发明一个触发器”,而是把“支撑/阻力强度”从二元条件改成连续分数:
high ~ low,取斜率 β(rsrs_slope)z-scoreR² 得 modified_scoreβ 得 right_skewed_standard_score对应代码可直接读:
data_processing.py(斜率、z-score、R²、right-skew 计算)strategy.py(阈值入场/离场,含 volume/price 过滤变体)config.py(典型参数:n=16/18,m=300/600,阈值 0.7)这条线更像“共享风险覆盖层”(veto + sizing),不适合直接当三条收口线的二元入场开关。
原因:在我们 15m crypto 代理快检里,它能明显降回撤、减亏,但如果硬做二元 gate,会引入明显的交易切换摩擦。
我先用最小可复现口径,把 RSRS right-skew > 0.7 接到 EMA20>EMA50 方向层上做快检(只做 long 侧代理)。
mean_total_return = -15.66%mean_max_drawdown = -31.01%positive_asset_ratio = 0/3mean_total_return = -5.27%mean_max_drawdown = -20.71%positive_asset_ratio = 1/3mean_trade_events: 112 -> 224,mean_turnover: 223 -> 448(切换摩擦明显上升)RSRS right-skew 在 15m crypto 上分布非常偏:
score > 0.7 约 17.2% barsscore < -0.7 仅 0.4% bars这说明它在短周期上更像“正向趋势确认器”,而不是对称的多空切换器。把它硬塞成 on/off gate,容易在阈值附近抖动,放大换手。
这轮主题和三条线是直接相关的,而且优先级高于继续补“新形态名词”:
V3 final-verdict / breakout-short follow-upRSRS_right 明显偏强(例如 >0.7)时,短侧 follow-up 更应先降仓或 veto,避免逆结构硬追。Fibonacci confirmation / retest_holdEMA / PSAR raw alpha focus在三条收口线各自触发逻辑不变的前提下,只加一层:
RSRS_right > q70:禁止新增 short(或 short 半仓)RSRS_right < q30:禁止新增 long(或 long 半仓)对照组:无 RSRS。 主看:post_cost_return / max_dd / turnover / veto_hit_rate。
把 RSRS 映射为仓位权重,而非开关:
0.5x1.0x1.25x(上限可封顶)主看:cost-adjusted expectancy 与 drawdown per trade 是否同时改善。
因 right-skew 负尾过稀,短侧建议并行比较:
right_skew_scoremodified_score(不乘 slope)plain z-score主看:短侧 false_follow_rate 与 time_to_failure。
https://github.com/Alannimoon/Replication_Everbright_Securitieshttps://github.com/Alannimoon/Replication_Everbright_Securitieshttps://github.com/Alannimoon/Replication_Everbright_Securities/blob/main/%E3%80%90%E5%85%89%E5%A4%A7%E8%AF%81%E5%88%B8%E3%80%91%E5%9F%BA%E4%BA%8E%E9%98%BB%E5%8A%9B%E6%94%AF%E6%92%91%E7%9B%B8%E5%AF%B9%E5%BC%BA%E5%BA%A6(RSRS)%E7%9A%84%E5%B8%82%E5%9C%BA%E6%8B%A9%E6%97%B6.pdfhttps://github.com/Alannimoon/Replication_Everbright_Securities--- 本轮本地快检产物:
reports/artifacts/quant_digest_rsrs_gate_2026-03-19/aggregate.csvreports/artifacts/quant_digest_rsrs_gate_2026-03-19/aggregate_with_state.csvreports/artifacts/quant_digest_rsrs_gate_2026-03-19/asset_summary.csvreports/artifacts/quant_digest_rsrs_gate_2026-03-19/asset_with_state.csv