Documentation / @finchart/indicators / bollingerBands
Function: bollingerBands()
Call Signature
bollingerBands(
source,options?):BollingerBands
Defined in: indicators/src/factories.ts:316
볼린저 밴드 — 중간(sma) ± multiplier × 표준편차. band 갈래는 위·아래를 한 점에 담아 채우기 폴리곤을 바로 그릴 수 있게 한다.
Parameters
source
options?
Returns
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