Concept

ATR Trailing Regime

ATR Trailing Regime is a Trend concept. The Library holds 5 implementations, each one a working definition you can pull into Quant.

Top ATR Trailing Regime indicators

5 total

What is an ATR Trailing Regime?

An ATR Trailing Regime is a trend-following construct in which a stop line is offset from price by a multiple of the ATR and ratchets in the trend's favor. In an up regime the line sits below price at the anchor minus the offset and is only allowed to rise; when price crosses it, the regime flips to down and the line re-forms above price. The output is two things at once: a concrete trailing level and a binary long/short state.

It is a family rather than a single indicator. Variants differ in the anchor (Supertrend offsets from the bar midpoint, the Chandelier Stop from the highest high since the trend began, plain ATR trailing stops from the close) and in the flip rule, but all share two mechanics: a volatility-scaled distance, so the line breathes wider in volatile phases and tighter in quiet ones, and a one-way ratchet, so an established stop never loosens.

The construct matters because one line answers three questions: current bias, where the protective stop belongs, and where the regime flips. That makes it a common backbone for always-in systems and a standard gate in front of other signals. Its structural weakness is equally well defined: in ranges the flips cluster and each one costs, and the flip is always late by design, since the ATR distance is the price paid for confirmation.

How to calculate an ATR Trailing Regime

Every variant in the family reduces to the same four mechanical steps.

  1. 1Compute the ATR over a lookback (14 is a common default) and multiply it by a chosen factor, commonly between 2 and 3.5, to get the offset.
  2. 2In an up regime, subtract the offset from the anchor (close, bar midpoint, or highest point since the flip, depending on the variant) to get a candidate stop, then ratchet: the new stop is the higher of the candidate and the previous stop. A down regime mirrors this above price.
  3. 3Apply the flip rule: when a bar closes beyond the line (below it in an up regime), switch the regime and seed a new line on the opposite side of price.
  4. 4Read the state: line below price means long regime, line above means short, the gap between price and line is the current risk per unit, and rapidly alternating flips are themselves a signal that conditions are rangebound.

How traders use it

  • As an always-in regime filter: other entries are taken only in the direction of the current state, or the flips themselves are traded stop-and-reverse style, reversing at every flip and accepting whipsaw as the cost of never being flat when a trend finally arrives.
  • As a trailing exit: after an entry from any setup, the line becomes the stop and the ratchet enforces the discipline of never widening it; this is the regime-shaped branch of the broader trailing method taxonomy.
  • As a volatility-aware risk unit: because the stop distance is ATR-scaled, pairing the regime with volatility-targeted sizing keeps the currency risk per trade roughly constant across quiet and violent markets.
  • As a gated system component: since flips degrade badly in congestion, the regime is often enabled only when a strength gauge such as the ADX / DMI System confirms trending conditions.

ATR Trailing Regime vs neighboring constructs

Supertrend: Supertrend is one specific implementation: bar-midpoint anchor, ATR offset, ratchet, and a colored flip line. The ATR Trailing Regime is the general construct that Supertrend, and many renamed variants, instantiate.

Parabolic SAR: Both are always-in flip systems. Parabolic SAR's distance is driven by an acceleration factor that tightens with time and new extremes, not by volatility, so it crawls toward price even when nothing happens; an ATR line tightens only when volatility contracts.

Chandelier Stop: The chandelier is one anchor choice within the family, the highest high since entry minus a multiple of ATR, and it is usually run as an exit-only tool rather than a self-flipping regime.

Volatility Stop: Volatility Stop is often used as a near-synonym, typically meaning the close-anchored version descending from Wilder's volatility system. This page covers the regime mechanics shared across all the anchor choices.

More ATR Trailing Regime implementations

Related concepts · Trend-following systems

Concept family

Trend

100 concepts mapped · 88 in the Library

ATR Trailing Regime FAQ

What ATR multiple should I use for a trailing regime?

There is no universal answer. Small multiples hug price, flip early, and whipsaw in noise; large multiples survive pullbacks but give back more open profit at the end. Published defaults mostly sit between 2 and 3.5 times ATR. The honest procedure is to test multiples on your market and timeframe and accept the trade-off you can live with.

Is an ATR trailing regime the same thing as Supertrend?

Supertrend is the best-known member of the family, not the whole family. It fixes the anchor (bar midpoint), the offset (a multiple of ATR), and the flip rule (close beyond the line). Other members change the anchor or rules: chandelier exits, close-anchored volatility stops, and various renamed trailing lines all share the same regime mechanics.

Why does the line never move against me but jumps after a flip?

The ratchet only applies within a regime: while long, the stop can rise but never fall, even if ATR expands. At a flip the ratchet resets, so the new line seeds a full ATR-multiple away on the other side of price, which can look like a jump. That reset distance is the built-in cost of re-entering in the new direction.

Do ATR trailing regimes work in ranging markets?

Badly, and predictably so. A range keeps price inside the offset band, so flips cluster near the middle and each one is a small loss. Common mitigations are a trend filter that disables the regime in congestion, a larger multiple, or simply accepting the string of small losses as the premium paid for catching the eventual trend.

Should the flip trigger on a close or an intrabar touch?

Variants split on this. Close-based flips ignore intrabar spikes, so a single wick cannot flip the regime, but the real-time exit happens later than the level implies. Touch-based flips act exactly at the level yet can be swept by stop-running wicks. Neither is universally better; what matters is testing and executing one rule consistently.

Build ATR Trailing Regime your way.

Quant writes, tests, and refines it with you — then it runs on LuxAlgo charting or ports to TradingView.