ADX measures trend strength without indicating direction — making it the most important regime filter in technical analysis. Parabolic SAR provides adaptive trailing stop levels that accelerate as trends extend. Both tools were developed by J. Welles Wilder Jr. and designed to work together.
The Average Directional Index (ADX) and Parabolic SAR (Stop and Reverse) are two trend-focused tools that serve specific purposes within technical analysis. ADX measures the strength of a trend without indicating its direction — it tells you how strong any trend is, whether bullish or bearish, but not which way the trend is going. Parabolic SAR provides specific dynamic stop-loss levels and signals trend changes through its position relative to price.
Both tools were developed by J. Welles Wilder Jr. (the same developer who created RSI from Lesson 34) and published in his 1978 book 'New Concepts in Technical Trading Systems.' That book introduced four major indicators that became standard equipment in technical analysis: RSI, ADX, Parabolic SAR, and ATR (Average True Range). Wilder's contributions to technical analysis are remarkable for both their durability and their specific design philosophy — each indicator answers a precisely defined question and was designed to work alongside the others rather than replace them.
This lesson covers what ADX and Parabolic SAR are, how they're calculated, how to read them in different contexts, and how they integrate with the broader analytical framework.
| Term | Definition |
|---|---|
| Average Directional Index (ADX) | A trend-strength indicator that measures the strength of a trend on a scale of 0 to 100, regardless of direction. ADX rising means trend strength is increasing; ADX falling means trend strength is decreasing. The indicator does not indicate trend direction — that comes from companion indicators or other analysis. |
| +DI (Positive Directional Indicator) | One of two directional lines that accompany ADX in most implementations. Measures upward directional movement. Higher +DI values indicate stronger bullish directional movement. |
| -DI (Negative Directional Indicator) | The bearish counterpart to +DI. Measures downward directional movement. Higher -DI values indicate stronger bearish directional movement. |
| DMI (Directional Movement Index) | The complete system that includes ADX, +DI, and -DI together. Sometimes the term DMI refers to just the +DI/-DI pair, with ADX as a separate calculation derived from them. |
| ADX 25 threshold | A commonly used reference level. ADX above 25 typically indicates a trend strong enough that trend-following strategies are appropriate. ADX below 25 typically indicates either no trend or a weak trend where mean-reversion strategies may work better. |
| ADX 40 threshold | Another common reference. ADX above 40 indicates a very strong trend. Some traders interpret high ADX as signaling potential trend exhaustion (extreme readings precede reversals), while others interpret it as confirming continued trend strength. |
| Parabolic SAR (Stop and Reverse) | A trend-following indicator that displays dots above or below price bars. When dots are below price, the trend is interpreted as bullish; when dots are above price, bearish. The dots can serve as dynamic stop-loss levels — exit longs when price falls to the dot below, exit shorts when price rises to the dot above. |
| Acceleration factor | A parameter in Parabolic SAR that determines how quickly the dots accelerate toward price as a trend extends. Higher acceleration factors produce dots that move toward price faster, generating earlier exits but more false signals. The default is 0.02, with most platforms allowing customization. |
| Maximum acceleration | The upper limit on the acceleration factor. Default is 0.20 in Wilder's original specification. Limits how quickly the dots can move toward price even as the trend extends. |
| SAR reversal | When the Parabolic SAR dots switch from above price to below price (or vice versa). The reversal indicates the indicator has changed its trend assessment. Some traders use SAR reversals as direct entry signals; others use them as confirmation. |
| Trend regime filter | Using ADX or similar tools to determine whether the market is currently trending or ranging, then selecting trading strategies appropriate for the identified regime. ADX is the most common trend regime filter in technical analysis. |
ADX's calculation is more complex than most indicators because it involves several intermediate steps.
Step 1: Calculate True Range (TR) for each bar. TR is the maximum of (high - low), (high - prior close), and (low - prior close). It measures the total price movement during the bar including any gaps from the prior close.
Step 2: Calculate +DM (positive directional movement) and -DM (negative directional movement). +DM equals (current high - prior high) if that's positive and greater than (prior low - current low); otherwise 0. -DM equals (prior low - current low) if that's positive and greater than (current high - prior high); otherwise 0. This calculation captures whether the current bar made meaningful new highs or lows compared to the prior bar.
Step 3: Smooth TR, +DM, and -DM using Wilder's smoothing (similar to EMA with a specific smoothing constant) over the lookback period.
Step 4: Calculate +DI and -DI:
Positive Directional Indicator
+DI = (Smoothed +DM / Smoothed TR) × 100
Negative Directional Indicator
−DI = (Smoothed −DM / Smoothed TR) × 100
Step 5: Calculate DX (Directional Index):
Directional Index
DX = (|+DI − −DI| / (+DI + −DI)) × 100
DX measures the strength of directional movement regardless of direction. When +DI and -DI are very different, DX is high (strong directional movement). When they're similar, DX is low (weak directional movement).
Step 6: Smooth DX to produce ADX:
Average Directional Index
ADX = Smoothed DX over the lookback period
The final smoothing creates the stable ADX line that traders read.
ADX measures how much directional movement has been happening, regardless of which direction. Whether price has been strongly trending up or strongly trending down, ADX rises. Whether price has been oscillating without direction or moving slowly, ADX falls. This direction-agnostic property makes ADX useful as a regime filter — it tells you whether to use trend-following strategies (when ADX is high) or mean-reversion strategies (when ADX is low).
Parabolic SAR's calculation is recursive — each new value depends on prior values and the current trend direction.
Mathematical procedure during an uptrend:
Parabolic SAR
SAR today = SAR yesterday + AF × (EP − SAR yesterday)
Where AF is the acceleration factor and EP is the extreme point (the highest high since the trend began). The acceleration factor starts at 0.02 and increases by 0.02 each time price makes a new extreme point, up to the maximum of 0.20. As the trend extends, AF rises and the SAR dots move toward price faster.
During a downtrend, the formula is similar but using the lowest low as EP and SAR positioned above price.
Trend reversal occurs when price crosses through the SAR. The indicator then flips to the other side of price, AF resets to 0.02, and the calculation begins again in the opposite direction.
SAR creates a dynamic trailing stop that adjusts as trends extend. Early in trends, the dots are relatively far from price (giving the trend room to develop). As trends extend, the dots accelerate toward price (locking in profits and forcing exits if the trend reverses). This adaptive behavior makes SAR particularly useful as a stop-loss tool rather than as an entry signal.
ADX trend strength interpretation:
Rising ADX (regardless of level) means trend strength is increasing. Falling ADX means trend strength is decreasing. ADX falling from a high level often signals trend exhaustion before price reflects it.
ADX tells you trend strength; +DI versus -DI tells you direction. When +DI is above -DI, the trend is bullish. When -DI is above +DI, bearish. Crossovers between +DI and -DI mark potential trend changes.
The most common use of ADX in integrated analysis is determining whether trend-following or mean-reversion strategies apply. When ADX is above 25, momentum oscillator signals (RSI crossovers, MACD signals) tend to work better. When ADX is below 25, mean-reversion signals (overbought/oversold in ranging markets, mean reversion to moving averages) tend to work better.
QuantifiedStrategies' research on ADX concludes that the indicator is somewhat useful on its own but adds great value when used alongside other indicators in trading strategies. The research notes ADX's design as a complementary indicator within Wilder's broader system rather than as a standalone signal generator.
Research on Parabolic SAR backtesting found that simple standalone Parabolic SAR rules do not produce reliably profitable strategies across assets, even after tweaking settings. The indicator's value comes primarily through combination with trend filters or other indicators, particularly ADX which filters out the choppy market conditions where Parabolic SAR produces excessive false signals.
The pattern is consistent with every other indicator we've covered. Standalone ADX or Parabolic SAR signals don't produce strong results. The two tools together — ADX confirming trend strength and Parabolic SAR providing entry timing and trailing stops — work better than either alone. Both work substantially better when integrated with broader analysis.
Ascending triangle (Lesson 19) with bullish engulfing at the breakout (Lesson 5), ADX rising through 25 confirming trend strength, and Parabolic SAR flipping from above to below price — demonstrating ADX as regime filter and SAR as trailing stop within integrated analysis
This chart shows what the integrated reading looks like with ADX and Parabolic SAR added. The chart includes an ascending triangle from Lesson 19, a bullish engulfing candle pattern at the breakout from Lesson 5, ADX showing trend strength transition, and Parabolic SAR dots flipping from above to below price at the breakout.
The ascending triangle development (candles 1-18). Price oscillates within the ascending triangle structure. Notice ADX stays below the 25 threshold throughout the consolidation — confirming that the market is currently in a ranging regime where trend-following signals shouldn't be trusted heavily. The Parabolic SAR dots remain above price during the consolidation, reflecting the lack of clear directional trend.
During the consolidation, traders watching only the chart pattern might be tempted to anticipate the eventual breakout direction and take early positions. ADX below 25 says wait — the trend isn't strong enough to justify directional positions yet.
The doji at the apex (candle 18). A doji forms near the triangle's apex, showing pure indecision at the structural moment. From Lesson 2, this is the indecision candle that often precedes directional resolution. ADX is still below 25 but starting to flatten — the consolidation phase is reaching its natural end.
A powerful bullish candle drives price decisively above the triangle's horizontal resistance. From Lesson 5, this is the bullish engulfing pattern. From Lesson 19, this is the triangle's structural breakout.
The Parabolic SAR dot flips from above price (where it had been throughout the consolidation) to below price at this candle. The SAR has confirmed the trend change. The dot below price now becomes the trailing stop reference for the new long position.
As the breakout develops, ADX begins rising rapidly through the 25 threshold. This confirms that the breakout represents real trend strength, not just a temporary spike. The combination of the chart pattern breakout, the bullish engulfing candle, the SAR reversal, and the ADX crossing 25 creates multi-dimensional confirmation that the directional move is genuine.
The post-breakout trend (candles 20-26). Seven bullish candles drive price progressively higher. ADX continues climbing, eventually approaching 50 — signaling very strong trend strength. The Parabolic SAR dots accelerate upward as the trend extends, providing a trailing stop that follows the rally.
What this integrated chart teaches together
Several pedagogical points emerge.
ADX as regime filter prevents premature trades. During the ascending triangle's consolidation, ADX below 25 warned that trend-following strategies weren't yet appropriate. A trader who waited for ADX confirmation avoided trying to anticipate the breakout direction during the consolidation.
The combination of multiple signals at the breakout creates high-conviction entry. Chart pattern breakout, candle reversal pattern, SAR direction change, and ADX rising through 25 all align at the same moment. Multi-dimensional confluence justifies meaningful position sizing.
Parabolic SAR provides systematic trailing stops. Rather than guessing where to place stops during the rally, the SAR dots provide objective trailing stop levels that adjust automatically as the trend extends. The trader can hold the position with confidence that the systematic stop will exit if the trend reverses.
ADX direction matters as much as level. ADX rising through 25 is more meaningful than ADX simply being above 25. The rising direction signals strengthening trend; static ADX (even above 25) signals a trend that may be losing momentum.
ADX and Parabolic SAR integrate with everything the curriculum has built. ADX as regime filter determines whether the trend-following signals from moving averages and MACD apply (trending markets) or whether mean-reversion approaches apply (ranging markets). Parabolic SAR provides trailing stops that integrate with the entry signals from chart patterns and candle reversals. The combination of regime identification (ADX) and dynamic stops (SAR) provides specific structure that improves the execution of strategies built around any of the other tools.
Lesson 39 begins the Fibonacci coverage with retracements. Fibonacci tools represent a different analytical tradition than the indicators we've covered so far — they're drawing tools rather than calculated studies, based on mathematical ratios rather than smoothed price data. The Fibonacci coverage gets two lessons (39 for retracements, 40 for extensions and projections) because of the depth and breadth of Fibonacci applications in working trading.
Key Takeaways
A stock's ADX reads 35 and has been rising for two weeks. The -DI is above the +DI. What does this combination tell the trader about market conditions and appropriate strategy?
In this lesson
400 — Technical Indicators — Integration and Methodology