Skip to content

TaLib_volatility_indicators

Open Trading edited this page Feb 26, 2016 · 2 revisions

ATR - Average True Range

real = ATR(high, low, close, timeperiod=14)

NATR - Normalized Average True Range

real = NATR(high, low, close, timeperiod=14)

TRANGE - True Range

real = TRANGE(high, low, close)

Clone this wiki locally