Loading...
Loading...
Historical-volatility (HV) regime strategy via Longbridge Securities — computes 20-day and 60-day HV, ranks the current level as a percentile over the past year, and recommends a vol regime trade: long volatility (buy straddle) when HV percentile < 25%; short volatility (sell straddle / iron condor) when HV percentile > 75%; neutral otherwise. Triggers: "波动率策略", "历史波动率", "低波动率", "高波动率", "波动率分位", "做多波动率", "做空波动率", "波動率策略", "歷史波動率", "低波動率", "高波動率", "波動率分位", "做多波動率", "做空波動率", "volatility strategy", "historical volatility", "low volatility", "high volatility", "volatility percentile", "long volatility", "short volatility", "vol regime", "HV20", "HV60", "buy straddle", "sell straddle", "iron condor".
npx skill4agent add longbridge/skills longbridge-volatility-strategyResponse language: match the user's input language — Simplified Chinese / Traditional Chinese / English.
longbridge kline <SYMBOL> --period day --count 252 --format jsonr_t = ln(close_t / close_{t-1})# Run --help first to confirm flag names
longbridge kline --help
# Fetch 252 daily candles
longbridge kline <SYMBOL> --period day --count 252 --format jsontimeopenhighlowclosevolume| Metric | 简体 | 繁體 | English |
|---|---|---|---|
| HV20 | 20日历史波动率 | 20日歷史波動率 | 20-day HV |
| HV60 | 60日历史波动率 | 60日歷史波動率 | 60-day HV |
| HV Percentile | 波动率百分位 | 波動率百分位 | HV Percentile |
| Regime | 波动率状态 | 波動率狀態 | Vol Regime |
| Signal | 策略建议 | 策略建議 | Strategy Signal |
| Situation | 简体回复 | 繁體回復 | English reply |
|---|---|---|---|
| 回退到 MCP 或提示安装 longbridge-terminal | 回退到 MCP 或提示安裝 longbridge-terminal | Fall back to MCP or ask user to install longbridge-terminal |
| 请运行 | 請執行 | Run |
| Insufficient data (< 60 candles) | 数据不足,无法计算60日波动率 | 數據不足,無法計算60日波動率 | Not enough data for HV60 |
| Other stderr | 直接显示原始错误 | 直接顯示原始錯誤 | Surface verbatim |
longbridgemcp__longbridge__candlesticksperiod=Daycount=252longbridge-klinelongbridge-derivativeslongbridge-pairs-tradinglongbridge-correlationlongbridge-volatility-strategy/
└── SKILL.md