@dannniel/w2a-sensor-vix
v0.1.0
Published
W2A sensor — monitors CBOE VIX for zone crossings and sharp spikes via Yahoo Finance
Downloads
91
Maintainers
Readme
@dannniel/w2a-sensor-vix
World2Agent sensor for CBOE VIX (S&P 500 Volatility Index). Polls Yahoo Finance and emits signals when VIX crosses a zone boundary or spikes sharply within an interval.
Signals
| Event type | Fired when |
|---|---|
| market.volatility.zone_changed | VIX moves from one severity zone to another |
| market.volatility.spike_detected | VIX changes ≥ N points within one poll interval |
VIX zones
| Zone | Label | Meaning | |---|---|---| | < 15 | Extremely Calm | Low fear, complacent market | | 15 – 25 | Normal | Typical trading environment | | 25 – 30 | Caution | Elevated uncertainty | | 30 – 40 | High Fear | Significant stress | | > 40 | Extreme Fear | Crisis-level volatility (2008, 2020) |
Install
/world2agent:sensor-add @dannniel/w2a-sensor-vixConfiguration
| Parameter | Default | Description |
|---|---|---|
| poll_interval_seconds | 300 | Poll frequency in seconds (min 60) |
| spike_threshold_points | 3.0 | Minimum point move to trigger spike signal |
No API key required. Data sourced from Yahoo Finance (^VIX).
