adr
Average daily range (ATR of the bar)
Reference/Volatility/Function
adr(length)
In Dovee this is the same ATR calculation on the chart’s timeframe — use it as a range average.
Parameters
| Name | Type | Description |
|---|---|---|
length | int default 14 | Lookback in bars. Default 14. |
Return value
series
Example
line = adr(14) plot line as "Average daily range (ATR of the bar)"