wma
A Weighted Moving Average puts more weight on recent data and less on past data. This is done by multiplying each bar’s price by a weighting factor. Because of its unique calculation, WMA will follow prices more closely than a corresponding Simple Moving Average.
Usage
wma [-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. | 20, 50 | True | None |
n_offset | -o --offset | offset | 0 | True | None |