getTechnicalIndicatorValue() Method

Description

Gets info about technical indicator value.

See Obtaining Actual Chart Information article for more information.

Note: "current" property of an output object is not NaN only if any point of the series is hovered.

Parameters

Returns

Object

The object where for each technical indicator series there is an object with information about technical indicator series values.

The following object is returned for single-series technical indicators such as EMA, MFI, PSAR, ROC, RSI, SMA, Volume, Williams %R, ADL, ATR, Bollinger Bands %B and Width, Momentum, OBV, CCI, Chaikin Money Flow, Chaikin Oscillator, Chaikin Volatility, AMA and MMA:


The following object is returned for Bollinger Bands, Price Channels and MA Envelopes indicators:


The following object is returned for Stochastic Oscillator indicator:


The following object is returned for Volume MA indicator:


The following object is returned for MACD indicator:


The following object is returned for Aroon indicator:


The following object is returned for TRIX indicator:


The following object is returned for Keltner Channels indicator:


The following object is returned for DMI indicator:


Note: The return value may be null if the method is called while the component is not drawn yet. To avoid this case you should call this method only after onChartDraw event is raised.

Samples

Online HTML/JavaScript Sample

See also

getSeriesValue()

to top