KLineIndicatorFormatter typedef

KLineIndicatorFormatter = String Function(double value, IndicatorType type, int? period)

Formats an indicator value for display.

Implementation

typedef KLineIndicatorFormatter = String Function(
  double value,
  IndicatorType type,
  int? period,
);