Documentation / @finchart/indicators / BollingerBands
Type Alias: BollingerBands
BollingerBands =
Computation<{band:BandPoint[];lower:LineDataPoint[];middle:LineDataPoint[];upper:LineDataPoint[]; }>
Defined in: indicators/src/factories.ts:304