Indicators
Normalized ATR Indicator Explained
How Normalized ATR expresses volatility as a percentage of price for cross-market comparisons, in Setup.Cash.
Featured image placeholder
/og/setup-cash-og.svg
Normalized ATR (NATR) divides ATR by price and multiplies by 100 — volatility as a percentage. An ATR of 50 means nothing across symbols; a NATR of 2.5% means exactly the same thing on Bitcoin, EURUSD, or a $10 stock.
How It Works
- (ATR ÷ close) × 100 per bar.
- Comparable across symbols, price regimes, and long spans of time.
- Rising NATR = the market is getting proportionally wilder.
How to Trade It
NATR is the right volatility gate for multi-symbol bots: one threshold works across the whole basket. Use it to skip dead markets, cap entries in panic regimes, and normalize position sizing so every symbol risks comparable percentage moves.
Building It in Setup.Cash
Add Normalized ATR in the strategy builder — the length input controls its sensitivity — and use its value in any entry, exit, or filter condition. You can also combine it with other tools in the Indicators Lab or via the AI indicator generator. For single-symbol stops in price units, plain ATR remains the tool. For the full category overview, see the volatility & statistics library guide.
Volatility indicators qualify trades rather than generate them — backtest your system with and without this filter and compare the drawdowns.
Related Posts
View allIndicators
ATR Indicator Explained: Measuring Market Volatility
What Average True Range measures, why it is the backbone of volatility-aware stops and position sizing, and how to use ATR in a Setup.Cash strategy.
2 min read · 355 words
Indicators
True Range Indicator Explained
How True Range measures each bar's real movement including gaps, and how to use raw TR in Setup.Cash rules.
1 min read · 197 words
Indicators
Aberration Bands Indicator Explained
How the Aberration system wraps an ATR channel around a typical-price average for classic breakout trading, in Setup.Cash.
2 min read · 204 words
Indicators
Acceleration Bands Indicator Explained
How Price Headley's Acceleration Bands widen proportionally to range for momentum breakout entries, in Setup.Cash.
1 min read · 194 words
Start here
Build your trading bot workflow with structure
Use Setup.Cash to create, backtest, and paper trade rule-based strategies without relying on guesswork. Not financial advice. Trading involves risk.