Search results

TechnicalIndicators API in JavaScript Chart API control

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
  • Sma
  • Ema
  • Tma
  • Momentum
  • Atr
  • AccumulationDistribution
  • BollingerBands
  • Macd
  • Stochastic
  • Rsi