Kalpana Kalpana (Editor)

Average true range

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Average true range

Average true range (ATR) is a technical analysis volatility indicator originally developed by J. Welles Wilder, Jr. for commodities. The indicator does not provide an indication of price trend, simply the degree of price volatility. The average true range is an N-day smoothed moving average (SMMA) of the true range values. Wilder recommended a 14-period smoothing.

Contents

Calculation

The range of a day's trading is simply high low . The true range extends it to yesterday's closing price if it was outside of today's range.

TR = max [ ( high low ) , abs ( high close prev ) , abs ( low close prev ) ]

The true range is the largest of the:

  • Most recent period's high minus the most recent period's low
  • Absolute value of the most recent period's high minus the previous close
  • Absolute value of the most recent period's low minus the previous close
  • The ATR at the moment of time t is calculated using the following formula: (This is one form of an exponential moving average)

    A T R t = A T R t 1 × ( n 1 ) + T R t n

    The first ATR value is calculated using the arithmetic mean formula:

    A T R = 1 n i = 1 n T R i

    The idea of ranges is that they show the commitment or enthusiasm of traders. Large or increasing ranges suggest traders prepared to continue to bid up or sell down a stock through the course of the day. Decreasing range suggests waning interest.

    Applicability to futures contracts vs. stocks

    Since true range and ATR are calculated by subtracting prices, the volatility they compute does not change when historical prices are back-adjusted by adding or subtracting a constant to every price. Back-adjustments are often employed when splicing together individual monthly futures contracts to form a continuous futures contract spanning a long period of time. However the standard procedures used to compute volatility of stock prices, such as the standard deviation of logarithmic price ratios, are not invariant (to addition of a constant). Thus futures traders and analysts typically use one method (ATR) to calculate volatility, while stock traders and analysts typically use another (SD of log price ratios).

    Use in position size calculation

    Apart from being a trend strength gauge, ATR serves as an element of position sizing in financial trading. Current ATR value (or a multiple of it) can be used as the size of the potential adverse movement (stop-loss distance) when calculating the trade volume based on trader's risk tolerance. In this case, ATR provides a self-adjusting risk limit dependent on the market volatility for strategies without a fixed stop-loss placement. A less volatile market has a larger trading position in comparison to a more volatile market in a portfolio.

    References

    Average true range Wikipedia