menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TechnicalIndicators - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public sealed class TechnicalIndicators : Enum

    Fields

    AccumulationDistribution

    Declaration
    public const TechnicalIndicators AccumulationDistribution
    Field Value
    Type
    TechnicalIndicators

    Atr

    Declaration
    public const TechnicalIndicators Atr
    Field Value
    Type
    TechnicalIndicators

    BollingerBands

    Declaration
    public const TechnicalIndicators BollingerBands
    Field Value
    Type
    TechnicalIndicators

    Ema

    Declaration
    public const TechnicalIndicators Ema
    Field Value
    Type
    TechnicalIndicators

    Macd

    Declaration
    public const TechnicalIndicators Macd
    Field Value
    Type
    TechnicalIndicators

    Momentum

    Declaration
    public const TechnicalIndicators Momentum
    Field Value
    Type
    TechnicalIndicators

    Rsi

    Declaration
    public const TechnicalIndicators Rsi
    Field Value
    Type
    TechnicalIndicators

    Sma

    Declaration
    public const TechnicalIndicators Sma
    Field Value
    Type
    TechnicalIndicators

    Stochastic

    Declaration
    public const TechnicalIndicators Stochastic
    Field Value
    Type
    TechnicalIndicators

    Tma

    Declaration
    public const TechnicalIndicators Tma
    Field Value
    Type
    TechnicalIndicators
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved