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