Brummel c0125216b4 Add HMA example script
This commit introduces a new example script, `HMA.myc`, which
demonstrates the implementation and usage of the Hull Moving Average
(HMA) indicator.

The script includes factory functions for Simple Moving Average
(`make-sma`), Weighted Moving Average (`make-wma`), and the Hull Moving
Average itself (`make-hma`). It also includes a small example loop to
initialize and print HMA values.
2026-03-26 12:00:27 +01:00
2026-03-26 12:00:27 +01:00
2026-03-25 19:33:07 +01:00
2026-03-25 14:03:22 +01:00
2026-03-25 14:03:22 +01:00
2026-03-15 22:40:45 +01:00
S
Description
No description provided
6.5 MiB
Languages
Rust 100%