WebCab Technical Analysis Web Services for Delphi v1.1

Momentum Members

Momentum overview

Public Instance Constructors

Momentum ConstructorEstablishes a connection to this XML Web service.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
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.
Highest Returns the highest value of all prices within a given look back period.
HighestPeriod Returns an array of the highest values for all look back sub-periods of a given length.
HighestPosition Returns the position of the highest value of the price over a look back period.
Lowest Returns the lowest value of all prices within a given look back period.
LowestPeriod Returns an array of the lowest values for all look back sub-periods of a given length.
LowestPosition Returns the position in which lowest value of the prices array for the specified period was recorded.
MomentumIndicator We evaluate the n-period momentum which is simply the difference between todays closing price and the close price n periods ago.
MomentumPct We calculate the momentum percentage which measures the percentage change of the closing price with the price n periods before.
MomentumPctPeriod We calculate the momentum percentage over a given period.
MomentumPeriod We evaluate the n-period momentum which is simply the difference between today's closing price and the close price n periods ago, for all periods for which sufficient historical data is given.
ToString (inherited from Object)Returns a String that represents the current Object.
TrendIntensityIndex Trend Intensity Index measures the strength of a trend by comparing the deviation of the price with its corresponding moving average.

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

Momentum Class | Indicators Namespace