WebCab Technical Analysis for COM v1.1

MovingAverage Methods

The methods of the MovingAverage class are listed below. For a complete list of MovingAverage class members, see the MovingAverage Members topic.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
ExponentiallyWeightedMovingAverage Evaluates the (x-period) Exponentially Weighted Moving Average (EWMA) of a time series provided where x is the length of the time series array which is provided as a parameter, for all periods for which sufficient data is provided.
GeometricMovingAverage Calculates the Geometric Moving Average (GMA) for a given period for all possible data points (ie periods) for which there is sufficient historical data provided.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
Kairi Calculates the Kairi Indicator which measures as a percentage of the price, the divergence between a moving average (generally the simple moving average) of the price and the price itself for each period for which there is sufficient historical values.
LinearlyWeightedMovingAverage Returns the value of the Linearly Weighted Moving Average (LWMA) for all periods for which sufficient historical data is provided.
MedianMovingAverage Returns the Median Moving Average of a given period of the data series provided for all possible periods for the data given.
SelectElementOfArray Utility method used within client applications which returns the index-th element of an array array.
SimpleCrossingSignal Generates of trading signal in accordance with the Simple crossing two moving average trading system.
SimpleMovingAverage Calculates the arithmetic (or simple) Moving Average (MA) of a given period for all possible data points (ie periods) for which there is sufficient historical data provided.
ToString (inherited from Object)Returns a String that represents the current Object.
TriangularMovingAverage Evaluates the x-period Triangular Moving Average (TMA) where x corresponds to the length of the time series array given as a parameter, for all periods for which sufficient data is provided.
WeightedXDayMovingAverageOverloaded. Here we evaluate the Weighted Moving Average (WMA) where for each period for which the WMA is evaluated the historical terms are weighted in accordance with the same set of weights.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

MovingAverage Class | WebCab.COM.Finance.Trading.Indicators Namespace