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
Predicts the trend using an accumulation distribution approach.
Declaration
public const TechnicalIndicators AccumulationDistribution
Field Value
Type |
---|
TechnicalIndicators |
Atr
Predicts the trend using an average true range approach.
Declaration
public const TechnicalIndicators Atr
Field Value
Type |
---|
TechnicalIndicators |
BollingerBands
Predicts the trend using bollinger bands.
Declaration
public const TechnicalIndicators BollingerBands
Field Value
Type |
---|
TechnicalIndicators |
Ema
Predicts the trend using an exponential moving average approach.
Declaration
public const TechnicalIndicators Ema
Field Value
Type |
---|
TechnicalIndicators |
Macd
Predicts the trend using moving average convergence divergence.
Declaration
public const TechnicalIndicators Macd
Field Value
Type |
---|
TechnicalIndicators |
Momentum
Predicts the trend using a momentum approach.
Declaration
public const TechnicalIndicators Momentum
Field Value
Type |
---|
TechnicalIndicators |
Rsi
Predicts the trend using an RSI approach.
Declaration
public const TechnicalIndicators Rsi
Field Value
Type |
---|
TechnicalIndicators |
Sma
Predicts the trend using a simple moving average approach.
Declaration
public const TechnicalIndicators Sma
Field Value
Type |
---|
TechnicalIndicators |
Stochastic
Predicts the trend using a stochastic approach.
Declaration
public const TechnicalIndicators Stochastic
Field Value
Type |
---|
TechnicalIndicators |
Tma
Predicts the trend using a triangular moving average approach.
Declaration
public const TechnicalIndicators Tma
Field Value
Type |
---|
TechnicalIndicators |