源文件:research/quant_digests/2026-04-21_2310_postevent-volcrush-straddle-reexpansion-alpha.md
README.md + src/strategies.py + reports/btc_system_final_report.txt + reports/btc_vol_research_report.txt)重大事件后隐波被快速打低(vol crush)且处于 LOW/MEDIUM regime 时,买入 30D ATM straddle,赌后续波动二次扩张而不是赌方向这次不拆它“六策略全家桶”,只取 StrategyC_EventVol 里的 C2 Post-Event Vol Buy:
> 在已知事件(halving / crash / quarterly expiry)后 0~7 天内,若波动 regime 处于 LOW/MEDIUM,则买入 30D ATM straddle,以“后续波动再扩张”获利。
这条线的 base alpha 很清楚:event 后的隐波压缩常有过冲,随后会出现二次扩张;用 delta-neutral 的 long straddle 吃这个波动回摆。
从 src/strategies.py 能直接抄到完整壳:
0 <= days_since_event <= 7LOW 或 MEDIUMATM straddle30 daysPOST_TP_MULT = 2.0(即盈利到约 200%)POST_SL_FLOOR = 0.30(权利金价值跌到入场的 30%)time_stop_days = 20POST_RISK_PCT = 0.02,即单笔按权益 2% 风险预算3 次亏损,暂停 30 天(KILL_SWITCH_LOSSES=3, KILL_SWITCH_DAYS=30)结论:这不是“概念型论文想法”,而是可直接落地的策略壳。
reports/btc_system_final_report.txt 给了该分支在组合中的结果:
这三点很像 long-gamma/event 策略该有的画像:不是靠高命中,而是靠尾部收益覆盖小亏。
我们最近 intake 已经有很多 pairs / coint / funding / grid / xs-reversal。这条线的增量在于:
1m/3m/5m/15m execution 层喂信号(不是只能日频讨论);先不跑六策略,只跑 C2:
days_since_event <= 7 且 regime in LOW/MEDIUM1m/3m/5m/15m 分批建仓 ATM straddle(TWAP 30~120 分钟)5m 滚动监控 Greeks 与组合价值,满足止盈/止损/超时即平24h/72h/7d realized vol 变化beetrootblues / 2026 / BTC Options Quantitative Trading System / GitHub repositoryhttps://github.com/beetrootblues/btc-options-systemhttps://github.com/beetrootblues/btc-options-systemhttps://raw.githubusercontent.com/beetrootblues/btc-options-system/main/README.mdhttps://raw.githubusercontent.com/beetrootblues/btc-options-system/main/src/strategies.pyhttps://raw.githubusercontent.com/beetrootblues/btc-options-system/main/reports/btc_system_final_report.txthttps://raw.githubusercontent.com/beetrootblues/btc-options-system/main/reports/btc_vol_research_report.txt