Keltner Channels Long Term| Astral Vision Keltner Channels Long Term | Astral Vision 🌠💠
Keltner Channels envelop price with a volatility-adjusted band around an exponential moving average, using ATR to define the channel width.
When price breaks outside the channel and reclaims it, the move typically indicates a volatility-driven extreme that has exhausted itself, a structurally significant event at high timeframes that short-term channel implementations generate far too frequently to be actionable.
This indicator fixes the Keltner Channel calculation to the bi-weekly (2W) timeframe regardless of the chart resolution, filtering out the noise of daily and weekly fluctuations to surface only macro-scale channel interactions.
Signals fire when price re-enters the channel from outside, a close outside followed by a close back within, identifying the moment a volatility extreme has reversed at the structural level.
Calculation ⚙️
`Middle = EMA(close, length)`
`Upper = EMA(close, length) + ATR(atrLength) × multiplier`
`Lower = EMA(close, length) − ATR(atrLength) × multiplier`
All three values are computed on the 2W timeframe. The long signal fires on a close back above the lower band after a close at or below it; the short signal fires on a close back below the upper band after a close at or above it.
Plots 📊
Upper and lower channel bands with a 3-layer glow each (linewidths 6/3/2, transparencies 75/55/0)
Triangle signal below the bar on lower band re-entries (long signal, toggleable)
Triangle signal above the bar on upper band re-entries (short signal, toggleable)
Inputs 🎛️
`Length`: EMA period for the channel midline (default 20)
`Multiplier`: ATR scalar defining channel width (default 2.0)
`ATR Length`: period for the Average True Range calculation (default 10)
`Show Long Signals`: toggles lower band re-entry markers
`Show Short Signals`: toggles upper band re-entry markers
Colors 🎨
5 Astral Vision presets + custom override. Default: Hermes. Positive color applies to the lower band and long signals; negative color applies to the upper band and short signals.
Purpose 🎯
Standard Keltner Channel indicators operate on the chart's native timeframe, generating band touches and re-entries on nearly every significant daily or weekly move, far too frequently to carry structural meaning.
The signal logic also typically fires on the initial breakout rather than the re-entry, marking the extreme itself rather than the reversal confirmation.
This indicator addresses both issues: locking to the 2W timeframe dramatically reduces the signal frequency to only the most structurally significant channel interactions, and firing on re-entry rather than breakout ensures the signal confirms a volatility reversal rather than chasing the extreme. The result is a handful of high-conviction events per cycle, each visible at any chart resolution through the timeframe-locked band projection.
Disclaimer ⭕️
It is not financial advice, not an investment recommendation, and not affiliated with any financial institution, research firm, or organization of any kind. All content is provided for educational and informational purposes only. Always conduct your own research before making any financial decision.
Pine Script® Indikator






















