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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user