ATR Keltner Regime Expansion measures whether current range behavior is expanding enough to suggest a real volatility regime shift.
ATR Keltner Regime Expansion measures whether current range behavior is expanding enough to suggest a real volatility regime shift.
Keltner-style tools use true range instead of standard deviation, so the rails are tied directly to candle volatility. That makes them useful for stop, target, and expansion framing.
ATR Keltner Regime Expansion is shown as a signal panel: price stays above, while the lower pane helps you judge momentum, volatility, volume pressure, or trend strength.
basis = EMA(close, n)upper = basis + multiplier * ATR(n)lower = basis - multiplier * ATR(n)Keltner-style tools use true range instead of standard deviation, so the rails are tied directly to candle volatility. That makes them useful for stop, target, and expansion framing.
Use it to judge whether a breakout has enough fuel to matter. In CandleOps it is ideal for separating true expansion from fake urgency.
ATR Keltner Regime Expansion should tell you whether the mission is compressing, expanding, or stretching too far from a fair reference. Use it to size expectations, then let price structure choose the actual side.
The best expansion reads happen when price leaves compression, trend tools agree, and the market starts accepting above or below a clean level.
Confirmation should be visible before the trade starts. If the indicator says one thing and raw candles reject that story, skip the mission or record it as a conflicted setup.
ATR period: 14
Keltner length: 20
Multiplier: 1.5
Normalization window: 50
A high reading does not guarantee direction. It only tells you that the market is moving with more force than before.
Because ATR Keltner Regime Expansion sits in a separate panel, the common trap is staring at the value while ignoring the candles. A panel signal needs price confirmation before it deserves risk.
The indicator should change the decision process, not decorate it. If it does not affect direction, invalidation, target placement, or the decision to skip, remove it from the active tactical handbook for that drill.