dotnetCHARTING Send comments on this topic.
SimpleMovingAverage Method
See Also 
dotnetCHARTING Namespace > FinancialEngine Class : SimpleMovingAverage Method


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

OverloadDescription
SimpleMovingAverage(String,Series,ElementValue,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,ElementValue,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,ElementValue,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

© 2010 All Rights Reserved.