getSeries method
Creates indicator Series for the given indicatorInput.
Implementation
@override
Series getSeries(IndicatorInput indicatorInput) => RSISeries.fromIndicator(
IndicatorConfig.supportedFieldTypes[fieldType]!(indicatorInput),
this,
rsiOptions: RSIOptions(
period: period,
pipSize: pipSize,
showLastIndicator: showLastIndicator,
),
showZones: showZones,
);