SharpTrader.SDK - Developer API

IndicatorsBase Methods

The IndicatorsBase type exposes the following members.

Methods


  Name Description
Protected method Static member Calculate(CloseIndicatorInstance, IReadOnlyList<(Of <<'(CloseQuote>)>>))
Protected method Static member Calculate(OhlcIndicatorInstance, IReadOnlyList<(Of <<'(OhlcBar>)>>))
Protected method Static member Calculate(TransformIndicator, IReadOnlyList<(Of <<'(Double>)>>))
Protected method Static member EMA
Exponential Moving Average.
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method NoiseOff
Public method NoiseOn
Protected method Static member SMA
Simple moving average
Protected method SmoothedMA
Smoothed Moving Average. EMA with alpha = 1/N.
Public method ToString (Inherited from Object.)
Protected method WMA
Weighted Moving Average