index property

double? index
getter/setter pair

The point index which indicator calculations will base. For example using OHLC data, index=2 means the indicator will be calculated using Low values.

By default index value used to be set to 0. Since Highcharts Stock 7 by default index is set to 3 which means that the ema indicator will be calculated using Close values.

API Docs: https://api.highcharts.com/highcharts/series.ppo.params.index

Implementation

double? index;