F1: wire SMMA and TRIMA through every binding and the wiki

Completes the F1 family (Simple & Weighted MAs). The Rust core for both
SMMA (Wilder's RMA) and TRIMA (triangular MA) already landed; this adds
the remaining Definition-of-Done steps:

- Python: PySmma / PyTrima PyO3 classes + module registration + .pyi stubs.
- Node: SmmaNode / TrimaNode via the scalar-indicator macro; index.d.ts
  and index.js updated for the two new classes.
- WASM: WasmSmma / WasmTrima via the scalar-indicator macro.
- Wiki: Indicator-Smma.md and Indicator-Trima.md (full pages) plus rows
  in Indicators-Overview.md and entries in Home.md.

cargo fmt + clippy (core/wickra/data/wasm/node) clean; 208 core tests,
25 data tests and 31 doctests green.
This commit is contained in:
kingchenc
2026-05-22 17:34:38 +02:00
parent abd2d80f8d
commit ed7324115c
9 changed files with 478 additions and 2 deletions
+2
View File
@@ -79,6 +79,8 @@ Rust / Python / Node examples. They are grouped by family, mirroring the
- [Indicator-Tema.md](indicators/trend/Indicator-Tema.md)
- [Indicator-Hma.md](indicators/trend/Indicator-Hma.md)
- [Indicator-Kama.md](indicators/trend/Indicator-Kama.md)
- [Indicator-Smma.md](indicators/trend/Indicator-Smma.md)
- [Indicator-Trima.md](indicators/trend/Indicator-Trima.md)
**Momentum** — measure the rate of price change rather than the level.