CachedEMA Methods
The CachedEMA type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
AddInputValue |
Add input value (Inherited from IndicatorHelper.) |
|
|
Calculate(ValueSeries) |
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.) |

