Market Structure, ATR Strategy

Learn a systematic trading strategy using market structure (highest high) and ATR for entries and stop loss. Trade pullbacks in the direction of momentum.

Published · Updated · Methodology: Technical Indicators

Part of: Market Structure

  • Methodology: Technical Indicators
  • Content type: strategy
  • Timeframes: Daily, Intraday (can be applied)
  • Markets: Not specified (general market structure)

Indicators used

  • Highest High
  • ATR

Source video

Decoded from: COMPLETE Algo Trading Strategy | Pt. 1 - Rules by Critical Trading — watch the original

Key timestamps:

  • 0:44 - Introduction to systematic market structure trading
  • 1:45 - Core of the strategy: Highest high over a certain number of bars
  • 2:00 - Highest high over three months
  • 2:58 - Importance of ATR for volatility
  • 4:00 - Entry part explanation
  • 4:15 - Buy price calculation using ATR
  • 5:45 - Detailed calculation of buy price
  • 7:20 - Validity of buy levels (10 bars)
  • 8:50 - Exit strategy (simple exit)
  • 9:15 - Stop loss calculation using ATR

Strategy overview

Market structure is the read of which side controls price by tracking the sequence of highs and lows it leaves behind — usually done by eye, on the chart. What separates this entry is that it refuses the eye entirely: structure is reduced to a single measurable quantity, the highest high over a fixed lookback, so the question "has structure broken?" becomes a number a script can evaluate on every bar. That reduction is the point of the source, Critical Trading's "COMPLETE Algo Trading Strategy | Pt. 1 - Rules", which is framed as algo trading from the first minute rather than as a discretionary method someone later tries to automate.

The second ingredient is volatility, and the video's own ordering is what makes it interesting: ATR is introduced before the entry section, so by the time a buy price is discussed it is being calculated from volatility rather than simply placed at the structural level. That inverts the usual assumption about breakout systems. The level answers whether to act; the volatility measure answers where. On daily bars with a lookback stretching across months, that distinction separates reacting to every marginal poke above an old high from requiring a move proportional to what the instrument has actually been doing lately.

The "Pt. 1 - Rules" tag places this as the rule-definition instalment of a series, with whatever testing, code or results follow in later parts — so "COMPLETE" is a claim about the series, not something a viewer can check from this video alone. This page catalogs the strategy's components and its source rather than a decoded rule set: structured rules have not been extracted for this entry, so the video remains the reference for the exact calculations behind the entry and risk levels.

Topics

market structure strategy · atr strategy · trading strategy · pine script · tradingview strategy · technical indicators · swing trading · pullback trading · daily timeframe strategy · intraday trading · algorithmic trading strategy · long only strategy

Frequently asked questions

Why combine market structure with ATR?

Market structure tells you the direction that currently has control; ATR tells you how much the instrument is moving right now. Combining them lets one setup behave differently in calm and volatile conditions, because distances are expressed in units of recent range instead of a fixed number of points.

Why define market structure using the highest high over a lookback period?

Because it turns a visual judgment into a single objective value that code can compare against on every bar. The trade-off is deliberate: a long lookback reacts slowly and ignores smaller structural shifts, which is what makes it usable systematically.

Is this a daily-timeframe strategy?

It is presented on the daily chart, with a lookback spanning months, which makes it a slow, position-style read rather than an intraday one. The same logic can be applied to intraday charts, but the structural lookback and the volatility window would have to be scaled to that timeframe to mean the same thing.

Where do the exact entry and stop calculations come from?

From the source video itself — "COMPLETE Algo Trading Strategy | Pt. 1 - Rules" by Critical Trading, which walks through the buy price calculation directly. Strategy Decoder catalogs strategies from video sources; for this entry a structured rule set has not been extracted, so the video is the reference.

About this strategy page

This trading strategy was decoded by Strategy Decoder's AI from a public YouTube trading video and turned into a structured, reviewable specification. In the interactive app this page shows the full entry and exit logic, risk management settings, the indicators involved with their parameters, AlgoWizard-compatible logic and a Pine Script export ready for TradingView backtesting — plus an automated backtest verdict when one has been computed for this strategy.

Strategy Decoder catalogs 2,229 decoded strategies. Each one is extracted with confidence scoring, cross-linked to the indicators it uses, and kept up to date as new videos are processed daily. Load this page with JavaScript enabled to use the interactive tools, or start from the strategy explorer to filter by methodology, market and timeframe.

Other versions of this strategy

More decoded strategies