The IndicatorSeries type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Dispose |
Frees resources dedicated to the indicator series.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetEnumerator |
Enumerator.
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| Initialize |
Subscribe to data events of the underlying data series and initialize the indicator.
| |
| Lock |
Locks the data collection making it safe to enumerate.
| |
| MemberwiseClone | (Inherited from Object.) | |
| OnCompute |
Performs or updates the computation.
| |
| ToString | (Inherited from Object.) | |
| Unlock |
Unlocks the data collection allowing it to accept real-time updates.
|
Properties
| Name | Description | |
|---|---|---|
| DataPoints |
Gets the data point collection for this indicator.
| |
| SeriesID |
Gets the unique id of this chart data series.
| |
| UnderlyingSeries |
Gets the underlying chart data series.
|
Events
| Name | Description | |
|---|---|---|
| IndicatorSeriesUpdated |
Notifies clients that the data in this series has been updated as the result of a new real-time trade.
|
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| IEnumerable..::.GetEnumerator |