Technical Studies Reference
- Technical Studies Reference
- Common Study Inputs (Opens a new page)
- Using Studies (Opens a new page)
ADXR
Description
This study calculates and displays the Welles Wilder's Average Directional Movement Index Rating (ADXR).
The ADXR is based on calculations similar to those used in the ADX. Just as in that study, the DX Length and DX Mov Avg Length Inputs are denoted as \(n_{DX}\) and \(n_{ADX}\), respectively.
Let the ADXR Interval Input be denoted as \(n_{ADXR}\). We denote the ADXR at Index \(t\) as \(ADXR_t(n_{DX},n_{ADX},n_{ADXR})\), and we compute it for \(t \geq n_{DX} + n_{ADX} + n_{ADXR} - 2\) as follows.
\(ADXR_t(n_{DX},n_{ADX},n_{ADXR}) = \frac{1}{2}\left(ADX_t(n_{DX},n_{ADX}) + ADX_{t - n_{ADXR} + 1}(n_{DX},n_{ADX}) \right)\)Inputs
Spreadsheet
The spreadsheet below contains the formulas for this study in Spreadsheet format. Save this Spreadsheet to the Data Files Folder.
Open it through File >> Open Spreadsheet.
*Last modified Sunday, 29th January, 2023.