One should calculate ATR based on the back-adjusted time series of futures prices, as opposed to the normal "stitched" time series, right?
It certainly seems that way, since using the "stitched" series would introduce artificial volatility into the ATR. It would be nice if someone could confirm this.
Should one calculate ATR based on the back-adjusted series?
-
- Roundtable Knight
- Posts: 229
- Joined: Thu Jul 08, 2010 2:36 pm
- Location: Boulder, CO
- Contact:
Depends how you did your back-adjustment.
If you used a Panama approach (i.e. adjusting each contract up or down by addition) ATR is same for the actual and back adjusted series:
Adjusted Price = Actual Price + delta => adjusted ATR = Actual ATR
If you used a ratio approach, to get the traditional ATR you would have to back out the ratio, or work with a %-ATR instead:
Adjusted Price = Actual Price x Ratio => adjusted ATR = Ratio x Actual ATR
If you used a Panama approach (i.e. adjusting each contract up or down by addition) ATR is same for the actual and back adjusted series:
Adjusted Price = Actual Price + delta => adjusted ATR = Actual ATR
If you used a ratio approach, to get the traditional ATR you would have to back out the ratio, or work with a %-ATR instead:
Adjusted Price = Actual Price x Ratio => adjusted ATR = Ratio x Actual ATR