Average true range (ATR) by J. Welles Wilder is the daily “true range” values (see True Range) smoothed by an N-period exponential moving average (see Exponential Moving Average).
ATR = EMA[N] of True Range
The default smoothing period is 14 days, as recommended by Wilder. The period is always by Wilder’s reckoning of EMA smoothing period (see Wilder EMA period).
The idea behind ATR is that when traders are enthusiastic, either in an uptrend or downtrend, the range will be higher as the stock or commodity is bid up or sold down through the day. A lesser range suggests waning interest.
When a data source doesn’t provide high/low values (some indices for instance), then just close-to-close changes are used. This may be of limited use.
The normalized ATR by John Forman (http://www.theessentialsoftrading.com) expresses the ATR as a percentage of the current closing price. This makes it possible to compare ATR values over long periods where a share price level (and hence the typical daily ranges) have changed greatly.
ATR NATR = 100 * ----- close
Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2014, 2015, 2016, 2017, 2019, 2023, 2024 Kevin Ryde
Chart is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version.