showSubIndicators property

List<IndicatorType> showSubIndicators
getter/setter pair

show sub indicator

Implementation

List<IndicatorType> showSubIndicators = [
  IndicatorType.vol,
  IndicatorType.kdj
];