源文件:research/quant_digests/2026-03-24_1558_vwap-rsi-antitrend-gated-meanreversion-raw-alpha.md
VWAP 偏离 + RSI 极值 + 成交量脉冲)先回答 base alpha:这篇东西的 base alpha 是“短周期过冲后的反向回归”,不是 filter 本身。主材料是 2026 仓库 jackseg80/scalp-radar 里的 vwap_rsi 策略:5m 用 RSI 极值 + VWAP 偏离 + volume spike 触发,15m 用 ADX/DI 做 anti-trend veto,并带有明确的 TP/SL 与提前退出规则。
TP=0.8% / SL=0.3% / 最长持有12根5m:32.64%,平均 -9.27 bps/笔35.09%,平均 -7.38 bps/笔mean reversion / single-asset raw alpha 素材池(不是又一个 breakout/retest 旁支)。15m ADX/DI + 5m regime1m/3m/5m/15m 的最小实验迭代,不需要等难拿的数据源。price 偏离 rolling VWAP 且 RSI 进入极值区后,短窗向均值回归5m 仅在 RANGING/LOW_VOL 放行;15m ADX 过强趋势时禁做逆向volume > vol_sma20 * k;15m ADX>阈值 veto;方向侧 DI 不利时 vetoTP/SL/time stop/signal exit1) RSI+VWAP+volume 的过冲回归在短周期可形成 raw alpha; 2) 15m anti-trend veto 主要作用是“降错单密度”,而非直接抬高毛信号。
RSI < rsi_long 且 close < vwap*(1-dev) 且 volume > vol_sma20*mult15m ADX > adx_th 且方向不利时不入场;仅保留 5m RANGING/LOW_VOLfapi/v1/klines(公开可得,5m 更新)BTC/ETH/SOL,再扩展到流动性足够的中盘 perp5m 执行,15m 过滤;再做 3m 速度版1) 成本后 avg net bps/trade 2) trade_count 与 win_rate 的交换比 3) tp/sl/time 退出结构(是否被止损主导)
1) 做参数平面,不要只测默认值:vwap_dev(0.2~0.8)、rsi阈值(25/30/35)、vol_mult(1.5/2/2.5); 2) universe 从 majors 扩到中盘 perp,并加最小成交额与点差门槛; 3) 做成本阶梯(6/10/14 bps/round-trip)与时间段分桶,找“还能活”的局部口袋。
gate 本身也可能只是“减少交易次数”而非提升边际质量,必须用 ablation 继续验证。1) jackseg80. (2026). *scalp-radar*(GitHub repository).
https://github.com/jackseg80/scalp-radarhttps://github.com/jackseg80/scalp-radar/blob/main/README.mdhttps://github.com/jackseg80/scalp-radar/blob/main/backend/strategies/vwap_rsi.py2) Svogun, I., & Bazán-Palomino, W. (2022). *Technical analysis in cryptocurrency markets: Do transaction costs and bubbles matter?* Journal of International Financial Markets, Institutions and Money, 77, 101601.
10.1016/j.intfin.2022.101601https://www.sciencedirect.com/science/article/pii/S10424431220001303) Binance Futures API Docs(公开市场数据)
https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Kline-Candlestick-Data4) 本地最小快检 artifact(2026-03-24)
reports/artifacts/quant_digests/vwap_rsi_anti_trend_probe_20260324/summary.jsonreports/artifacts/quant_digests/vwap_rsi_anti_trend_probe_20260324/stats_aggregate.csv