BollingerZScore Members
The BollingerZScore type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
AddInputValue |
Add input value (Inherited from IndicatorHelper.) |
|
|
Calculate |
Receives value buffer of at most [AdvancedIndicatorBase{double, ValueSeries}.Bars]
values. The implementation should calculate and
Return Valueits most recent value. |
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
ForwardByBar(ValueSeries) |
Update state of the class instance to reflect latest bar in buffer
|
|
|
ForwardByBar(TSeries) |
Update state of the class instance to reflect latest bar in buffer (Inherited from AdvancedIndicatorBase<(Of <(<'TValue, TSeries>)>)>.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
GetValue |
Calculates and (Inherited from IndicatorHelper.)Return Valuethe most recent indicator value. Also CanCalculate. |
|
|
Initialize | (Inherited from IndicatorHelper.) |
|
|
InitializeWith(ValueSeries) |
Prepare state of the class instance to correspond bars in buffer
|
|
|
InitializeWith(TSeries) |
Prepare state of the class instance to correspond bars in buffer (Inherited from AdvancedIndicatorBase<(Of <(<'TValue, TSeries>)>)>.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
|
|
Bars | (Inherited from AdvancedIndicatorBase<(Of <(<'TValue, TSeries>)>)>.) |
|
|
CanCalculate |
GetValue()()()() is allowed to be called only after IndicatorHelper
has new data received by Initialize(ValueSeries) or AddInputValue(Double).
This helps to ensure that values are not accidentally duplicated to multiple bars.
This property indicates whether GetValue()()()() can be called.
(Inherited from IndicatorHelper.) |

