hma
The Hull Moving Average solves the age old dilemma of making a moving average more responsive to current price activity whilst maintaining curve smoothness. In fact the HMA almost eliminates lag altogether and manages to improve smoothing at the same time.
Usage
hma [-l N_LENGTH] [-o N_OFFSET]
Parameters
Name | Parameter | Description | Default | Optional | Choices |
---|---|---|---|---|---|
n_length | -l --length | Window lengths. Multiple values indicated as comma separated values. | 10, 20 | True | None |
n_offset | -o --offset | offset | 0 | True | None |