Technical Indicators
18 Nov 20183 minutes to read
A Technical indicator is a mathematical calculation based on historic price, volume or open interest information that aims to forecast financial market direction.
Chart supports 10 types of technical indicators.
Accumulation Distribution
Accumulation Distribution combines price and volume to show how money may be flowing into or out of stock. To render a Accumulation Distribution Indicator, use indicator Type as AccumulationDistribution. To calculate the signal line Volume field is additionally added with dataSource.
Average True Range (ATR)
ATR measures the stock volatility by comparing the current value with the previous value. To render a Average True Range (ATR) Indicator, use indicator Type as Atr.
Bollinger Band
A chart overlay that shows the upper and lower limits of normal price movements based on the standard deviation of prices. To render a Bollinger Band, use indicator Type as BollingerBand. Bollinger band will be represented by three lines (upperLine, lowerLine, signalLine).Bollinger Band default values of the Period is 14 and StandardDeviations is 2.
Customization of BollingerBand
stroke, stroke-width, and color of upperLine can be customized by using,UpperLine, and the lowerLine can be customized by using LowerLine properties of indicator.
Exponential Moving Average (EMA)
Moving average Indicators are used to define the direction of the trend. To render a EMA Indicator, use indicator Type as Ema.
Momentum
Momentum shows the speed at which the price of the stock is changing. To render a Momentum indicator, use indicator Type as Momentum. Momentum indicator will be represented by two lines (upperLine, signalLine).In momentum indicator the upperBand value is always render at the value 100.
Customization of MomentumIndicator
stroke, stroke-width, and color of upperLine can be customized by using,UpperLine, property of indicator.
Moving Average Convergence Divergence (MACD)
MACD is based on the difference between two EMA’s. To render a MACD Indicator, use indicator Type as MACD.MACD indicator will be represented by MACD line,signal line, MACD histogram. MACD histogram is used to differentiate MACD line and signal line.
Customization of MACD
stroke, stroke-width, and colorof macdLine can be customized by using,MacdLine, property of indicator. The positive and negative changes of histogram can be customized by MacdPositiveColor and MacdNegativeColor properties. The MacdType is used to define the type of MACD indicator. To customize the MACD period using SlowPeriod and FastPeriod properties.
Relative Strength Index (RSI)
RSI shows how strongly a stock is moving in its current direction. To render a RSI Indicator, use indicator Type as Rsi.RSI indicator will be represented by three lines (upperBand, lowerBand, signalLine). The upperBand and lowerBand values are customized by OverBought and OverSold properties of indicator and the signalLine is calculated by RSI formula.
Simple Moving Average (SMA)
Moving average Indicators are used to define the direction of the trend. To render a SMA Indicator, use indicator Type as Sma.
Stochastic
It shows how a stock is, when compared to previous state. To render a Stochastic indicator, use indicator Type as Stochastic. stochastic indicator will be represented by four lines (upperLine, lowerLine, periodLine, signalLine). In stochastic indicator the upperBand value and lowerBand value is customized by OverBought and OverBoughtproperties of indicators and the periodLine and signalLine is render based on stochastic formula.
Customization of StochasticIndicator
stroke, stroke-width, and color of upperLine can be customized by using, UpperLine, the lowerLine can be customized by using LowerLine and the periodLine can be customized by using PeriodLine properties of indicator. To customize the period to find the average price using KPeriod and DPeriod properties.
Triangular Moving Average (TMA)
Moving average indicators are used to define the direction of the trend. To render a TMA Indicator, use indicator Type as TMA.
Customization of Technical Indicators
stroke, stroke-width, and color of signalLine can be customized by using,Fill, Width and DashArray properties and the Period property is used to predict the data forecast calculations. The Field value is used to the compare the current price with previous price. It is applicable to Bollinger bands and moving averages. The ShowZones property is used to shows/Hides the overBought and overSold regions. It is applicable for RSI and stochastic indicators.
Data Source
Usually technical indicators are added along with a financial series. The SeriesName represents the series, the data of which has to be analysed through indicators.
Technical indicators can also be added without series using DataSource property of indicator.