The IndicatorBase type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| IndicatorBase |
Default constructor
|
Methods
| Name | Description | |
|---|---|---|
| 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 | (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.
| |
| MemberwiseClone | Overloaded. | |
| SetBars |
Sets the list of BarData associated with this indicator instance.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| 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.
|