Skip to content
On this page
  1. Key Takeaways
  2. What It Is
  3. The Intuition
  4. How It Works
  5. Worked Example
  6. Common Mistakes
  7. Frequently Asked Questions
  8. Sources
  9. Disclaimer
← All concepts
Technical AnalysisAdvanced5 min read

Volatility Stop: Wilder's Stop-and-Reverse Rule

The **volatility stop indicator**, introduced by J. Welles Wilder in his 1978 book New Concepts in Technical Trading Systems, anchors a stop level to the most extreme closing price since entry and trails it by a multiple of Average True Range. It is the original ATR-based stop-and-reverse system from which most modern trailing stops descend.

Key Takeaways

  • The volatility stop uses the highest close in an uptrend minus 2.8 to 3.1 ATRs as the long stop.
  • A close beyond the stop both exits the existing position and initiates the opposite trade.
  • Wilder's original recommended ATR multiplier sat between 2.8 and 3.1, depending on the asset.
  • The most common confusion is treating volatility stop as identical to Parabolic SAR, which uses a different anchor.

Key Takeaways

  • The volatility stop uses the highest close in an uptrend minus 2.8 to 3.1 ATRs as the long stop.
  • A close beyond the stop both exits the existing position and initiates the opposite trade.
  • Wilder's original recommended ATR multiplier sat between 2.8 and 3.1, depending on the asset.
  • The most common confusion is treating volatility stop as identical to Parabolic SAR, which uses a different anchor.

What It Is

The volatility stop is a trailing stop level that locks to the highest close in an uptrend and the lowest close in a downtrend, then offsets that anchor by a multiple of ATR. Wilder called the construction the Volatility System and explicitly built it as a stop-and-reverse rule: when the stop is hit, you do not just exit, you go the other way.

The indicator output is a single stepped line that flips sides as trades reverse. Above price it acts as the short trade's stop; below price it acts as the long trade's stop. Most modern charting platforms label the indicator simply as Volatility Stop or Volatility System.

The Intuition

Wilder wanted a stop that respected the market's own typical noise rather than an arbitrary percentage. ATR gave him a volatility unit. Anchoring to the significant close in the current trend gave him a reference point that was both relevant and not too noisy.

The stop-and-reverse design reflects Wilder's view that meaningful breakouts of the stop level rarely occur inside ongoing trends. If price closes through the stop, the underlying conditions have changed enough that the opposite position is worth taking. Modern users often drop the reverse and use the level only as an exit, but the original logic was symmetric.

How It Works

The volatility stop indicator formulas are:

ATR_t = Wilder smoothing of True Range over n bars, n typically 14 or 21
m     = ATR multiplier, Wilder's range 2.8 to 3.1, modern default ~2.5

For a long trade, the significant close is the highest close since entry:

SignificantClose_long_t = max(close) over bars since entry
Stop_long_t = max( Stop_long_t-1, SignificantClose_long_t - m * ATR_t )

For a short trade the rule mirrors:

SignificantClose_short_t = min(close) over bars since entry
Stop_short_t = min( Stop_short_t-1, SignificantClose_short_t + m * ATR_t )

When the close prints beyond the active stop, the position is closed and the indicator flips, applying the symmetric rule to start a new trade in the opposite direction. The ratchet ensures stops never move against the open trade.

Worked Example

Suppose a trader is long a stock at 50 with ATR(14) of 1.20 and a multiplier of 3.0. The initial significant close equals 50, so the initial stop is 50 minus 3.60 equals 46.40.

Over four weeks the highest close rises to 60. ATR contracts slightly to 1.05. The candidate stop is 60 minus 3.15 equals 56.85. That is above the prior stop of 46.40, so the trail moves up to 56.85. The trader has locked in roughly 6.85 of gain per share.

Now suppose price reverses sharply and closes at 56.50 on heavy volume. That is below the stop. In Wilder's original rule, the long trade is closed at 56.50 and a short trade is opened at the same close. The new significant close becomes 56.50, ATR is 1.30, and the new stop is 56.50 plus 3.90 equals 60.40 above price. The trade is now short with a defined initial risk and the ratchet rule applies in the opposite direction.

Common Mistakes

  1. Confusing volatility stop with Parabolic SAR. Both are Wilder stop-and-reverse systems but they use very different math. PSAR uses an acceleration factor and the extreme price since entry; volatility stop uses ATR and the significant close.
  2. Skipping the reverse leg. Many modern implementations exit at the stop but do not open the opposite trade. That is a valid design choice, but it removes part of the original system's edge.
  3. Picking a multiplier without testing. Wilder gave a range of 2.8 to 3.1 for the assets he studied. On modern equities and crypto, useful multipliers can be very different. The number deserves a calibration step, not blind adoption.
  4. Using high or low instead of close. Wilder anchored to the significant close, not the significant high or low. Using high or low produces a different, wider stop and changes the backtest profile.
  5. Forgetting that the system always has a position. Stop-and-reverse means the system is always long or always short. There is no flat state. That is fine in trending markets, expensive in choppy ones.

Frequently Asked Questions

What is the volatility stop indicator in simple terms? The volatility stop indicator is a trailing stop level set a multiple of Average True Range away from the best closing price reached during the current trade. It only moves in the favorable direction, then triggers an exit and an opposite-direction entry when price closes through it.

How does the volatility stop indicator affect investment decisions? The indicator defines both the exit for the open trade and the entry for the next trade in a stop-and-reverse system. It produces clean trade boundaries that can be backtested without ambiguity, useful for systematic users.

What is a real-world example of the volatility stop indicator? Applied to a strongly trending commodity future, a 14-period ATR with a 3.0 multiplier produces a stepped line that stays well below price in an uptrend, then flips above price on a meaningful close-through, capturing the reversal.

How can investors use the volatility stop indicator effectively? Calibrate the ATR multiplier for the asset class, decide whether the reverse leg fits your edge, and apply a separate regime filter to avoid systematic whipsaws in range-bound markets.

How is the volatility stop different from the Parabolic SAR? Parabolic SAR accelerates toward price as a trend ages and uses extreme prices since entry. Volatility stop uses Average True Range times a constant multiplier and anchors to significant closes. PSAR usually tightens faster, while volatility stop gives more room.

Sources

  1. TradingView Support. Volatility Stop. https://www.tradingview.com/support/solutions/43000594676-volatility-stop/
  2. TradingView Script. Volatility System by W. Wilder. https://www.tradingview.com/script/U2X0urzz-Volatility-System-by-W-Wilder/
  3. IncredibleCharts. Volatility Stops. https://www.incrediblecharts.com/indicators/volatility_stops.php
  4. StockCharts ChartSchool. ATR Trailing Stops. https://chartschool.stockcharts.com/table-of-contents/technical-indicators-and-overlays/technical-indicators/atr-trailing-stops

Disclaimer

This article is educational content only and is not financial advice. Nothing here is a recommendation to buy, sell, or hold any security. Consult a licensed advisor before making investment decisions.

The IWP Substack

You understand the concept. Now see it applied.

The Investing With Purpose Substack turns ideas like this into research and risk-managed trade plans on real stocks, updated every week.

Read on Substack (opens in a new tab)

Related concepts