Definition
Wilder’s Directional Movement Index (DMI) and Average Directional Index (ADX) are technical indicators developed by J. Welles Wilder to measure the strength and direction of a trend, helping traders make informed decisions. The DMI consists of three components:
- ADX (Average Directional Index): Measures trend strength without regard to trend direction.
- +DI (Positive Directional Indicator): Measures positive price movement.
- -DI (Negative Directional Indicator): Measures negative price movement.
Together, these components help traders identify the strength and direction of a trend, filter trades, and generate trading signals.
Calculation Methodology
Formulas
-
True Range (TR):
$$ TR = \max(H - L, |H - \text{Previous Close}|, |L - \text{Previous Close}|) $$where \( H \) is the high of the current period, \( L \) is the low of the current period, and Previous Close is the closing price of the previous period. -
Directional Movement (+DM and -DM):
- If \( H - \text{Previous High} > \text{Previous Low} - L \):
$$ +DM = \max(H - \text{Previous High}, 0) $$$$ -DM = 0 $$
- If \( \text{Previous Low} - L > H - \text{Previous High} \):
$$ -DM = \max(\text{Previous Low} - L, 0) $$$$ +DM = 0 $$
- If \( H - \text{Previous High} > \text{Previous Low} - L \):
-
+DI and -DI:
$$ +DI = 100 \times \frac{14\text{-day Sum of } +DM}{14\text{-day Sum of } TR} $$$$ -DI = 100 \times \frac{14\text{-day Sum of } -DM}{14\text{-day Sum of } TR} $$ -
DX (Directional Index):
$$ DX = 100 \times \frac{|\text{+DI} - \text{-DI}|}{\text{+DI} + \text{-DI}} $$ -
ADX (14-day Average of DX):
$$ ADX = \frac{\sum \text{DX over 14 periods}}{14} $$
Example Calculation
Suppose we have the following data for the past couple of days:
- Day 1: High = 105, Low = 100, Close = 103
- Day 2: High = 108, Low = 102, Close = 106
We will calculate the True Range (TR), +DM, -DM, +DI, -DI, DX, and ADX accordingly for each day.
Application in Trading
Trend Strength and Direction
- ADX Above 20 or 25: Indicates a strong trend.
- ADX Below 20: Indicates a weak or non-existent trend.
- +DI above -DI: Indicates an uptrend.
- -DI above +DI: Indicates a downtrend.
Generating Trade Signals
- Buy signals when +DI crosses above -DI and ADX is above a threshold (e.g., 20 or 25).
- Sell signals when -DI crosses above +DI and ADX is above a threshold.
Historical Context
Wilder introduced the DMI and ADX in his book “New Concepts in Technical Trading Systems” in 1978. Despite the emergence of numerous new indicators, Wilder’s DMI (ADX) remains a cornerstone in modern technical analysis due to its robustness and reliability in assessing trend strength.
FAQs
How often should ADX be calculated?
Can ADX be used alone for trading decisions?
What are some limitations of the ADX?
Summary
Wilder’s DMI (ADX) is a powerful technical analysis tool that helps traders gauge the strength and direction of trends. By combining ADX with +DI and -DI, traders can make more informed decisions and filter out weaker signals, ultimately leading to more effective trading strategies. As with any indicator, it is crucial to use Wilder’s DMI (ADX) in conjunction with other analytical methods to confirm signals and trends.