Skip to content

Documentation / @finchart/indicators / atr

Function: atr()

atr(source, options?): Atr

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

ATR — True Range의 Wilder 평균. value 오버로드는 없다 — 고·저·종을 함께 쓰는 계산이라 단일값 접근자가 안 맞는다.

Parameters

source

Source<OHLC>

options?

AtrOptions = {}

Returns

Atr