IndicatorBuilder typedef

IndicatorBuilder = Series Function(List<Tick> ticks)

A function which takes list of ticks and creates the indicator Series.

Implementation

typedef IndicatorBuilder = Series Function(List<Tick> ticks);