Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TechnicalIndicators - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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 Description
    TechnicalIndicators

    Atr

    Defines to predicts the trend using average true range approach.

    Declaration
    public const TechnicalIndicators Atr
    Field Value
    Type Description
    TechnicalIndicators

    BollingerBands

    Defines to predicts the trend using bollinger approach.

    Declaration
    public const TechnicalIndicators BollingerBands
    Field Value
    Type Description
    TechnicalIndicators

    Ema

    Defines to predicts the trend using exponential moving average approach.

    Declaration
    public const TechnicalIndicators Ema
    Field Value
    Type Description
    TechnicalIndicators

    Macd

    Defines to predicts the trend using moving average convergence divergence approach.

    Declaration
    public const TechnicalIndicators Macd
    Field Value
    Type Description
    TechnicalIndicators

    Momentum

    Defines to predicts the trend using momentum approach.

    Declaration
    public const TechnicalIndicators Momentum
    Field Value
    Type Description
    TechnicalIndicators

    Rsi

    Defines to predicts the trend using RSI approach.

    Declaration
    public const TechnicalIndicators Rsi
    Field Value
    Type Description
    TechnicalIndicators

    Sma

    Defines to predicts the trend using simple moving average approach.

    Declaration
    public const TechnicalIndicators Sma
    Field Value
    Type Description
    TechnicalIndicators

    Stochastic

    Defines to predicts the trend using stochastic approach.

    Declaration
    public const TechnicalIndicators Stochastic
    Field Value
    Type Description
    TechnicalIndicators

    Tma

    Defines to predicts the trend using triangle moving average approach.

    Declaration
    public const TechnicalIndicators Tma
    Field Value
    Type Description
    TechnicalIndicators

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved