configSummary property

  1. @override
String get configSummary
override

Indicator config summary

Implementation

@override
String get configSummary =>
    '$period, ${fieldType[0].toUpperCase()}, '
    '$standardDeviation, ${movingAverageType.shortTitle}, '
    '${showChannelFill ? 'Y' : 'N'}';