The IndicatorBase type exposes the following members.

Constructors

  NameDescription
IndicatorBase
Default constructor

Methods

  NameDescription
AppendBar
Adds a new bar to an indicator instance. The indicator will recalculate and append a new indicator value to be associated with the new bar of data.
CalcNextValue
Called to calculate the next value in the series.
CalcSeriesValues
Overload to optimize the way an entire series of BarData might be handled.
CreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
InitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
LookBack
Looks back within the series for the specified value. A value of 0 represents the most recent value.
MemberwiseCloneOverloaded.
SetBars
Sets the list of BarData associated with this indicator instance.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Count
Number of values present in this indicator calculation series.
Current
The current value of the series. Using this property is the same as calling LookBack(0).
OldestValueChanged
The lookback index of the oldest value that changed. Should be zero unless OldValuesChange is true.
OldValuesChange
Indicates whether previous values in the series change when a new value is added.

See Also