The IIndicator type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AppendBar |
Adds a new bar to the indicator.
| |
| LookBack |
Looks back within the series for the specified value. A value of 0 represents the most recent value.
(Inherited from ISeries.) | |
| SetBars |
Calculates indicator values for a series of Bar Data.
|
Properties
| Name | Description | |
|---|---|---|
| ChartSettings |
Contains settings for how the series should be displayed on a chart.
(Inherited from ISeries.) | |
| Count |
The number of values in the series.
(Inherited from ISeries.) | |
| Current |
The current value of the series. This property should return the same value as calling LookBack(0).
(Inherited from ISeries.) | |
| OldestValueChanged |
The lookback index of the oldest value that changed. Should be zero unless OldValuesChange is true.
(Inherited from ISeries.) | |
| OldValuesChange |
Indicates whether previous values in the series change when a new value is added.
(Inherited from ISeries.) |