Enum TechnicalIndicators
Specifies the type of technical indicators.
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public enum TechnicalIndicators
Fields
| Name | Description |
|---|---|
| AccumulationDistribution | Predicts the trend using an accumulation distribution approach. |
| Atr | Predicts the trend using an average true range approach. |
| BollingerBands | Predicts the trend using bollinger bands. |
| Ema | Predicts the trend using an exponential moving average approach. |
| Macd | Predicts the trend using moving average convergence divergence. |
| Momentum | Predicts the trend using a momentum approach. |
| Rsi | Predicts the trend using an RSI approach. |
| Sma | Predicts the trend using a simple moving average approach. |
| Stochastic | Predicts the trend using a stochastic approach. |
| Tma | Predicts the trend using a triangular moving average approach. |