源文件:research/quant_digests/2026-03-19_2227_post-break-signflip-density-gate.md
主参考是 Jiang, Kelly, Xiu (2023)《(Re-)Imag(in)ing Price Trends》:它的启发不是“再加一个指标”,而是提醒我们路径形状本身就是信息。这轮我把它翻成一个可快速复现的 15m 代理读数:post-break sign-flip density(突破后短路径里的方向切换密度)。
flip_count 分桶,比较各桶的 continuation 命中、回到 broken level 比率和 8-bar 方向收益。关键数据(样本 N=1,940):
high_flip(>=3) 占比 57.2%,low_flip(0~1) 仅 14.1%(“超顺滑路径”本来就稀缺)。mean_ret8:low_flip(0~1):-0.062%mid_flip(2):+0.029%high_flip(>=3):+0.083%cont_hit_0.5ATR@8bars:low_flip 63.7% vs high_flip 78.2%mean_ret8:low_flip -0.091% vs high_flip +0.002%翻成人话:我们过去直觉里“突破后越单边越健康”,在这组 15m 代理里并不成立;至少在 long continuation 上,过于顺滑更像脆弱延续,不像可放心持有的延续。
flip_density 放到 follow-up 阶段做“持有质量读数”,而不是入场瞬间二元开关。mean_ret8 历史偏弱,可降低“摸位即确认”的权重,优先等二次确认。flip_density 更适合做 post-break 管理层(减仓/缩持仓窗口/提高 re-test 确认阈值)。close 突破 prev_high_20/prev_low_20,且 body_ratio>=0.40、extension>=0.20 ATRflip_count:突破后 6 根 direction-adjusted return 的符号切换次数low(0~1) / mid(2) / high(>=3)cont_hit_0.5ATR@8bars、fail_back_inside@8bars、mean_ret8做一个很小的 A/B:
flip_count in {2,3+} 保持原持仓窗口;flip_count<=1 时缩短持仓或提高 retest 二次确认;post_cost_expectancy、false-follow-through rate、tail loss(5%)。flip_count 与波动水平、交易时段可能强相关,需与 session/regime 一起看,避免把时段效应误当形状效应。reports/artifacts/quant_digests/post_break_signflip_density_proxy/event_log.csvreports/artifacts/quant_digests/post_break_signflip_density_proxy/bucket_summary.csvreports/artifacts/quant_digests/post_break_signflip_density_proxy/side_bucket_summary.csvreports/artifacts/quant_digests/post_break_signflip_density_proxy/summary_snapshot.json