average property
The average used to calculate the Disparity Index indicator.
By default it uses SMA, with EMA as an option. To use other
averages, e.g. TEMA, the stock/indicators/tema.js
file needs to
be loaded.
If value is different than ema
, dema
, tema
or wma
,
then sma is used.
API Docs: https://api.highcharts.com/highcharts/series.disparityindex.params.average
Implementation
String? average;