Skip to main content

ATR Volatility Breakout

iTradeAIMS | NAS100 ATR Breakout (short title AIMS ATRB) is an intraday volatility-expansion breakout strategy. When price pushes beyond a band set a fraction of an average true range (ATR) from the session open, the script looks for directional follow-through.

This is a directional breakout style (Larry Williams family), not mean reversion. Strategy Tester output is a historical simulation — not proof of future performance or a profitability guarantee.

Historical simulation only

Strategy Tester results are historical simulations. Vendor or frictionless backtests can look better than live trading. Not financial advice.

Build status

The entry trigger in the current build fires rarely on some timeframes. Treat early tester reads as smoke tests until the trigger logic is revised for your chart interval. See Known limitation below.

Publish status

This edge-engine script is publish pending in docs. Use the listed chart name only when it appears in your TradingView access list.

Design timeframe

Intraday — 5-minute to 1-hour. Band width and trigger frequency are timeframe-sensitive; tune the band multiplier per interval you research.

Use a Nasdaq-100 symbol such as NAS100, US100, NDX, or your broker's NQ mapping.

How it works

  1. Bands: each bar draws an upper and lower band from the bar open, using open ± k × ATR (default 0.5 × ATR(10)).
  2. Long trigger: price crosses above the upper band during the session. Short: price crosses below the lower band.
  3. Stop: midpoint between entry and the prior bar's extreme.
  4. Target: default 3R, or flat at session close.
  5. One trade per day: on by default.
  6. Sizing: entry-to-stop distance risks a set % of equity (default 1%).

Positions are flat overnight.

What to look for on the chart

VisualMeaning
Upper band / Lower bandThe open ± k·ATR volatility channel
Soft channel fillNormal price envelope
Breakout glowPrice outside the channel
Red risk boxEntry to stop distance
Teal reward boxEntry to target distance
Top-right dashboardk value, trade count, and tester stats
Teaching diagram of NAS100 ATR breakout — volatility channel bands and breakout glow
Teaching diagram — ATR channel identity from the Pine visuals. Confirm enough trades fire on your timeframe.

Key inputs

GroupInputDefaultNotes
RiskRisk % per trade1.0
RiskTarget (R multiple)3.0
BreakoutATR length10
BreakoutBand k (× ATR)0.5Primary tuning surface (~0.4–0.8)
BreakoutOne trade per dayon
BreakoutTake longs / shortson / on
SessionRestrict to session / window / TZon / 09:30–16:00 / New York
Filters200-EMA regime filteroffLong only above / short only below
VisualsVolatility channel (open ± k·ATR)onDraws the bands
VisualsBreakout glow (price outside channel)onTints breakout bars

Chart overlays

  • Volatility channel — open ± k·ATR bands with soft fill
  • Breakout glow — bars that close beyond the channel tinted (teal up / red down)
  • Shared entry / stop / target zones and dashboard

Instrument

NAS100, US100, or NDX on your broker's Nasdaq-100 mapping.

Known limitation

The crossover trigger (high crossing above the upper band) can arm very rarely on some timeframes because the bar high is often already at or above the open. Before relying on tester metrics, confirm the script fires enough trades for your interval, or wait for a revised trigger (stop-entry at the band, close-vs-band gate, or intrabar breach logic).

Tuning notes

  • Band k (× ATR) is the main sensitivity lever — walk-forward per timeframe.
  • Trending, volatile regimes tend to suit breakout logic better than tight chop; regime context matters.
  • Always re-run with honest commission and slippage in Strategy Tester.

First-session checklist

  1. Confirm the volatility channel is visible.
  2. Check whether Strategy Tester has a meaningful trade count.
  3. If trades are extremely rare, treat the result as a trigger test, not a strategy read.
  4. Leave 200-EMA regime filter off until you understand the base frequency.
  5. Add costs before comparing any result.

Next steps