Overview:
The Simple Moving Average is simply an average of values over a specified period of time.
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