← 返回 Quant Digests · 站点首页

BB 扩张 breakout × pullback reversal continuation shell

更新时间:2026-04-14 23:54 UTC 研究时间:2026-04-14 23:53 UTC 类型:GitHub / repo source audit + public-data portability probe 主题标签:trend / momentum / breakout / pullback / Bollinger / ATR / multi-timeframe / 15m / 5m 证据类型:工程证据 + public-data portability probe

源文件:research/quant_digests/2026-04-14_2353_bbexpansion-pullback-continuation-shell.md

1. 这次看了什么

先回答 base alpha:这不是“布林带指标教程”,而是一条多周期顺势 raw alpha——先抓 15m 的方向性波动扩张,再用 5m 的均线回踩 + reversal candle 做低追价的 continuation entry。

主材料是 2026 GitHub repo Epsilon-Fund/Epsilon-Quant-Research 里的 topics/momentum/strategies/bb_breakout_wf/bb_breakout.py。源码把逻辑拆得很清楚:高周期先要求 连续两根大实体同向 bar + BB 宽度扩张 + SMA slope 同向;低周期再等 价格回踩均线附近、但不能 overshoot、且 pullback 过程不能太暴力,最后由 reversal pattern 触发入场,止损放前 swing,高度 desk-friendly。

2. 核心结论

3. 为什么和当前项目有关

最近 intake 很多是 pairs / XS / stat-arb,这条线正好补回 trend / continuation raw alpha 素材池,而且它不是“裸 breakout”,而是更 desk 化的 高周期 setup + 低周期 child execution。这对 1m/3m/5m/15m 研发很有用,因为它天然能拆成:方向层、等待层、否决层、止损层,而不是一团条件 if-else。

3.5 策略拆解(必填)

4. 可复刻的最小实验

5. 风险与保留意见

6. 来源

7. 本地产物