c0125216b4926e87e886dbf7cb2297b787534ea1
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.
Description
No description provided
Languages
Rust
100%