Class TechnicalIndicators
Defines the type of technical indicators. They are:
Sma - Predicts the trend using simple moving average approach.
Ema - Predicts the trend using exponential moving average approach.
Tma - Predicts the trend using triangle moving average approach.
Atr - Predicts the trend using average true range approach.
AccumulationDistribution - Predicts the trend using accumulation distribution approach.
Momentum - Predicts the trend using momentum approach.
Rsi - Predicts the trend using RSI approach.
Macd - Predicts the trend using moving average convergence divergence approach.
Stochastic - Predicts the trend using stochastic approach.
BollingerBands - Predicts the trend using bollinger approach.
Inheritance
System.Object
TechnicalIndicators
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class TechnicalIndicators : Enum
Fields
AccumulationDistribution
Declaration
public const TechnicalIndicators AccumulationDistribution
Field Value
Atr
Declaration
public const TechnicalIndicators Atr
Field Value
BollingerBands
Declaration
public const TechnicalIndicators BollingerBands
Field Value
Ema
Declaration
public const TechnicalIndicators Ema
Field Value
Macd
Declaration
public const TechnicalIndicators Macd
Field Value
Momentum
Declaration
public const TechnicalIndicators Momentum
Field Value
Rsi
Declaration
public const TechnicalIndicators Rsi
Field Value
Sma
Declaration
public const TechnicalIndicators Sma
Field Value
Stochastic
Declaration
public const TechnicalIndicators Stochastic
Field Value
Tma
Declaration
public const TechnicalIndicators Tma
Field Value