kingchenc and GitHub
6b8c6a0e7f
B5 volatility & bands batch (423 -> 429) ( #189 )
...
Adds six **Volatility & Bands** indicators (Part B5 of the expansion roadmap), 423 → 429.
| Indicator | Input → Output | Summary |
|-----------|----------------|---------|
| `EwmaVolatility` | `f64` → `f64` | RiskMetrics exponentially-weighted volatility (λ decay) |
| `Garch11` | `f64` → `f64` | GARCH(1,1) conditional volatility with a long-run-variance anchor |
| `BipowerVariation` | `f64` → `f64` | jump-robust realized bipower variation (π/2 · Σ\|rₜ\|\|rₜ₋₁\|) |
| `VolatilityRatio` | `Candle` → `f64` | Schwager's true range over the EMA of prior true ranges (>2 = wide-ranging day) |
| `VolatilityCone` | `Candle` → `VolatilityConeOutput` | current realized volatility within its min/median/max envelope + percentile |
| `VolatilityOfVolatility` | `f64` → `f64` | sample stddev of a rolling realized-volatility series |
### Notes
- Two B5 roadmap items were dropped as duplicates/by-construction: `RealizedVolatility` already ships (v0.5.4); `Downside Semi-Deviation` is internal to Sortino. `Bipower Variation` confirmed distinct from `JumpIndicator` (a ±1 flag, not a variance measure).
- `VolatilityRatio` implements the widely-charted EMA-of-true-range convention (denominator excludes the current bar so the 2.0 threshold means "twice typical"), distinct from the existing pairwise `variance_ratio`.
- `Garch11` mean-reverts to `ω/(1−β)` on a flat series (does not decay to 0 like EWMA) — pinned by a dedicated test.
### Coverage / verification
- Full core + Python/Node/WASM bindings, fuzz drivers (scalar + candle), registries, CHANGELOG, README + docs counter sync.
- 100% unit-test coverage per indicator (every branch).
- Green locally: `cargo clippy --workspace --all-targets --all-features -D warnings`, core lib (3479) + doc (387), node (504), python (830).
Deep-dive docs for all six are staged for `wickra-docs` and pushed after release (gated).
2026-06-06 22:38:34 +02:00
..
2026-06-02 16:34:15 +02:00
2026-06-03 23:24:25 +02:00
2026-06-03 17:24:33 +02:00
2026-05-25 18:37:12 +02:00
2026-05-24 00:47:53 +02:00
2026-05-25 19:15:22 +02:00
2026-06-03 17:24:33 +02:00
2026-05-25 22:14:27 +02:00
2026-06-04 13:44:51 +02:00
2026-05-24 00:48:02 +02:00
2026-06-02 16:34:15 +02:00
2026-06-03 17:24:33 +02:00
2026-06-03 04:11:10 +02:00
2026-06-03 02:26:38 +02:00
2026-05-25 19:00:13 +02:00
2026-05-25 15:01:14 +02:00
2026-05-25 15:01:14 +02:00
2026-05-26 20:44:21 +02:00
2026-06-04 12:00:35 +02:00
2026-06-02 20:50:56 +02:00
2026-05-25 19:15:22 +02:00
2026-05-25 17:26:46 +02:00
2026-05-24 00:46:59 +02:00
2026-05-24 00:47:53 +02:00
2026-05-25 18:37:12 +02:00
2026-05-24 00:47:53 +02:00
2026-06-06 20:57:31 +02:00
2026-06-04 00:47:00 +02:00
2026-05-25 23:42:05 +02:00
2026-06-03 20:31:32 +02:00
2026-05-26 20:44:21 +02:00
2026-06-03 02:26:38 +02:00
2026-05-25 17:26:46 +02:00
2026-05-24 00:46:59 +02:00
2026-05-24 00:48:37 +02:00
2026-06-03 23:24:25 +02:00
2026-06-02 16:34:15 +02:00
2026-06-03 15:39:55 +02:00
2026-05-25 23:42:05 +02:00
2026-06-06 22:38:34 +02:00
2026-06-04 12:00:35 +02:00
2026-05-23 23:22:54 +02:00
2026-06-06 20:57:31 +02:00
2026-06-03 17:24:33 +02:00
2026-06-02 16:34:15 +02:00
2026-06-03 17:24:33 +02:00
2026-06-03 23:24:25 +02:00
2026-06-01 22:07:35 +02:00
2026-05-26 20:44:21 +02:00
2026-05-25 20:06:46 +02:00
2026-05-24 00:46:59 +02:00
2026-05-25 22:32:00 +02:00
2026-05-25 17:26:46 +02:00
2026-05-24 00:47:53 +02:00
2026-05-24 00:47:56 +02:00
2026-05-24 00:47:56 +02:00
2026-05-24 00:47:56 +02:00
2026-05-24 00:47:56 +02:00
2026-05-25 20:06:46 +02:00
2026-06-04 12:00:35 +02:00
2026-06-02 17:27:39 +02:00
2026-05-24 00:47:50 +02:00
2026-05-24 00:47:01 +02:00
2026-05-25 23:42:05 +02:00
2026-06-01 13:45:21 +02:00
2026-06-02 17:27:39 +02:00
2026-05-26 20:44:21 +02:00
2026-05-25 15:28:56 +02:00
2026-05-24 00:46:20 +02:00
2026-06-02 16:34:15 +02:00
2026-06-03 23:24:25 +02:00
2026-06-03 17:24:33 +02:00
2026-06-03 22:55:36 +02:00
2026-06-01 16:38:48 +02:00
2026-05-25 22:32:00 +02:00
2026-06-03 23:24:25 +02:00
2026-06-03 20:31:32 +02:00
2026-05-25 22:32:00 +02:00
2026-05-25 22:14:27 +02:00
2026-05-24 00:47:01 +02:00
2026-05-25 19:15:22 +02:00
2026-05-25 20:06:46 +02:00
2026-06-01 19:45:38 +02:00
2026-06-04 15:26:17 +02:00
2026-05-25 23:42:05 +02:00
2026-06-04 15:26:17 +02:00
2026-06-03 15:39:55 +02:00
2026-06-02 17:52:04 +02:00
2026-06-01 14:37:20 +02:00
2026-05-25 19:36:14 +02:00
2026-05-24 00:47:01 +02:00
2026-05-25 18:37:12 +02:00
2026-06-03 22:55:36 +02:00
2026-06-02 17:24:42 +02:00
2026-05-24 00:47:01 +02:00
2026-06-02 16:45:08 +02:00
2026-05-26 20:44:21 +02:00
2026-06-03 02:26:38 +02:00
2026-06-04 15:26:17 +02:00
2026-05-24 00:47:01 +02:00
2026-06-01 19:45:38 +02:00
2026-05-25 22:32:00 +02:00
2026-06-04 13:44:51 +02:00
2026-05-25 17:26:46 +02:00
2026-06-04 15:26:17 +02:00
2026-06-06 20:57:31 +02:00
2026-05-25 22:14:27 +02:00
2026-06-01 14:37:20 +02:00
2026-06-02 17:52:04 +02:00
2026-05-25 15:01:14 +02:00
2026-06-06 22:38:34 +02:00
2026-06-04 12:00:35 +02:00
2026-06-02 17:52:04 +02:00
2026-05-25 22:32:00 +02:00
2026-06-04 01:12:09 +02:00
2026-06-04 01:12:09 +02:00
2026-06-04 00:47:00 +02:00
2026-06-04 00:47:00 +02:00
2026-06-04 01:12:09 +02:00
2026-06-04 00:47:00 +02:00
2026-06-04 00:47:00 +02:00
2026-06-04 01:12:09 +02:00
2026-05-25 20:06:46 +02:00
2026-06-04 15:26:17 +02:00
2026-05-25 22:14:27 +02:00
2026-06-03 22:55:36 +02:00
2026-06-01 20:00:58 +02:00
2026-05-24 00:47:56 +02:00
2026-05-25 18:37:12 +02:00
2026-05-25 15:01:14 +02:00
2026-06-01 21:26:37 +02:00
2026-06-01 21:26:37 +02:00
2026-06-01 21:26:37 +02:00
2026-06-01 21:26:37 +02:00
2026-05-26 20:44:21 +02:00
2026-06-02 17:52:04 +02:00
2026-06-06 22:38:34 +02:00
2026-05-25 18:18:20 +02:00
2026-06-03 23:24:25 +02:00
2026-06-04 17:57:24 +02:00
2026-06-04 13:44:51 +02:00
2026-06-04 13:44:51 +02:00
2026-06-04 00:47:00 +02:00
2026-06-03 15:39:55 +02:00
2026-06-02 16:45:08 +02:00
2026-06-01 14:37:20 +02:00
2026-06-01 14:37:20 +02:00
2026-06-01 14:37:20 +02:00
2026-06-03 22:55:36 +02:00
2026-05-25 23:02:29 +02:00
2026-06-03 17:24:33 +02:00
2026-06-04 12:00:35 +02:00
2026-06-02 16:54:47 +02:00
2026-06-02 17:03:49 +02:00
2026-06-02 16:54:47 +02:00
2026-05-25 22:14:27 +02:00
2026-05-25 19:36:14 +02:00
2026-05-24 00:48:35 +02:00
2026-05-24 00:47:50 +02:00
2026-06-04 13:44:51 +02:00
2026-06-02 17:03:49 +02:00
2026-06-03 02:48:11 +02:00
2026-06-03 02:26:38 +02:00
2026-06-03 02:48:11 +02:00
2026-05-25 18:37:12 +02:00
2026-05-25 23:42:05 +02:00
2026-05-25 23:02:29 +02:00
2026-06-01 23:20:10 +02:00
2026-06-02 17:52:04 +02:00
2026-05-25 15:28:56 +02:00
2026-05-26 20:44:21 +02:00
2026-05-26 00:14:30 +02:00
2026-05-25 22:14:27 +02:00
2026-06-04 15:26:17 +02:00
2026-06-03 20:31:32 +02:00
2026-05-25 22:14:27 +02:00
2026-06-01 14:37:20 +02:00
2026-05-25 15:01:14 +02:00
2026-06-04 12:00:35 +02:00
2026-06-02 21:56:00 +02:00
2026-06-03 15:39:55 +02:00
2026-05-24 00:48:35 +02:00
2026-06-04 17:57:24 +02:00
2026-05-26 20:44:21 +02:00
2026-05-24 00:47:59 +02:00
2026-06-02 17:06:40 +02:00
2026-06-02 17:06:40 +02:00
2026-05-25 15:28:56 +02:00
2026-05-25 23:42:05 +02:00
2026-05-25 19:15:22 +02:00
2026-06-01 19:45:38 +02:00
2026-06-02 17:06:40 +02:00
2026-05-25 15:28:56 +02:00
2026-06-01 13:45:21 +02:00
2026-05-24 00:48:35 +02:00
2026-05-25 18:37:12 +02:00
2026-06-03 02:26:38 +02:00
2026-05-24 00:47:59 +02:00
2026-05-24 00:47:59 +02:00
2026-06-01 21:50:35 +02:00
2026-06-04 12:00:35 +02:00
2026-06-02 16:45:08 +02:00
2026-06-02 17:52:04 +02:00
2026-06-01 21:50:35 +02:00
2026-05-25 18:37:12 +02:00
2026-06-03 02:26:38 +02:00
2026-06-03 02:26:38 +02:00
2026-06-04 19:36:43 +02:00
2026-05-24 00:47:59 +02:00
2026-05-30 18:46:49 +02:00
2026-05-25 19:15:22 +02:00
2026-06-01 14:37:20 +02:00
2026-05-24 00:48:35 +02:00
2026-06-02 17:52:04 +02:00
2026-06-02 17:16:15 +02:00
2026-05-26 20:44:21 +02:00
2026-06-03 17:24:33 +02:00
2026-06-03 17:24:33 +02:00
2026-05-25 15:01:14 +02:00
2026-05-25 23:42:05 +02:00
2026-06-04 13:44:51 +02:00
2026-05-24 00:48:37 +02:00
2026-05-24 00:47:50 +02:00
2026-06-01 16:06:22 +02:00
2026-06-03 02:26:38 +02:00
2026-06-03 02:26:38 +02:00
2026-06-03 02:26:38 +02:00
2026-06-03 02:26:38 +02:00
2026-06-06 22:38:34 +02:00
2026-05-24 00:47:43 +02:00
2026-06-02 17:52:04 +02:00
2026-06-01 14:37:20 +02:00
2026-05-24 00:46:20 +02:00
2026-06-03 17:24:33 +02:00
2026-05-25 19:15:22 +02:00
2026-06-01 16:06:22 +02:00
2026-06-01 16:06:22 +02:00
2026-06-01 16:06:22 +02:00
2026-05-24 00:47:50 +02:00
2026-06-01 21:26:37 +02:00
2026-06-01 21:50:35 +02:00
2026-06-01 21:50:35 +02:00
2026-05-26 20:44:21 +02:00
2026-06-02 17:52:04 +02:00
2026-06-02 17:27:39 +02:00
2026-05-26 00:14:30 +02:00
2026-06-04 12:00:35 +02:00
2026-06-03 15:39:55 +02:00
2026-06-03 20:31:32 +02:00
2026-06-03 20:31:32 +02:00
2026-05-26 20:44:21 +02:00
2026-06-01 13:45:21 +02:00
2026-06-01 13:45:21 +02:00
2026-05-25 18:18:20 +02:00
2026-06-04 01:12:09 +02:00
2026-05-25 23:42:05 +02:00
2026-06-03 17:24:33 +02:00
2026-05-23 23:25:35 +02:00
2026-05-25 19:36:14 +02:00
2026-05-25 15:28:56 +02:00
2026-06-01 14:37:20 +02:00
2026-06-03 02:26:38 +02:00
2026-06-03 02:26:38 +02:00
2026-05-24 00:46:56 +02:00
2026-06-02 21:56:00 +02:00
2026-06-04 17:57:24 +02:00
2026-06-04 19:36:43 +02:00
2026-05-24 00:46:56 +02:00
2026-05-26 20:44:21 +02:00
2026-05-24 01:31:20 +02:00
2026-05-25 19:15:22 +02:00
2026-06-04 15:26:17 +02:00
2026-06-04 17:57:24 +02:00
2026-06-01 16:06:22 +02:00
2026-05-25 23:42:05 +02:00
2026-06-01 19:45:38 +02:00
2026-06-04 12:00:35 +02:00
2026-05-26 20:44:21 +02:00
2026-06-03 22:55:36 +02:00
2026-06-04 12:00:35 +02:00
2026-06-01 13:45:21 +02:00
2026-06-02 21:56:00 +02:00
2026-05-25 19:36:14 +02:00
2026-06-02 16:45:08 +02:00
2026-06-02 17:52:04 +02:00
2026-06-04 15:26:17 +02:00
2026-05-24 00:46:56 +02:00
2026-06-03 02:26:38 +02:00
2026-06-03 02:26:38 +02:00
2026-06-03 02:26:38 +02:00
2026-05-25 18:18:20 +02:00
2026-06-04 12:00:35 +02:00
2026-06-03 15:39:55 +02:00
2026-06-03 15:39:55 +02:00
2026-06-04 12:00:35 +02:00
2026-06-04 12:00:35 +02:00
2026-06-04 12:00:35 +02:00
2026-05-25 22:14:27 +02:00
2026-06-06 20:57:31 +02:00
2026-06-04 15:26:17 +02:00
2026-05-25 18:18:20 +02:00
2026-05-25 15:28:56 +02:00
2026-05-25 19:00:13 +02:00
2026-06-03 02:48:11 +02:00
2026-06-03 20:31:32 +02:00
2026-06-02 17:52:04 +02:00
2026-06-03 20:31:32 +02:00
2026-06-03 20:31:32 +02:00
2026-06-03 20:31:32 +02:00
2026-06-03 23:24:25 +02:00
2026-05-26 20:44:21 +02:00
2026-06-01 14:37:20 +02:00
2026-06-02 17:52:04 +02:00
2026-06-01 16:38:48 +02:00
2026-05-26 21:08:50 +02:00
2026-06-04 13:44:51 +02:00
2026-05-25 23:42:05 +02:00
2026-06-06 20:57:31 +02:00
2026-05-25 15:28:56 +02:00
2026-05-23 23:40:34 +02:00
2026-05-26 20:44:21 +02:00
2026-05-25 23:42:05 +02:00
2026-06-01 14:37:20 +02:00
2026-06-04 12:00:35 +02:00
2026-06-03 15:39:55 +02:00
2026-06-03 15:39:55 +02:00
2026-06-02 17:24:42 +02:00
2026-05-25 18:37:12 +02:00
2026-05-30 18:46:49 +02:00
2026-05-25 18:37:12 +02:00
2026-05-25 17:26:46 +02:00
2026-05-23 23:41:24 +02:00
2026-05-25 19:36:14 +02:00
2026-06-02 17:24:42 +02:00
2026-05-24 00:47:43 +02:00
2026-06-04 15:26:17 +02:00
2026-05-23 23:39:32 +02:00
2026-05-25 22:14:27 +02:00
2026-05-24 00:47:59 +02:00
2026-05-24 00:46:20 +02:00
2026-06-01 21:50:35 +02:00
2026-06-02 17:24:42 +02:00
2026-06-02 17:27:39 +02:00
2026-05-25 20:36:36 +02:00
2026-05-25 20:36:36 +02:00
2026-05-25 20:36:36 +02:00
2026-05-25 20:36:36 +02:00
2026-05-25 20:36:36 +02:00
2026-05-25 20:36:36 +02:00
2026-05-25 20:36:36 +02:00
2026-05-25 20:36:36 +02:00
2026-05-25 20:36:36 +02:00
2026-05-25 20:36:36 +02:00
2026-05-25 20:36:36 +02:00
2026-05-25 20:36:36 +02:00
2026-05-24 00:47:43 +02:00
2026-06-01 22:07:35 +02:00
2026-06-03 23:24:25 +02:00
2026-06-01 14:37:20 +02:00
2026-06-01 23:20:10 +02:00
2026-06-01 14:37:20 +02:00
2026-06-01 14:37:20 +02:00
2026-06-01 23:20:10 +02:00
2026-06-02 17:52:04 +02:00
2026-06-03 17:24:33 +02:00
2026-05-25 19:00:13 +02:00
2026-06-03 20:31:32 +02:00
2026-06-02 21:16:30 +02:00
2026-06-01 16:38:48 +02:00
2026-06-04 12:00:35 +02:00
2026-06-04 17:57:24 +02:00
2026-05-26 20:44:21 +02:00
2026-06-03 22:55:36 +02:00
2026-05-24 00:47:43 +02:00
2026-06-03 17:24:33 +02:00
2026-06-03 22:55:36 +02:00
2026-05-24 00:46:20 +02:00
2026-05-24 00:48:37 +02:00
2026-06-04 19:36:43 +02:00
2026-06-03 02:26:38 +02:00
2026-05-24 00:47:46 +02:00
2026-05-25 19:15:22 +02:00
2026-05-25 18:37:12 +02:00
2026-06-04 17:57:24 +02:00
2026-06-03 20:31:32 +02:00
2026-06-01 14:37:20 +02:00
2026-06-01 23:20:10 +02:00
2026-05-24 00:48:37 +02:00
2026-05-24 00:46:56 +02:00
2026-05-24 00:47:46 +02:00
2026-06-02 17:27:39 +02:00
2026-06-03 17:24:33 +02:00
2026-06-02 17:24:42 +02:00
2026-06-01 23:20:10 +02:00
2026-05-26 00:14:30 +02:00
2026-05-26 20:44:21 +02:00
2026-06-03 15:39:55 +02:00
2026-05-25 23:42:05 +02:00
2026-05-24 00:48:02 +02:00
2026-05-25 15:01:14 +02:00
2026-06-06 22:38:34 +02:00
2026-06-06 22:38:34 +02:00
2026-06-06 22:38:34 +02:00
2026-05-25 19:36:14 +02:00
2026-06-03 20:31:32 +02:00
2026-05-25 19:15:22 +02:00
2026-06-02 21:16:30 +02:00
2026-05-24 00:47:46 +02:00
2026-06-04 12:00:35 +02:00
2026-05-24 00:48:02 +02:00
2026-05-25 18:37:12 +02:00
2026-05-23 23:27:15 +02:00
2026-05-24 00:47:46 +02:00
2026-05-25 19:15:22 +02:00
2026-06-04 17:57:24 +02:00
2026-05-25 19:00:13 +02:00
2026-06-03 22:55:36 +02:00
2026-05-24 00:48:37 +02:00
2026-06-04 12:00:35 +02:00
2026-05-25 20:06:46 +02:00
2026-05-24 00:46:56 +02:00
2026-06-04 12:00:35 +02:00
2026-05-24 00:46:59 +02:00
2026-05-25 20:06:46 +02:00
2026-05-25 18:18:20 +02:00
2026-05-25 19:36:14 +02:00
2026-05-24 00:48:02 +02:00
2026-05-25 17:26:46 +02:00
2026-05-25 20:06:46 +02:00
2026-05-24 00:47:46 +02:00