Calculates the arithmetic(or simple) Moving Average (MA) of a given period for all possible
data points (i.e. periods) for which there is sufficient historical data provided.
Overload List
Overload | Description |
SimpleMovingAverage(String,Series,Int32) | Calculates the arithmetic(or simple) Moving Average (MA) of a given period for all possible
data points (i.e. periods) for which there is sufficient historical data provided.
|
SimpleMovingAverage(Series,Int32) | Calculates the arithmetic(or simple) Moving Average (MA) of a given period for all possible
data points (i.e. periods) for which there is sufficient historical data provided.
|
SimpleMovingAverage(SeriesCollection,Int32) | Calculates the arithmetic(or simple) Moving Average (MA) of a given period for all possible
data points (i.e. periods) for which there is sufficient historical data provided.
|
See Also