The SeriesCalculatorBaseSimple type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SeriesCalculatorBaseSimple |
Constructor for the SeriesCalculatorBaseSimple class.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetInputs |
Gets a list of the inputs this indicator uses.
(Inherited from SeriesCalculatorBase.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| LookBack |
Looks back within the series for the specified value. A value of 0 represents the most recent value.
(Inherited from SeriesCalculatorBase.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| NewBar |
Updates the series for a new bar.
(Overrides SeriesCalculatorBase..::.NewBar()()().) | |
| NewSeries |
Resets the series and recalculates it (if necessary) based on the inputs.
(Overrides SeriesCalculatorBase..::.NewSeries(Int32).) | |
| SetInputs |
Sets the input series for a ISeriesCalculator indicator.
(Inherited from SeriesCalculatorBase.) | |
| ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| inputs |
An array of the inputs for this indicator.
(Inherited from SeriesCalculatorBase.) | |
| numberOfInputs |
Properties
| Name | Description | |
|---|---|---|
| ChartSettings |
Contains settings for how the series should be displayed on a chart.
(Inherited from SeriesCalculatorBase.) | |
| Count |
Gets the number of items in the series.
(Overrides SeriesCalculatorBase..::.Count.) | |
| Current |
The current value of the series. Using this property is the same as calling LookBack(0).
(Inherited from SeriesCalculatorBase.) | |
| OldestValueChanged | (Inherited from SeriesCalculatorBase.) |