IndicatorHelper Members
The IndicatorHelper type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
AddInputValue |
Add input value
|
|
|
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 |
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
Return Valuethe most recent indicator value. Also CanCalculate. |
|
|
Initialize | |
|
|
InitializeWith |
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.
|

