HighchartsMACDSeriesParamsOptions constructor

HighchartsMACDSeriesParamsOptions({
  1. double? index,
  2. double? longPeriod,
  3. double? period,
  4. double? shortPeriod,
  5. double? signalPeriod,
})

Highcharts Options Widget.

Implementation

HighchartsMACDSeriesParamsOptions(
    {this.index,
    this.longPeriod,
    this.period,
    this.shortPeriod,
    this.signalPeriod});