The IndicatorSeries type exposes the following members.

Methods

  NameDescription
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

  NameDescription
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

  NameDescription
IndicatorSeriesUpdated
Notifies clients that the data in this series has been updated as the result of a new real-time trade.

Explicit Interface Implementations

See Also