Indicators
Z-Score Indicator Explained
How the Z-Score measures price stretch in standard deviations for clean mean-reversion logic, in Setup.Cash.
Featured image placeholder
/og/setup-cash-og.svg
The Z-Score answers 'how unusual is this price?' with statistical precision: (price − rolling mean) ÷ rolling standard deviation. A Z of +2 means price sits two standard deviations above its recent average — the same statement on any symbol, any timeframe.
How It Works
- (Close − SMA(N)) ÷ StdDev(N) per bar.
- ±2 covers ~95% of normal variation; beyond it is statistically stretched.
- Self-normalizing: thresholds transfer across markets without tuning.
How to Trade It
The cleanest mean-reversion frame: enter as Z re-crosses back inside from beyond ±2, target Z ≈ 0, stop if it extends past ±3 (stretched can get stretcheder — that's the trend telling you to stand down). Also ideal for pairs logic on spreads built in the Indicators Lab.
Building It in Setup.Cash
Add Z-Score 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. Compare with Bias (percent version) and PGO (ATR version). 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
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
Indicators
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
ATR Trailing Stop Indicator Explained
How the ATR Trailing Stop ratchets behind price by a volatility multiple, and how to automate it as an exit in Setup.Cash.
1 min read · 198 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.