WebCab Technical Analysis Web Services for Delphi v1.1

Filters Methods

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

Public Instance Methods

AveragePrice Evaluates the Average Price of an asset for a given trading period.
AveragePriceOverPeriod Evaluates the Average Price of an asset over a series of trading periods.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
FiniteImpulseResponse Calculates a Finite Impulse Response Filter.
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.
MedianPrice Evaluates the Median Price of an asset for a given trading period.
MedianPriceOverPeriod Evaluates the Median Price over a number of trading periods.
PriceAction Evaluates the Price Action Indicator (PAIN) of an asset for a given trading period as detailed within "Getting Better Directions" by Michael B.
PriceActionOverPeriod Evaluates the Price Action Indicator (PAIN) of an asset for a given trading period.
ToString (inherited from Object)Returns a String that represents the current Object.
TypicalPrice Evaluates the Typical Price of an asset within a given trading period.
TypicalPriceOverPeriod Evaluates the Typical Price of an asset over a number of trading periods.

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

Filters Class | Indicators Namespace