getSeries method
Creates indicator Series for the given indicatorInput.
Implementation
@override
Series getSeries(IndicatorInput indicatorInput) => ADXSeries(
indicatorInput,
config: this,
adxOptions: ADXOptions(smoothingPeriod: smoothingPeriod, period: period),
);