doc headers

This commit is contained in:
Miha Kralj
2026-02-27 07:48:12 -08:00
parent 8a1ba95173
commit 4ab3a7fb53
389 changed files with 6682 additions and 468 deletions
+18 -1
View File
@@ -1,5 +1,22 @@
# VOV: Volatility of Volatility
| Property | Value |
| ---------------- | -------------------------------- |
| **Category** | Volatility |
| **Inputs** | OHLCV bar (TBar) |
| **Parameters** | `volatilityPeriod` (default 20), `vovPeriod` (default 10) |
| **Outputs** | Single series (Vov) |
| **Output range** | $\geq 0$ |
| **Warmup** | `volatilityPeriod + vovPeriod - 1` bars |
### TL;DR
- Volatility of Volatility (VOV) measures the standard deviation of volatility itself, quantifying how much volatility fluctuates over time.
- Parameterized by `volatilityperiod` (default 20), `vovperiod` (default 10).
- Output range: $\geq 0$.
- Requires `volatilityPeriod + vovPeriod - 1` bars of warmup before first valid output (IsHot = true).
- Validated against TA-Lib, Skender, and Tulip reference implementations where available.
> "When markets become uncertain about their own uncertainty, that's when things get interesting."
Volatility of Volatility (VOV) measures the standard deviation of volatility itself, quantifying how much volatility fluctuates over time. While standard volatility tells you how much prices move, VOV tells you how stable or unstable that movement pattern is. High VOV indicates volatility is erratic and unpredictable; low VOV suggests volatility is relatively stable and consistent.
@@ -254,4 +271,4 @@ The formula $\sqrt{E[X^2] - E[X]^2}$ can produce small negative values due to fl
- Heston, S. L. (1993). "A Closed-Form Solution for Options with Stochastic Volatility with Applications to Bond and Currency Options." *Review of Financial Studies*, 6(2), 327-343.
- Gatheral, J. (2006). *The Volatility Surface: A Practitioner's Guide*. Wiley Finance.
- CBOE. "VVIX Index." Chicago Board Options Exchange white paper on volatility-of-volatility indices.
- CBOE. "VVIX Index." Chicago Board Options Exchange white paper on volatility-of-volatility indices.