SharpTrader.SDK - Developer API

IndicatorHelper Methods

The IndicatorHelper type exposes the following members.

Methods


  Name Description
Public method AddInputValue
Add input value
Protected method Calculate
Receives value buffer of at most [AdvancedIndicatorBase{double, ValueSeries}.Bars] values. The implementation should calculate and

Return Value

its most recent value.
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Protected method ForwardByBar
Update state of the class instance to reflect latest bar in buffer
(Inherited from AdvancedIndicatorBase<(Of <(<'TValue, TSeries>)>)>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method GetValue
Calculates and

Return Value

the most recent indicator value. Also CanCalculate.
Public method Initialize
Protected method InitializeWith
Prepare state of the class instance to correspond bars in buffer
(Inherited from AdvancedIndicatorBase<(Of <(<'TValue, TSeries>)>)>.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)