The IndicatorBase type exposes the following members.

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