The ISeriesCalculator type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| GetInputs |
Gets a list of the inputs this indicator uses.
| |
| LookBack |
Looks back within the series for the specified value. A value of 0 represents the most recent value.
(Inherited from ISeries.) | |
| NewBar |
Updates the series for a new bar.
| |
| NewSeries |
Resets the series and recalculates it (if necessary) based on the inputs.
| |
| SetInputs |
Sets the input series for a ISeriesCalculator indicator.
|