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


Calculates the Geometric Moving Average(GMA) for a given period for all possible data points (i.e. periods) for which there is sufficient historical data provided.

Overload List

Overload Description
GeometricMovingAverage(String,Series,ElementValue,Int32) Calculates the Geometric Moving Average(GMA) for a given period for all possible data points (i.e. periods) for which there is sufficient historical data provided.  
GeometricMovingAverage(Series,ElementValue,Int32) Calculates the Geometric Moving Average(GMA) for a given period for all possible data points (i.e. periods) for which there is sufficient historical data provided.  
GeometricMovingAverage(SeriesCollection,ElementValue,Int32) Calculates the Geometric Moving Average(GMA) for a given period for all possible data points (i.e. periods) for which there is sufficient historical data provided.  

See Also