HighchartsSupertrendSeriesParamsOptions constructor

HighchartsSupertrendSeriesParamsOptions({
  1. double? multiplier,
  2. double? period,
})

Parameters used in calculation of Supertrend indicator series points.

API Docs: https://api.highcharts.com/highcharts/series.supertrend.params

Implementation

HighchartsSupertrendSeriesParamsOptions({this.multiplier, this.period});