Function - ATR
Average True Range |
Indicators
|
| SYNTAX |
Atr( ARRAY timeperiod) |
| RETURNS |
NUMERIC ARRAY |
| DESCRIPTION |
Average True Range |
| ADDITIONAL INFO |
The ATR is a measure of volatility. High ATR values indicate high volatility, and low values indicate low volatility. |
| EXAMPLE |
Atr(14) |
| |