kingchenc and GitHub
1f4bf9e3a6
feat(core): B4 price oscillators (TsfOscillator, MacdHistogram, PpoHistogram) ( #184 )
...
Adds three **Price Oscillators** family indicators (420 → 423).
## Indicators
- **TsfOscillator** — `100·(close − TSF)/close`, the percentage gap of the close to the **one-bar-ahead** time-series forecast. Close-relative companion to `Cfo`, which measures the same gap against the regression value at the *current* bar; the two differ by exactly the slope term `100·b/close`.
- **MacdHistogram** — the standalone `macd − signal` bar of MACD exposed as a plain `f64` series.
- **PpoHistogram** — the Percentage Price Oscillator with its 9-period signal EMA and the resulting scale-free, zero-centered histogram (PPO itself only emits the line).
All three are scalar `f64` indicators wrapping existing, already-tested building blocks (`MacdIndicator`, `Ppo` + `Ema`, `Tsf`).
## Scope notes (VORAB-CHECK)
The B4 roadmap listed six items; three were dropped to avoid duplicates:
- *Forecast Oscillator* already ships as `Cfo`.
- *Derivative Oscillator* already ships (`DerivativeOscillator`, B2).
- *Detrended Synthetic Price* deferred — no citable formula distinct from the existing `Apo`/`Dpo`.
## Touchpoints
Core (`tsf_oscillator.rs`, `macd_histogram.rs`, `ppo_histogram.rs`) with full per-branch unit tests, `mod.rs`/`lib.rs`, python/node/wasm bindings (wasm via typed-arg macro, python/node hand-written for the multi-arg histograms), fuzz drivers, python reference + streaming-vs-batch tests, node factories, README family row + counter, CHANGELOG.
Local verify: `cargo test --workspace` green, `clippy -D warnings` clean, node 498 tests, full python suite green.
2026-06-04 19:36:43 +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-05-24 00:46:59 +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-04 12:00:35 +02:00
2026-05-23 23:22:54 +02:00
2026-05-23 23:44:16 +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-05-24 00:48:35 +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-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-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-04 19:36:43 +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-05-26 21:08:50 +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-05-24 00:47:43 +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-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