Skip to content

Documentation / @finchart/indicators / bollingerBands

Function: bollingerBands()

Call Signature

bollingerBands(source, options?): BollingerBands

Defined in: indicators/src/factories.ts:316

볼린저 밴드 — 중간(sma) ± multiplier × 표준편차. band 갈래는 위·아래를 한 점에 담아 채우기 폴리곤을 바로 그릴 수 있게 한다.

Parameters

source

Source<OHLC>

options?

BollingerOptions

Returns

BollingerBands

Call Signature

bollingerBands<T>(source, options): BollingerBands

Defined in: indicators/src/factories.ts:320

볼린저 밴드 — 중간(sma) ± multiplier × 표준편차. band 갈래는 위·아래를 한 점에 담아 채우기 폴리곤을 바로 그릴 수 있게 한다.

Type Parameters

T

T extends BaseDataPoint

Parameters

source

Source<T>

options

BollingerOptions & object

Returns

BollingerBands