Enum 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
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public enum TechnicalIndicators
Fields
Name | Description |
---|---|
AccumulationDistribution | |
Atr | |
BollingerBands | |
Ema | |
Macd | |
Momentum | |
Rsi | |
Sma | |
Stochastic | |
Tma |