SharpTrader.SDK - Developer API

IndicatorsBase Members

The IndicatorsBase type exposes the following members.

Constructors


  Name Description
Public method IndicatorsBase

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

Fields


  Name Description
Protected field _instrument
Public field L

Properties


  Name Description
Protected property Close
Public property CustomData
Public property Discretize
Public property Discretizer
Protected property High
Protected property Low
Public property MinimumBarCount
Gets the minimum bar count.
Public property Noised
Protected property Open