Overview:
A Weighted Moving Average places more weight on recent values and less weight on older values.
Interpretation:
A Moving Average is most often used to average values for a smoother representation of the underlying price or indicator.
Parameters:
str Source
int Periods
See Also