Average True Range (ATR)

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
technical_indicators:average_true_range_atr [2019/06/24 19:39]
127.0.0.1 external edit
technical_indicators:average_true_range_atr [2020/07/13 22:10]
betseyp [Calculation]
Line 48: Line 48:
 {{:​technical_indicators:​average_true_range_atr:​atr-3-qqqqexam.png|ATR - Chart 1}} {{:​technical_indicators:​average_true_range_atr:​atr-3-qqqqexam.png|ATR - Chart 1}}
  
-For those trying this at home, a few caveats apply. First, just like with [[:​technical_indicators:​moving_averages#​ema_accuracy|Exponential Moving Averages (EMAs)]], ATR values depend on how far back you begin your calculations. The first True Range value is simply the current High minus the current Low and the first ATR is an average of the first 14 True Range values. The real ATR formula does not kick in until day 15. Even so, the remnants of these first two calculations "​linger"​ to slightly affect subsequent ATR values. Spreadsheet values for a small subset of data may not match exactly with what is seen on the price chart. Decimal rounding can also slightly affect ATR values. On our charts, we calculate back at least 250 periods (typically much further), to ensure a much greater degree of accuracy for our ATR values.+For those trying this at home, a few caveats apply. First, just like with [[:​technical_indicators:​moving_averages#​ema_accuracy|Exponential Moving Averages (EMAs)]], ATR values depend on how far back you begin your calculations. The first True Range value is simply the current High minus the current Low and the first ATR is an average of the first 14 True Range values. The real ATR formula does not kick in until day 15. Even so, the remnants of these first two calculations "​linger"​ to slightly affect subsequent ATR values. ​**Spreadsheet values for a small subset of data may not match exactly with what is seen on the price chart.** Decimal rounding can also slightly affect ATR values. On our charts, we calculate back at least 250 periods (typically much further), to ensure a much greater degree of accuracy for our ATR values.
  
 ===== Absolute ATR ===== ===== Absolute ATR =====
Line 79: Line 79:
 </​code>​ </​code>​
  
-For more details on the syntax to use for ATR scans, please see our [[docs>scans:​indicators#​average_true_range_atr|Scanning Indicator Reference]] in the Support Center. +For more details on the syntax to use for ATR scans, please see our [[https://​support.stockcharts.com/​doku.php?​id=scans:​indicators#​average_true_range_atr|Scanning Indicator Reference]] in the Support Center.
  
 ===== Additional Resources ===== ===== Additional Resources =====