New Concepts in Technical Trading Systems - Extended Summary
Author: J. Welles Wilder Jr. | Categories: Technical Analysis, Indicator Design, Momentum, Volatility, Trend Following
About This Summary
This is a PhD-level extended summary covering all major systems from "New Concepts in Technical Trading Systems," the single most consequential technical analysis book ever published as measured by daily global usage of its indicators. Originally released in 1978, this work introduced the Relative Strength Index (RSI), Average True Range (ATR), Directional Movement Index (DMI/ADX), Parabolic SAR, and several other systems that now form the backbone of virtually every charting platform on earth. This summary reconstructs each system from first principles, explores the mathematical underpinnings, provides critical analysis of strengths and weaknesses, and translates every concept into actionable frameworks for modern daytraders using Bookmap, Market Profile, and order flow tools.
Executive Overview
J. Welles Wilder Jr. was a mechanical engineer turned commodity trader who approached market analysis with the rigor of an engineering problem. "New Concepts in Technical Trading Systems," published in 1978, was his attempt to systematize what he had learned trading commodities in the volatile 1970s. The result was a book that introduced not one but six complete trading systems, four of which - RSI, ATR, DMI/ADX, and Parabolic SAR - became permanent fixtures in the technical analysis canon.
What separates Wilder from the hundreds of indicator creators who followed him is that he did not simply propose formulas. He thought deeply about what each indicator was measuring, why that measurement mattered, and how a trader should act on the information. Each system was presented with complete mathematical derivation, worked examples, and explicit trading rules. There was no ambiguity. A trader could read a chapter and begin applying the system that same day.
The book's enduring relevance stems from the fact that Wilder was solving fundamental problems that have not changed: How strong is this move? How volatile is this market? Is this market trending or ranging? Where should I place my stop? These are questions every trader asks every day, and Wilder's answers remain among the best available nearly five decades later.
For AMT/Bookmap daytraders, Wilder's indicators provide a quantitative layer that complements the qualitative read of order flow and market structure. RSI can confirm or contradict what you see on the heatmap. ATR can calibrate your stop-loss distance to actual volatility rather than arbitrary tick counts. ADX can tell you whether the directional move you see in the order book has the momentum to sustain itself. Parabolic SAR can manage your trailing stop mechanically so that emotion does not cause you to exit too early or too late.
This summary covers each major system in depth, reconstructs the mathematics, provides critical analysis, and delivers practical frameworks for integrating Wilder's tools into a modern daytrading workflow.
Part I: The Philosophical Foundation
Wilder's Engineering Approach to Markets
Wilder came to trading from mechanical engineering, and this background is visible on every page. He treated the market as a system with inputs and outputs, feedback loops and signal processing. His indicators are essentially filters designed to extract specific types of information from raw price data while suppressing noise.
This engineering mindset led to several design principles that run through all of his systems:
-
Smoothing is essential. Raw price data is noisy. Every Wilder indicator uses some form of exponential smoothing (he favored a specific smoothing constant of 1/N, where N is the lookback period) to reduce noise while preserving signal.
-
Indicators should measure one thing well. RSI measures momentum. ATR measures volatility. ADX measures trend strength. Each is a specialist, not a generalist. Wilder understood that conflating multiple measurements into a single indicator produces ambiguous signals.
-
Trading rules should be mechanical. Wilder was an early advocate of systematic trading. Every system in the book comes with explicit buy/sell rules, stop placement logic, and position management guidelines. He believed that discretion introduced error.
-
Simplicity is a feature. Despite the mathematical rigor, every formula in the book can be computed by hand (Wilder included worksheets for manual calculation). He deliberately avoided complexity that could not be justified by improved performance.
"The most important thing I can tell you about indicators is this: they must be applied within the context of what they measure. RSI measures the internal strength of a single security. It does not measure strength relative to other securities. The Directional Movement System measures whether a market is trending. It does not tell you which direction to trade. Each tool has its purpose. Use the right tool for the job."
The Concept of True Range
Before diving into individual indicators, it is essential to understand Wilder's concept of True Range, as it forms the foundation for multiple systems in the book.
Traditional range measurement (High minus Low) fails to capture the full extent of price movement when gaps occur. If a stock closes at $50, opens the next day at $52, and trades between $52 and $54, the conventional range is only $2. But the actual movement from the prior close was $4. Wilder recognized this gap as real volatility that any meaningful volatility measure must capture.
True Range is defined as the greatest of:
- Current High minus Current Low
- Absolute value of (Current High minus Previous Close)
- Absolute value of (Current Low minus Previous Close)
This simple but profound insight - that volatility must account for gaps - became the building block for ATR and influenced the construction of the Directional Movement System as well.
| Scenario | Conventional Range | True Range | Why It Matters |
|---|---|---|---|
| Normal day, no gap | H - L = $3 | $3 | Both measures agree |
| Gap up, narrow bar | H - L = $1 | $3 (H - Prev Close) | True Range captures the gap |
| Gap down, narrow bar | H - L = $1 | $4 (Prev Close - L) | True Range captures the gap |
| Inside day after wide bar | H - L = $2 | $2 | Both agree; inside day is low vol |
| Gap up + wide bar | H - L = $5 | $7 (H - Prev Close) | True Range captures gap + intraday range |
For Bookmap/order flow traders, True Range matters because gaps visible on the heatmap represent zones where no transactions occurred - liquidity voids. ATR-based calculations that incorporate these voids produce more realistic volatility estimates than simple High-Low ranges.
Part II: The Relative Strength Index (RSI)
Origins and Motivation
The RSI is arguably the most widely used technical indicator in the world. Wilder developed it to address a specific problem: how to measure the internal momentum of a security in a way that is bounded, comparable across instruments, and sensitive to changes in direction.
Prior momentum indicators, such as Rate of Change (ROC), were unbounded - they could produce values ranging from negative infinity to positive infinity, making it difficult to define universal overbought/oversold thresholds. Wilder wanted an oscillator that always moved between 0 and 100, with fixed reference levels that meant the same thing regardless of the instrument being traded.
Mathematical Construction
RSI is calculated as follows:
RSI = 100 - (100 / (1 + RS))
Where RS = Average Gain / Average Loss over N periods
Wilder's default period was 14 (days, for daily charts). The calculation proceeds in two phases:
Phase 1 - Initial RS (first 14 periods):
- Average Gain = Sum of gains over 14 periods / 14
- Average Loss = Sum of losses over 14 periods / 14
- Note: "Gain" and "Loss" refer to close-to-close changes. Days with no change or losses contribute zero to the gain average, and vice versa.
Phase 2 - Smoothed RS (all subsequent periods):
- Average Gain = ((Previous Average Gain x 13) + Current Gain) / 14
- Average Loss = ((Previous Average Loss x 13) + Current Loss) / 14
This smoothing formula is a Wilder exponential moving average (also called a modified moving average). Its smoothing constant is 1/N rather than the 2/(N+1) used in standard EMA calculations. This means Wilder's 14-period RSI is equivalent to a 27-period standard EMA-based RSI, a fact many traders are unaware of.
Interpretation Framework
| RSI Zone | Reading | Interpretation | Action for Daytraders |
|---|---|---|---|
| Extreme Overbought | > 80 | Very strong momentum; possible exhaustion | Look for divergence; tighten stops on longs |
| Overbought | 70 - 80 | Above-average momentum | Monitor for failure swing; consider scaling out |
| Neutral Bullish | 50 - 70 | Positive momentum, sustainable | Hold longs; add on pullbacks to 50 |
| Neutral | 40 - 60 | No dominant momentum | Wait for resolution; trade rotational strategies |
| Neutral Bearish | 30 - 50 | Negative momentum, sustainable | Hold shorts; add on rallies to 50 |
| Oversold | 20 - 30 | Below-average momentum | Monitor for failure swing; consider scaling out shorts |
| Extreme Oversold | < 20 | Very weak momentum; possible exhaustion | Look for divergence; tighten stops on shorts |
RSI Failure Swings
Wilder considered the failure swing to be the most reliable RSI signal, more important than overbought/oversold crossings. A failure swing occurs when RSI makes a peak (or trough) in overbought (or oversold) territory, pulls back, and then fails to exceed that peak (or trough) on the next attempt.
Bullish Failure Swing:
- RSI falls below 30 (oversold)
- RSI bounces above 30
- RSI pulls back but stays above its prior low
- RSI breaks above the bounce high
Bearish Failure Swing:
- RSI rises above 70 (overbought)
- RSI falls below 70
- RSI rallies but fails to exceed its prior high
- RSI breaks below the pullback low
The failure swing is effectively a double-top or double-bottom pattern in the RSI itself. Wilder argued that these patterns in momentum were more reliable than the same patterns in price because RSI filters out noise.
RSI Divergence
Divergence between RSI and price is one of the most powerful signals in technical analysis:
-
Bullish divergence: Price makes a lower low, but RSI makes a higher low. This indicates that downward momentum is weakening even though price is still falling. The move lower is losing internal strength.
-
Bearish divergence: Price makes a higher high, but RSI makes a lower high. Upward momentum is weakening even though price is reaching new highs. The rally is hollow.
"Divergence between RSI and price action is the single strongest indication that a turning point is imminent. Divergence does not tell you when the turn will occur, but it tells you that the current move is on borrowed time."
Critical Analysis of RSI
Strengths:
- Bounded (0-100), making it universally comparable
- Smoothing reduces whipsaws compared to raw momentum indicators
- Failure swings and divergences provide high-probability signals
- Works on any timeframe and any instrument
- Extremely well-studied; vast body of literature and backtest data available
Weaknesses:
- In strong trends, RSI can remain overbought or oversold for extended periods, generating false reversal signals
- The default 14-period setting was designed for daily charts in 1970s commodity markets; it may not be optimal for modern intraday timeframes
- RSI is a lagging indicator - by the time it confirms a signal, a significant portion of the move may have occurred
- Widely followed, meaning RSI-based signals can become self-fulfilling or, paradoxically, faded by sophisticated participants who know others are acting on them
For AMT/Bookmap Traders: RSI should not be used in isolation. When RSI shows oversold conditions but the Bookmap heatmap shows aggressive selling with no visible support, the RSI signal is likely premature. Conversely, when RSI divergence aligns with visible absorption on the order book (large resting orders soaking up selling pressure), the probability of reversal increases substantially. Use RSI as a filter, not a trigger.
Framework 1: RSI Regime Classification for Intraday Trading
This framework adapts Wilder's RSI zones to the reality of intraday trading with order flow context.
| RSI State | Heatmap/Order Flow Confirmation | Trade Setup | Risk Management |
|---|---|---|---|
| RSI > 70 + Bearish divergence | Iceberg asks appearing at highs; absorption visible | Short at resistance with stop above high | Target: developing POC or VWAP |
| RSI < 30 + Bullish divergence | Iceberg bids appearing at lows; aggressive selling drying up | Long at support with stop below low | Target: developing POC or VWAP |
| RSI failure swing (bullish) | Delta turning positive; bid stacking visible | Long on break of swing high | Stop below failure swing low |
| RSI failure swing (bearish) | Delta turning negative; ask stacking visible | Short on break of swing low | Stop above failure swing high |
| RSI 40-60, flat | No directional flow visible; balanced heatmap | No trade - wait for resolution | N/A |
| RSI > 50 and rising | Aggressive market buys dominating; bids pulling up | Trend following - buy pullbacks | Trail stop using Parabolic SAR or ATR |
| RSI < 50 and falling | Aggressive market sells dominating; asks pulling down | Trend following - sell rallies | Trail stop using Parabolic SAR or ATR |
Part III: Average True Range (ATR)
Origins and Construction
ATR evolved directly from Wilder's True Range concept. While True Range measures the volatility of a single bar, ATR smooths this over N periods (default 14) to provide a more stable volatility estimate.
ATR Calculation:
ATR = ((Previous ATR x (N-1)) + Current True Range) / N
For the initial ATR value, Wilder used a simple average of the first N True Range values. All subsequent values use the smoothing formula above.
ATR is expressed in the same units as price (dollars, ticks, pips), making it directly actionable for stop placement and position sizing. An ATR of 2.50 on a stock means the stock typically moves $2.50 per period. An ATR of 15 ticks on ES futures means ES typically moves 15 ticks per 5-minute bar (or whatever timeframe you are measuring).
Why ATR Matters for Daytraders
ATR solves one of the most common problems in daytrading: arbitrary stop placement. New traders often place stops a fixed number of ticks from their entry, regardless of current market conditions. This means their stops are too tight in volatile conditions (leading to premature stop-outs) and too loose in quiet conditions (leading to excessive risk per trade).
ATR provides a volatility-normalized stop distance. If your standard stop is 1.5x ATR, it automatically widens in volatile conditions and tightens in quiet conditions, adapting to the market's current personality.
ATR-Based Stop Placement Methods
| Method | Formula | Best For | Characteristics |
|---|---|---|---|
| Tight stop | Entry +/- 1.0 ATR | Scalping, high win-rate strategies | Frequent stops; requires high accuracy |
| Standard stop | Entry +/- 1.5 ATR | Swing entries within the day | Good balance of protection and breathing room |
| Wide stop | Entry +/- 2.0 ATR | Trend-following intraday positions | Survives noise; requires favorable R:R |
| Chandelier Exit (long) | Highest High - 3.0 ATR | Trailing stop for runners | Lets winners run; gives back more on reversal |
| Chandelier Exit (short) | Lowest Low + 3.0 ATR | Trailing stop for short runners | Mirror of long version |
ATR for Position Sizing
ATR is central to volatility-based position sizing, the method used by most professional systematic traders. The core idea: risk the same dollar amount on every trade by adjusting position size to the instrument's volatility.
Position Size = Dollar Risk Per Trade / (ATR x ATR Multiple)
Example:
- Account: $50,000
- Risk per trade: 1% = $500
- ES 5-min ATR: 4 points = $200 per contract (at $50/point)
- ATR multiple for stop: 1.5
- Stop distance: 4 x 1.5 = 6 points = $300 per contract
- Position size: $500 / $300 = 1.67 -> 1 contract (round down)
This ensures that a volatile instrument like crude oil futures does not expose you to dramatically more risk than a quieter instrument like Treasury futures, even if you trade both in the same session.
ATR Regime Analysis
ATR itself trends. Periods of low ATR tend to be followed by periods of high ATR (volatility expansion), and vice versa (volatility contraction). This mean-reverting property of volatility is one of the most reliable statistical features of financial markets.
| ATR Regime | Characteristics | Trading Implications |
|---|---|---|
| ATR declining (compression) | Narrow bars, inside days, tight ranges | Prepare for breakout; reduce position size until direction is clear |
| ATR at multi-period lows | Market is coiled; energy building | High probability of imminent expansion; set alerts for breakout |
| ATR expanding | Wide bars, gaps, range extension | Trend is in motion; widen stops, increase conviction on trend trades |
| ATR at multi-period highs | Panic or euphoria; climactic activity | Potential exhaustion; reduce size, expect reversal or consolidation |
"Volatility is cyclical. Just as markets alternate between trending and ranging, they alternate between high and low volatility. The trader who understands this cycle has a structural edge over the trader who does not."
Critical Analysis of ATR
Strengths:
- Pure volatility measure with no directional bias
- Accounts for gaps (unlike simple range)
- Universally applicable across all instruments and timeframes
- Directly actionable for stop placement and position sizing
- Mean-reverting property allows anticipation of volatility regime changes
Weaknesses:
- Lagging by nature - ATR reflects past volatility, not future volatility
- Does not distinguish between upside and downside volatility
- In fast-moving markets, ATR may not update quickly enough (especially with 14-period default)
- Gap treatment can distort ATR in instruments that gap frequently (e.g., individual stocks at the open)
For AMT/Bookmap Traders: ATR complements the visual volatility assessment you already make when reading the heatmap. When you see the order book thinning (fewer resting orders at each level), ATR is likely to expand. When you see the book thickening (large stacked orders on both sides), ATR is likely to compress. Use ATR as a quantitative confirmation of what the order book is telling you qualitatively.
Part IV: The Directional Movement System (DMI/ADX)
Origins and Motivation
The Directional Movement System is Wilder's most sophisticated creation and arguably his most valuable for trend-following traders. He designed it to answer a fundamental question: Is this market trending, and if so, how strongly?
Most indicators assume a trending market. Moving average crossovers, for example, work beautifully when the market is trending but generate devastating whipsaws in range-bound conditions. Wilder wanted a meta-indicator - an indicator that told you whether it was appropriate to use trend-following indicators at all.
Mathematical Construction
The system has three components: +DI (positive directional indicator), -DI (negative directional indicator), and ADX (average directional index).
Step 1 - Directional Movement (DM):
Directional movement measures the portion of the current bar's range that is outside the prior bar's range. Only the larger directional component is counted.
+DM = Current High - Previous High (if positive and > |Current Low - Previous Low|)
-DM = Previous Low - Current Low (if positive and > |Current High - Previous High|)
If both conditions are equal, or neither is positive, DM = 0 for both.
Step 2 - Smoothing:
Both +DM and -DM are smoothed over N periods (default 14) using Wilder's smoothing method. True Range is also smoothed over the same period.
Step 3 - Directional Indicators:
+DI = (Smoothed +DM / Smoothed True Range) x 100
-DI = (Smoothed -DM / Smoothed True Range) x 100
+DI measures the percentage of total range that is directional upward movement. -DI measures the percentage that is directional downward movement. Each ranges from 0 to 100.
Step 4 - DX and ADX:
DX = (|+DI - (-DI)| / (+DI + (-DI))) x 100
ADX = Wilder smoothing of DX over N periods
ADX measures trend strength regardless of direction. It ranges from 0 to 100, where higher values indicate stronger trends.
ADX Interpretation Framework
| ADX Value | Trend Strength | Trading Approach |
|---|---|---|
| 0 - 15 | Absent/very weak trend | Range-bound strategies; fade extremes; mean reversion |
| 15 - 25 | Developing trend | Prepare for breakout; watch for +DI/-DI crossover |
| 25 - 40 | Strong trend | Trend-following strategies; enter on pullbacks |
| 40 - 50 | Very strong trend | Maximum trend-following conviction; wide stops |
| 50 - 75 | Extremely strong (rare) | Late-stage trend; be cautious of exhaustion |
| > 75 | Parabolic/climactic | Trend likely near exhaustion; take profits |
The DI Crossover System
Wilder's basic trading rule for the Directional Movement System:
- Buy when +DI crosses above -DI (upward directional movement exceeds downward)
- Sell when -DI crosses above +DI (downward directional movement exceeds upward)
- Filter: Only take signals when ADX is above 20 (or 25), confirming that a trend is present
The genius of this system is the ADX filter. Without it, DI crossovers would generate numerous whipsaws in sideways markets. With it, you only trade crossovers when the market is actually trending, dramatically improving the signal-to-noise ratio.
ADXR - The Trend Strength Smoother
Wilder also introduced ADXR, which is simply the average of today's ADX and the ADX value N periods ago:
ADXR = (Current ADX + ADX N periods ago) / 2
ADXR smooths ADX further and is useful for comparing trend strength across different instruments. An instrument with ADXR of 35 is trending more strongly than one with ADXR of 18, making it a better candidate for trend-following strategies.
Framework 2: ADX-Based Strategy Selection for Daytraders
This is a critical framework. The most common mistake daytraders make is applying a trending strategy to a ranging market, or vice versa. ADX solves this.
| ADX Regime | Market State | Bookmap/AMT Context | Optimal Strategy | What to Avoid |
|---|---|---|---|---|
| ADX < 20, flat | No trend; balanced market | Profile is symmetric; value area is stable; no range extension | Fade extremes; trade the rotation between VAH and VAL | Trend following; breakout strategies |
| ADX rising from below 20 | Trend emerging | IB extension occurring; single prints developing; value migrating | Early trend entry; buy +DI crossover with tight stop | Fading the move; mean reversion |
| ADX 25-40, +DI > -DI | Established uptrend | Higher value areas; one-timeframe buying; poor lows forming | Buy pullbacks to VWAP or prior POC; trail with SAR | Shorting; picking tops |
| ADX 25-40, -DI > +DI | Established downtrend | Lower value areas; one-timeframe selling; poor highs forming | Sell rallies to VWAP or prior POC; trail with SAR | Going long; picking bottoms |
| ADX > 50, turning down | Trend exhaustion | Excess forming; profile showing elongation with poor structure | Take profits; reduce position size | Adding to positions; extending conviction |
| ADX declining from 40+ | Trend-to-range transition | Value area widening; responsive activity increasing | Transition to rotational strategies; use RSI for extremes | Holding trend positions; ignoring rotation |
"The ADX is perhaps the most underutilized indicator in technical analysis. Most traders focus on direction. They want to know if the market is going up or down. But the more important question is whether the market is trending at all. If it is not trending, most directional strategies will fail regardless of direction."
Critical Analysis of DMI/ADX
Strengths:
- Measures trend strength independent of direction - a unique and valuable property
- ADX filter dramatically reduces whipsaws in DI crossover signals
- Composite system (+DI, -DI, ADX) provides both direction and conviction
- Works well as a meta-indicator for selecting which other tools to apply
- ADX turning points often precede major price turning points
Weaknesses:
- Complex calculation with multiple smoothing steps introduces significant lag
- ADX responds slowly to sudden trend changes, especially reversals
- In choppy markets with large bars in both directions, DI crossovers can still whipsaw even with ADX filter
- The three-line system (+DI, -DI, ADX) can be visually confusing for new traders
- Default 14-period setting may be too slow for scalpers
For AMT/Bookmap Traders: ADX is best used as a session planning tool rather than a real-time trigger. Check ADX on your 5-minute or 15-minute chart at the start of the session. If ADX is above 25 and rising, plan for trend-following. If ADX is below 20, plan for rotation. This regime classification aligns naturally with the AMT framework: high ADX corresponds to one-timeframe (trending) markets, while low ADX corresponds to two-timeframe (balancing) markets. The Bookmap heatmap gives you real-time confirmation of which regime you are in.
Part V: The Parabolic SAR (Stop and Reverse)
Origins and Design Philosophy
The Parabolic SAR (Stop and Reverse) is Wilder's trailing stop system. He designed it from the observation that most traders give back too much profit when trends reverse. The system provides a mechanical, mathematically precise trailing stop that accelerates as the trend progresses.
The name "parabolic" comes from the shape of the stop curve when plotted on a chart - it traces a parabolic arc. "SAR" stands for Stop and Reverse, because when price hits the stop, the system not only exits the current position but reverses direction, going from long to short or vice versa. This means the system is always in the market, either long or short.
Mathematical Construction
The Parabolic SAR is calculated differently depending on whether the system is currently long or short.
For a long position:
SAR(tomorrow) = SAR(today) + AF x (EP - SAR(today))
Where:
AF = Acceleration Factor, starting at 0.02, increasing by 0.02 each time a new
Extreme Point is made, capped at 0.20
EP = Extreme Point, the highest high since the position was entered
For a short position:
SAR(tomorrow) = SAR(today) - AF x (SAR(today) - EP)
Where:
EP = Extreme Point, the lowest low since the position was entered
The Acceleration Factor is the key innovation. It starts small (0.02), which means the SAR trail is loose at the beginning of a trend. Each time price makes a new extreme (new high for longs, new low for shorts), the AF increases by 0.02 (the step), up to a maximum of 0.20 (the cap). This causes the SAR to accelerate toward price over time, tightening the stop as the trend matures.
The logic is elegant: early in a trend, you want a loose stop to avoid being shaken out by normal retracements. Late in a trend, you want a tight stop to capture as much of the move as possible before the reversal. The accelerating AF achieves exactly this.
Parabolic SAR Parameters
| Parameter | Default | Range | Effect of Increasing | Effect of Decreasing |
|---|---|---|---|---|
| AF Start | 0.02 | 0.01 - 0.05 | Tighter initial stop; more sensitive | Looser initial stop; more breathing room |
| AF Step | 0.02 | 0.01 - 0.03 | Faster acceleration; stop catches up sooner | Slower acceleration; stop stays looser longer |
| AF Max | 0.20 | 0.10 - 0.30 | Tighter maximum stop; less giveback | Looser maximum stop; survives deeper pullbacks |
Practical Usage Rules
Wilder specified several important rules:
-
Never move SAR in the direction that would reduce your profit. If you are long and the calculated SAR for tomorrow is above today's SAR, use today's SAR value instead.
-
SAR should never be set above (for longs) or below (for shorts) the current or prior bar's range. If the calculated SAR penetrates the current or prior bar, cap it at the relevant extreme.
-
When SAR is hit, reverse position immediately. The system is always in the market. The initial SAR for the new position is set at the Extreme Point of the prior position.
When Parabolic SAR Works and When It Fails
| Market Condition | SAR Performance | Explanation |
|---|---|---|
| Strong, sustained trend | Excellent | SAR trails behind the trend, accelerating gradually; captures large moves |
| Moderate trend with pullbacks | Good | SAR survives shallow pullbacks; may exit on deeper ones |
| Choppy, sideways market | Poor | Constant reversals generate whipsaw losses; AF resets repeatedly |
| V-shaped reversal | Good on exit | SAR captures the trend; reversed position benefits from the V-move |
| Gradual trend exhaustion | Moderate | SAR tightens as trend slows; eventually triggers near the high/low |
"The Parabolic Time/Price System works best in trending markets. In a sideways or choppy market, the constant reversals will result in a series of small losses. Therefore, I recommend using the Parabolic System in conjunction with the Directional Movement Index. Trade the Parabolic only when ADX indicates a trending market."
Wilder himself recognized the primary limitation of Parabolic SAR and prescribed the solution: use it only when ADX confirms a trend. This is one of the earliest and clearest examples of indicator combination in the technical analysis literature.
Framework 3: Parabolic SAR + ADX Integrated Trailing Stop System
| Step | Action | Details |
|---|---|---|
| 1 | Check ADX | If ADX > 25 and rising, proceed. If ADX < 20, do not use SAR for trailing stops. |
| 2 | Identify direction | +DI > -DI = long bias. -DI > +DI = short bias. |
| 3 | Enter on confirmation | Enter long when price is above SAR and +DI > -DI. Enter short when price is below SAR and -DI > +DI. |
| 4 | Trail with SAR | Use default AF (0.02/0.02/0.20) for daily charts. For intraday, consider AF start of 0.01 and step of 0.01 for less sensitivity. |
| 5 | Monitor ADX | If ADX turns down while SAR is still trailing, tighten manually or increase AF step. The trend may be losing steam. |
| 6 | Exit when SAR is hit | SAR hit = exit. If ADX still > 25, consider reversing per Wilder's rules. If ADX is declining, exit without reversing. |
| 7 | Post-exit assessment | Re-evaluate ADX. If ADX < 20 after exit, switch to rotational strategies. If ADX holds above 25, look for re-entry. |
Critical Analysis of Parabolic SAR
Strengths:
- Provides clear, unambiguous stop levels - no subjectivity
- Acceleration mechanism is brilliantly designed to tighten stops as trends mature
- Always-in-the-market approach ensures you never miss a major trend
- Simple to implement and automate
- Visible on the chart as dots, making it intuitive
Weaknesses:
- Constant reversals in sideways markets generate compounding losses
- The always-in-market assumption is unrealistic for most traders (sometimes the best position is flat)
- Fixed AF parameters may not suit all instruments or timeframes
- Does not account for support/resistance levels, order flow, or volume
- In fast, gapping markets, SAR can be far from the actual exit price
For AMT/Bookmap Traders: Use Parabolic SAR as a mechanical override for your trailing stop, but apply AMT judgment for the entry. Enter based on order flow - visible absorption, delta shifts, level breaks on the heatmap - and then let SAR manage the exit mechanically. This combines the edge of real-time order flow reading with the discipline of a systematic exit. The most common failure mode for Bookmap traders is exiting winners too early based on minor order flow noise. SAR prevents this by providing a stop that only moves in your favor.
Part VI: The Commodity Selection Index (CSI) and Other Systems
Commodity Selection Index
The CSI was designed to rank commodities by their desirability for short-term directional trading. It combines ADXR (trend strength), ATR (volatility), and margin requirements into a single score.
CSI = ADXR x ATR(14) x (1 / Margin) x Commission Factor
In principle, the CSI ranks instruments by their "directional movement per dollar of margin required." A high CSI means the instrument is trending strongly, is volatile (offering large per-contract moves), and requires relatively little margin - an ideal candidate for a directional trade.
While the specific formula is less applicable to modern equity daytrading (where margin calculations differ), the concept is valuable: always trade the instrument that is moving the most per unit of risk capital. For Bookmap daytraders who trade multiple instruments (ES, NQ, CL, etc.), an ATR-weighted comparison of current trending behavior across instruments at the start of each session is a practical application of Wilder's CSI logic.
Swing Index and Accumulative Swing Index
The Swing Index attempts to measure the "true" direction of price by comparing today's open, high, low, close with yesterday's open, high, low, close. The formula is complex and produces a bounded value (-100 to +100) for each bar. The Accumulative Swing Index is the running total, analogous to a cumulative delta.
Wilder used the Accumulative Swing Index to identify breakout levels. He argued that a breakout in the Accumulative Swing Index was more meaningful than a breakout in price because the Swing Index accounted for the relationship between opens and closes, not just closes.
While less widely used today, the Accumulative Swing Index is conceptually related to the cumulative delta that Bookmap/order flow traders use. Both attempt to provide a filtered view of directional commitment by looking beyond simple price extremes.
Reaction Trend System
The Reaction Trend System is Wilder's trend-following system based on identifying significant price reactions (pullbacks in trends). It uses a fixed number of "reaction days" to define when a pullback has occurred and a re-entry rule to get back into the trend.
This concept maps directly to the AMT idea of "responsive vs. initiative activity." A reaction in Wilder's framework is responsive activity within a larger initiative move. His system formalizes the idea of trading the resumption of initiative activity after a responsive pullback.
Part VII: Wilder's Systems in Modern Context
Comparison: Wilder's Indicators vs. Modern Alternatives
| Wilder's Tool | Modern Alternative(s) | Wilder's Advantage | Modern Advantage |
|---|---|---|---|
| RSI (14) | Stochastic RSI, Williams %R, CCI | Simplicity; universal recognition; extensive research base | Stochastic RSI: more sensitive at extremes. CCI: unbounded, captures outliers |
| ATR (14) | Bollinger Band Width, Standard Deviation, IQR | Accounts for gaps; directly usable for stops | Bollinger Width: visual context. Std Dev: statistical rigor |
| ADX (14) | Aroon, Choppiness Index, VHF | Three-component system gives both direction and strength | Aroon: faster response. Choppiness Index: simpler concept |
| Parabolic SAR | Chandelier Exit, ATR Trailing Stop, Keltner Channel | Acceleration mechanism; always-in logic | Chandelier: adapts to ATR. Keltner: visual channel context |
| CSI | ATR-weighted instrument ranking | Integrates trend + volatility + margin | Modern versions can include liquidity, correlation, etc. |
Why Wilder's Indicators Endure
Five decades after their introduction, RSI, ATR, ADX, and Parabolic SAR remain on virtually every charting platform. Several factors explain this longevity:
-
They solve fundamental problems. Momentum, volatility, trend strength, and trailing stops are permanent needs. The problems do not go away, so the solutions remain relevant.
-
They are simple enough to understand but sophisticated enough to be useful. There is a "Goldilocks zone" of complexity in indicator design. Too simple (like a simple moving average crossover) and the tool provides insufficient edge. Too complex (like a neural network) and the tool becomes a black box. Wilder's indicators sit squarely in the Goldilocks zone.
-
Network effects. Because so many traders use these indicators, they create self-reinforcing dynamics. When RSI hits 30 on a widely-traded instrument, thousands of traders see the same signal, and their collective response can create the reversal that the indicator "predicted." This is not a flaw - it is a market microstructure reality that amplifies the indicators' utility.
-
Composability. Wilder's indicators combine well with each other and with other tools. RSI + ADX + SAR form a coherent system. RSI + volume analysis works. ATR + position sizing is standard practice. This combinatorial flexibility means the indicators remain useful even as trading methodologies evolve.
Part VIII: Integrating Wilder's Tools with AMT and Order Flow
The Synthesis Framework
The deepest value in Wilder's work for modern daytraders comes not from using his indicators in isolation but from integrating them into an AMT/order flow workflow. Here is a comprehensive integration framework:
Pre-Session Analysis (Before the Open):
- Check ADX on 15-minute chart from prior session. Determine if market is trending (ADX > 25) or ranging (ADX < 20).
- Note ATR on 5-minute chart. This is your volatility baseline for stop placement and position sizing.
- Check RSI on 15-minute chart. Is it in overbought/oversold territory from the prior session? Is there divergence?
- Based on ADX regime, select your strategy set for the day: trending (SAR trailing, breakout entries) or ranging (fade extremes, mean reversion).
During the Session (Real-Time):
- Open Bookmap. Let the heatmap and order flow be your primary information source.
- Use RSI as a confirmation filter. If you see absorption on the bid (potential long) and RSI is < 40 with bullish divergence, the setup has multiple confirmations.
- Use ATR to set your stop distance. Do not use a fixed number of ticks. Use 1.0-1.5x the 5-minute ATR.
- If in a trend trade (confirmed by ADX > 25 and order flow), activate Parabolic SAR for mechanical trailing.
- Monitor ADX during the session. If it begins declining while you are in a trend trade, prepare to take profits.
Post-Session Review:
- Log which ADX regime the session was in and which strategy you used.
- Note whether ATR expanded or contracted during the session - this predicts tomorrow's volatility regime.
- Record RSI divergences that preceded reversals, even if you did not trade them. Build pattern recognition.
Practical Checklist: Wilder's Indicators Daily Workflow
Use this checklist at the start of every trading session:
- ADX Level: Current ADX reading on 15-min chart: ___
- ADX > 25? -> Trending mode. Prepare trend-following setups.
- ADX < 20? -> Ranging mode. Prepare mean-reversion setups.
- ADX between 20-25? -> Transitional. Watch for breakout or continuation.
- ADX Direction: Is ADX rising or falling?
- Rising -> Trend is strengthening. Increase conviction on trend trades.
- Falling -> Trend is weakening. Reduce position size; tighten stops.
- DI Crossover: Which is dominant, +DI or -DI?
- +DI > -DI -> Long bias.
- -DI > +DI -> Short bias.
- RSI Level: Current RSI on 5-min chart: ___
- Above 70? -> Overbought. Do not initiate new longs without divergence confirmation.
- Below 30? -> Oversold. Do not initiate new shorts without divergence confirmation.
- Between 40-60? -> Neutral. Directional bias comes from order flow and ADX.
- RSI Divergence: Any divergence present on 5-min or 15-min?
- Bullish divergence? -> Watch for long entry with order flow confirmation.
- Bearish divergence? -> Watch for short entry with order flow confirmation.
- ATR (5-min): Current value: ___
- Stop distance (1.5x ATR): ___
- Position size based on ATR risk: ___
- ATR Regime: Is ATR high, low, or average relative to its 20-period range?
- Low (compression) -> Expect expansion. Reduce size until breakout direction is clear.
- High (expansion) -> Expect continuation or exhaustion. Widen stops.
- Average -> Normal conditions.
- Parabolic SAR: If trending mode, is SAR currently long or short?
- SAR long -> Trail longs mechanically.
- SAR short -> Trail shorts mechanically.
- SAR just flipped -> Potential entry signal if confirmed by order flow.
Part IX: Critical Analysis of the Complete Work
What Wilder Got Right
-
The modular approach. Each indicator measures one dimension of market behavior. This modularity allows traders to combine tools based on current conditions rather than relying on a single "do everything" indicator that inevitably fails in certain regimes.
-
The emphasis on volatility. In 1978, few traders thought systematically about volatility. Wilder's True Range and ATR put volatility at the center of risk management decades before it became mainstream.
-
The trend strength concept. ADX remains the gold standard for measuring trend strength. No subsequent indicator has definitively surpassed it for this specific purpose.
-
The acceleration concept in SAR. The idea that trailing stops should tighten as trends mature is intuitively correct and mathematically elegant. Modern trailing stop methods (like the Chandelier Exit) are essentially variations on this theme.
-
Mechanical rules. By providing explicit, unambiguous trading rules, Wilder enabled systematic testing and improvement. You can backtest RSI failure swings. You cannot backtest "use your judgment."
What Wilder Got Wrong (or What Has Changed)
-
The always-in-market assumption. Wilder's Parabolic SAR assumes you should always have a position, either long or short. Modern understanding recognizes that the best position is often flat. Being in the market 100% of the time generates unnecessary transaction costs and psychological strain.
-
The 14-period default for everything. Wilder used 14 as the default period for RSI, ATR, and ADX. He chose it because it represents half a lunar cycle (28 days / 2 = 14), reflecting his interest in market cycles. While 14 works reasonably well, it is not optimal for all timeframes and instruments. Modern traders should test alternative periods.
-
The absence of volume. None of Wilder's indicators incorporate volume. They are purely price-based. In 1978, volume data for commodity futures was limited and often delayed. Today, with Bookmap's real-time order book visualization, volume and order flow data are available at tick-level granularity. Wilder's indicators are more powerful when combined with volume analysis, but they were not designed for it.
-
The static parameter assumption. Wilder's indicators use fixed lookback periods and thresholds. Modern adaptive indicators (like Kaufman's Adaptive Moving Average) adjust their parameters based on market conditions. An adaptive RSI that shortens its lookback in volatile markets and lengthens it in quiet markets would theoretically outperform fixed-parameter RSI.
-
Market microstructure has changed. Wilder's indicators were designed for daily-timeframe analysis of commodity futures traded in open-outcry pits. Modern electronic markets operate at millisecond timescales with algorithmic participants that can detect and exploit predictable indicator-based behavior. RSI at 30 does not mean the same thing when algorithms are monitoring it and potentially fading the expected response.
The Enduring Legacy
Despite these limitations, Wilder's influence on technical analysis is unmatched by any single author. Consider:
- RSI is built into every charting platform on earth.
- ATR is the standard volatility measure for position sizing across the entire systematic trading industry.
- ADX is the most widely referenced trend strength indicator.
- Parabolic SAR is available in every professional charting package.
No other author has produced even two universally adopted indicators, let alone four. Wilder produced four in a single book. The tools work not because they are perfect but because they are good enough, simple enough, and widespread enough that they have become part of the market's infrastructure.
"Every indicator is a model, and every model is wrong. But some models are useful. Wilder's models have been useful to more traders for more years than any others in history."
Part X: Advanced Applications and Edge Cases
RSI on Multiple Timeframes
One of the most powerful advanced applications of RSI is multi-timeframe analysis. When RSI signals align across timeframes, the probability of the signal being correct increases substantially.
| Higher Timeframe RSI | Lower Timeframe RSI | Signal Quality | Interpretation |
|---|---|---|---|
| Oversold + bullish divergence | Oversold + failure swing | Very High | Strong reversal likely; both timeframes confirm |
| Oversold | Neutral (40-60) | Moderate | Higher TF provides context, but no trigger yet on lower TF |
| Neutral | Oversold + divergence | Low-Moderate | Lower TF signal may fail without higher TF support |
| Overbought | Oversold | Conflicting | Do not trade; timeframes disagree. Wait for alignment. |
| Bullish (50-70) | Pullback to 40-50 | High | Trend pullback on lower TF within higher TF uptrend; high-probability long |
ATR Channels
While not explicitly described by Wilder, ATR Channels (price +/- a multiple of ATR plotted around a moving average) are a natural extension of his work. Keltner Channels use this exact construction.
For Bookmap traders, ATR channels on a 5-minute chart provide dynamic support/resistance levels that adapt to current volatility. When the heatmap shows large resting orders near an ATR channel boundary, the confluence of technical level and visible liquidity creates a high-probability trade setup.
ADX Divergence
An underexplored concept: divergence between ADX and price. When price makes a higher high but ADX makes a lower high, the trend is losing internal strength even as it pushes to new extremes. This is analogous to RSI divergence but applied to trend strength rather than momentum.
ADX divergence often precedes multi-day trend reversals and is particularly useful for swing traders who use the 15-minute or hourly timeframes for entries.
Combining All Four Indicators: The Wilder Confluence System
When all four of Wilder's major indicators align, the signal is extremely powerful:
STRONG LONG SIGNAL:
- RSI: Between 40-60 (not overbought) with recent bullish divergence
- ATR: Low and beginning to expand (volatility breakout)
- ADX: Above 25 and rising (+DI > -DI)
- Parabolic SAR: Just flipped to long (SAR below price)
-> Enter long with high conviction. Stop = SAR. Target = 3x ATR.
STRONG SHORT SIGNAL:
- RSI: Between 40-60 (not oversold) with recent bearish divergence
- ATR: Low and beginning to expand (volatility breakout)
- ADX: Above 25 and rising (-DI > +DI)
- Parabolic SAR: Just flipped to short (SAR above price)
-> Enter short with high conviction. Stop = SAR. Target = 3x ATR.
When these four conditions align simultaneously, you have momentum, volatility, trend strength, and a mechanical stop/entry all confirming the same direction. These setups are rare but high-probability.
Part XI: Common Mistakes and Misconceptions
RSI Misconceptions
| Misconception | Reality |
|---|---|
| "RSI below 30 means buy" | RSI can stay below 30 for extended periods in downtrends. Oversold does not mean reversal is imminent. |
| "RSI is a standalone system" | Wilder never intended RSI to be used alone. He designed it as one component of a multi-indicator approach. |
| "14-period is always correct" | 14 was Wilder's default based on half a lunar cycle. For 1-minute charts, it may be too slow; for monthly charts, too fast. |
| "RSI measures strength vs. other securities" | RSI measures internal momentum only. It does not compare one instrument to another (that would be relative strength, a different concept entirely). |
| "RSI divergence always works" | Divergence can persist for extended periods before resolving. It indicates weakening momentum, not guaranteed reversal. |
ATR Misconceptions
| Misconception | Reality |
|---|---|
| "Higher ATR means riskier" | ATR measures volatility, not risk. Risk is a function of position size relative to ATR, not ATR alone. |
| "ATR predicts direction" | ATR is directionless. It tells you how much the market moves, not where it goes. |
| "ATR stops are foolproof" | ATR-based stops can still be hit by volatility spikes. They are better than fixed stops but not perfect. |
ADX Misconceptions
| Misconception | Reality |
|---|---|
| "High ADX means buy" | ADX measures trend strength, not direction. ADX of 50 during a downtrend does not mean buy. |
| "ADX above 25 means trend will continue" | ADX above 25 means a trend is present. It does not predict whether the trend will continue or reverse. |
| "Low ADX means the market will stay flat" | Low ADX often precedes explosive moves. Think of it as a compressed spring. |
Part XII: Trading Takeaways
For Scalpers (1-5 minute timeframes)
- Use RSI with a shorter period (7-9) on your execution timeframe for quick momentum reads.
- Use ATR on the 1-minute chart for stop placement. A 1.0x ATR stop is appropriate for scalps.
- ADX on the 5-minute chart determines your session strategy (trending vs. ranging).
- Do not use Parabolic SAR for scalps - the acceleration is too slow for very short timeframes.
- Combine all of the above with Bookmap's real-time order flow as the primary trigger.
For Intraday Swing Traders (5-30 minute timeframes)
- RSI on the 5-minute chart with default 14-period is appropriate. Focus on divergences and failure swings.
- ATR on the 5-minute chart for stop placement (1.5x ATR) and position sizing.
- ADX on the 15-minute chart for trend strength assessment. Update at least every 30 minutes.
- Parabolic SAR on the 5-minute chart for mechanical trailing stops once in a confirmed trend.
- Bookmap's heatmap and cumulative delta provide the entry triggers; Wilder's tools manage the trade.
For Position Traders (Daily timeframe)
- RSI on the daily chart with default settings. Wilder's original intended use case.
- ATR on the daily chart for swing stop placement (2.0-3.0x ATR).
- ADX on the daily chart for determining whether the market is in a trending or ranging phase.
- Parabolic SAR on the daily chart for systematic trend following.
- Use weekly ATR and ADX for higher-timeframe context.
Key Quotes from the Text
"The most important requirement for profitable trading is the ability to determine the direction and speed of the price trend of a commodity."
"All technical trading systems are trend-following by nature. They tell you what has happened, not what will happen. The intelligent use of a good system, combined with good common sense, will get the trader into the right positions more often than not."
"The biggest mistake a trader can make is to trade against the trend. The second biggest mistake is to not trade at all when the trend is obvious."
"No system will work all the time. The key is to trade a system that works more often than it fails, and to manage risk so that the failures do not destroy you."
"Price is the most important variable. Volume is the second. Everything else is derived."
Further Reading
-
"Technical Analysis of the Financial Markets" by John J. Murphy - The standard textbook on technical analysis, which covers RSI, ATR, ADX, and Parabolic SAR in the context of a comprehensive technical framework. Essential companion reading for understanding how Wilder's tools fit into the broader analytical landscape.
-
"Markets in Profile" by James Dalton - The definitive work on Auction Market Theory and Market Profile. Reading this alongside Wilder provides the AMT context that Wilder's purely quantitative approach lacks. Understanding how Wilder's trend measures relate to AMT's balance/imbalance framework is a major edge.
-
"Evidence-Based Technical Analysis" by David Aronson - A rigorous statistical treatment of technical indicators, including RSI. Aronson's framework for testing indicator validity provides the scientific rigor that Wilder's original work lacks.
-
"Quantitative Trading Systems" by Howard Bandy - A modern treatment of system design and testing that includes ATR-based position sizing and indicator-based strategy construction. Directly builds on Wilder's systematic approach.
-
"Trading and Exchanges: Market Microstructure for Practitioners" by Larry Harris - Understanding market microstructure - how orders are matched, how liquidity is provided, how information is incorporated into price - provides essential context for why Wilder's indicators behave the way they do in modern electronic markets.
-
"Cybernetic Analysis for Stocks and Futures" by John Ehlers - Ehlers applies digital signal processing theory to indicator design, including adaptive versions of RSI and other Wilder-inspired tools. This represents the technical frontier of what Wilder began.
-
"The New Trading for a Living" by Dr. Alexander Elder - Elder's "Triple Screen" system explicitly uses Wilder's indicators (particularly RSI and ADX) within a multi-timeframe framework. His treatment of RSI divergence is among the best in the literature.
-
"Advances in Financial Machine Learning" by Marcos Lopez de Prado - For traders interested in the cutting edge, this book covers how traditional indicators like RSI can be used as features in machine learning models, bridging Wilder's classical approach with modern quantitative methods.
Final Assessment
"New Concepts in Technical Trading Systems" is one of those rare books that permanently altered its field. Wilder did not just contribute to technical analysis - he created a substantial portion of its foundation. RSI, ATR, ADX, and Parabolic SAR are not historical curiosities. They are living tools used by millions of traders every day, embedded in every charting platform, referenced in every trading education curriculum, and researched in hundreds of academic papers.
For AMT/Bookmap daytraders, Wilder's indicators serve as a quantitative framework that complements the qualitative read of order flow and market structure. The order book tells you what is happening right now. Wilder's indicators tell you the statistical context in which it is happening. Is momentum with you or against you? Is volatility expanding or contracting? Is the market trending or ranging? Where should your stop be? These are not optional questions. They are the fundamental questions of every trade, and Wilder provided answers that have stood the test of five decades.
The book's greatest contribution may not be any single indicator but the meta-lesson: that markets can be measured, that those measurements can be systematized, and that systematic approaches, applied with discipline, outperform intuition over time. This philosophy - engineering applied to markets - is the thread that connects Wilder's 1978 work to the modern quantitative trading revolution.
Read this book not for the specific formulas (which are available everywhere) but for the thinking behind the formulas. Understand why Wilder chose exponential smoothing over simple averaging. Understand why he separated trend strength from trend direction. Understand why he built an acceleration mechanism into his trailing stop. When you understand the why, you can adapt the tools to your own trading context - whether that is a 1-minute Bookmap chart on ES futures or a daily chart on Bitcoin.
The indicators are the product. The engineering mindset is the lasting legacy.