OPEN-SOURCE SCRIPT
AetherEdge - Volatility Squeeze Breaker

🖊️ Overview
AetherEdge Volatility Squeeze Breaker is a next-generation squeeze detection engine that visualizes the "compressed energy" building up just before explosive market moves, anticipating breakouts before they occur. Fusing 3-tier hierarchical squeeze detection (Bollinger Bands × Keltner Channel) with a proprietary accumulated energy bar system, it quantifies both compression depth and duration. The trinity confirmation of volume, momentum, and squeeze tier extracts only the highest-conviction breakouts.
🔶 Key Features
3-Tier Hierarchical Squeeze Detection: Visualizes Wide / Medium / Tight compression depths
Accumulated Energy Bar: Quantifies compression length × depth on a 0–100 scale
BB × KC Integrated Logic: Classic yet powerful method—BB contained within KC
LazyBear-Style Momentum: Linreg-based 4-color gradient force assessment
Volume Surge Filter: Extracts only breakouts with 1.5× average volume
High-Conviction Signals: Special visualization for Tier 2+ post-squeeze breaks
Squeeze Dot Display: Tier-colored dots for intuitive compression awareness
Breakout Arrows: Instant marking of confirmed directional breaks
Dashboard: Integrated energy %, squeeze tier, and momentum status display
Premium Dark Mode UI: AetherEdge brand color palette
🧠 Technical Architecture
This indicator is a sophisticated engine that multi-dimensionally analyzes the "volatility contraction → expansion cycle."
3-Tier Squeeze Formula: Simultaneously evaluates whether BB(20, 2.0) is fully contained within KC(20, tier mult) at tierWide(2.0) / tierMid(1.5) / tierTight(1.0). sqTier = sqTight ? 3 : sqMid ? 2 : sqWide ? 1 : 0 quantifies depth.
Energy Accumulation Algorithm: During squeeze, energy += (sqTier * 0.6) + compress * 2.0 accumulates. compress = max(0, 1 - bw/kw) extracts compression ratio from BB-to-KC width. Capped at 100.
Decay Logic: Post-release, energy *= 0.88 - 1 produces exponential decay, expressing energy expenditure over time.
Momentum Engine: LazyBear-style linreg of close - avg(avg(highest, lowest), sma), histogram-rendered with 4 colors for rising/falling/accelerating/decelerating force.
Breakout Confirmation Logic: ①Squeeze release (recentRelease: within last 3 bars), ②momentum direction match, ③volume surge, ④BB boundary break—all four conditions required.
High-Conviction Separation: lastTier records maximum compression depth during squeeze; only Tier 2+ post-squeeze breaks become special signals.
True Hold Duration (sqBars): Counts squeeze persistence—longer compression foreshadows larger explosions.
Selectable TR for KC: useTR toggle switches between True Range and High-Low basis for instrument-specific tuning.
⚙️ Recommended Settings & Tuning Guide
Crypto Defaults:
BTC (1H–4H): bbLen=20, bbMult=2.0, kcLen=20, kcMult=1.5, volMult=1.5 (standard is optimal)
ETH (15M–1H): bbMult=1.8, tierTight=0.9 for earlier detection
SOL (High-Vol): bbMult=2.2, volMult=2.0 for aggressive false-break filtering
XRP (Range-Heavy): tierWide=2.5, energyLen=80 to capture long-term accumulation
Tuning Guide:
Day Trading: Maintain defaults, operate on 15M–1H
Swing Trading: bbLen=30, kcLen=30 for daily/weekly large-scale squeezes
Scalping: bbLen=10, kcLen=10 for short-term compression capture
Low-Vol Markets: tierTight=0.8 to extract only the strictest squeezes
Trending Markets: volMult=2.0+ for genuine breakouts only
Energy Thresholds: 80+ signals major explosion, 60–80 standard breakout readiness
💡 How to Use in Practice
Energy 80+ with High-Conviction Arrow: Highest-conviction breakout entry
Sustained Tier 3 (Red Dot): Energy maxing out → precursor to large trend birth
Momentum Color Flip + Squeeze Release: Moment of directional confirmation—immediate entry candidate
Avoid Counter-Trend: Never enter early during squeeze; always wait for release confirmation
Double-Break Caution: Upward break followed by reversal break-down is a classic false breakout
Multi-Timeframe Synergy: Higher-TF Tier 3 squeeze + lower-TF breakout firing = ultimate setup
AetherEdge Synergy: Self-Evolving S/R Grid strong-line break + Squeeze Breaker high-conviction signal = ultimate dual confirmation
Energy Depletion Watch: Rapid post-break energy drop indicates explosive energy spent—evidence of trend continuation
⚠️ Important Notes
No Entry During Squeeze: Direction unknown pre-release; always confirm sqReleased
False-Break-Heavy Markets: In sticky ranges, use volMult=2.0+ for strict filtering
Energy Decay Timing: Breakouts within a few bars of release are most effective; reliability drops beyond 3 bars
lastTier Reset: Resets after 2 consecutive non-squeeze bars for proper state management
Behavior in Abnormal Volatility: Risk of misjudgment during sudden expansion—higher-TF confirmation recommended
🚨 Disclaimer
This indicator is a technical analysis tool provided for educational and research purposes only and does not constitute financial advice. Squeeze detection and breakout judgment are probabilistic evaluations based on historical price and volatility data and do not guarantee future market behavior. All trading decisions are made at your own risk and should be accompanied by proper risk management.
AetherEdge Volatility Squeeze Breaker is a next-generation squeeze detection engine that visualizes the "compressed energy" building up just before explosive market moves, anticipating breakouts before they occur. Fusing 3-tier hierarchical squeeze detection (Bollinger Bands × Keltner Channel) with a proprietary accumulated energy bar system, it quantifies both compression depth and duration. The trinity confirmation of volume, momentum, and squeeze tier extracts only the highest-conviction breakouts.
🔶 Key Features
3-Tier Hierarchical Squeeze Detection: Visualizes Wide / Medium / Tight compression depths
Accumulated Energy Bar: Quantifies compression length × depth on a 0–100 scale
BB × KC Integrated Logic: Classic yet powerful method—BB contained within KC
LazyBear-Style Momentum: Linreg-based 4-color gradient force assessment
Volume Surge Filter: Extracts only breakouts with 1.5× average volume
High-Conviction Signals: Special visualization for Tier 2+ post-squeeze breaks
Squeeze Dot Display: Tier-colored dots for intuitive compression awareness
Breakout Arrows: Instant marking of confirmed directional breaks
Dashboard: Integrated energy %, squeeze tier, and momentum status display
Premium Dark Mode UI: AetherEdge brand color palette
🧠 Technical Architecture
This indicator is a sophisticated engine that multi-dimensionally analyzes the "volatility contraction → expansion cycle."
3-Tier Squeeze Formula: Simultaneously evaluates whether BB(20, 2.0) is fully contained within KC(20, tier mult) at tierWide(2.0) / tierMid(1.5) / tierTight(1.0). sqTier = sqTight ? 3 : sqMid ? 2 : sqWide ? 1 : 0 quantifies depth.
Energy Accumulation Algorithm: During squeeze, energy += (sqTier * 0.6) + compress * 2.0 accumulates. compress = max(0, 1 - bw/kw) extracts compression ratio from BB-to-KC width. Capped at 100.
Decay Logic: Post-release, energy *= 0.88 - 1 produces exponential decay, expressing energy expenditure over time.
Momentum Engine: LazyBear-style linreg of close - avg(avg(highest, lowest), sma), histogram-rendered with 4 colors for rising/falling/accelerating/decelerating force.
Breakout Confirmation Logic: ①Squeeze release (recentRelease: within last 3 bars), ②momentum direction match, ③volume surge, ④BB boundary break—all four conditions required.
High-Conviction Separation: lastTier records maximum compression depth during squeeze; only Tier 2+ post-squeeze breaks become special signals.
True Hold Duration (sqBars): Counts squeeze persistence—longer compression foreshadows larger explosions.
Selectable TR for KC: useTR toggle switches between True Range and High-Low basis for instrument-specific tuning.
⚙️ Recommended Settings & Tuning Guide
Crypto Defaults:
BTC (1H–4H): bbLen=20, bbMult=2.0, kcLen=20, kcMult=1.5, volMult=1.5 (standard is optimal)
ETH (15M–1H): bbMult=1.8, tierTight=0.9 for earlier detection
SOL (High-Vol): bbMult=2.2, volMult=2.0 for aggressive false-break filtering
XRP (Range-Heavy): tierWide=2.5, energyLen=80 to capture long-term accumulation
Tuning Guide:
Day Trading: Maintain defaults, operate on 15M–1H
Swing Trading: bbLen=30, kcLen=30 for daily/weekly large-scale squeezes
Scalping: bbLen=10, kcLen=10 for short-term compression capture
Low-Vol Markets: tierTight=0.8 to extract only the strictest squeezes
Trending Markets: volMult=2.0+ for genuine breakouts only
Energy Thresholds: 80+ signals major explosion, 60–80 standard breakout readiness
💡 How to Use in Practice
Energy 80+ with High-Conviction Arrow: Highest-conviction breakout entry
Sustained Tier 3 (Red Dot): Energy maxing out → precursor to large trend birth
Momentum Color Flip + Squeeze Release: Moment of directional confirmation—immediate entry candidate
Avoid Counter-Trend: Never enter early during squeeze; always wait for release confirmation
Double-Break Caution: Upward break followed by reversal break-down is a classic false breakout
Multi-Timeframe Synergy: Higher-TF Tier 3 squeeze + lower-TF breakout firing = ultimate setup
AetherEdge Synergy: Self-Evolving S/R Grid strong-line break + Squeeze Breaker high-conviction signal = ultimate dual confirmation
Energy Depletion Watch: Rapid post-break energy drop indicates explosive energy spent—evidence of trend continuation
⚠️ Important Notes
No Entry During Squeeze: Direction unknown pre-release; always confirm sqReleased
False-Break-Heavy Markets: In sticky ranges, use volMult=2.0+ for strict filtering
Energy Decay Timing: Breakouts within a few bars of release are most effective; reliability drops beyond 3 bars
lastTier Reset: Resets after 2 consecutive non-squeeze bars for proper state management
Behavior in Abnormal Volatility: Risk of misjudgment during sudden expansion—higher-TF confirmation recommended
🚨 Disclaimer
This indicator is a technical analysis tool provided for educational and research purposes only and does not constitute financial advice. Squeeze detection and breakout judgment are probabilistic evaluations based on historical price and volatility data and do not guarantee future market behavior. All trading decisions are made at your own risk and should be accompanied by proper risk management.
오픈 소스 스크립트
트레이딩뷰의 진정한 정신에 따라, 이 스크립트의 작성자는 이를 오픈소스로 공개하여 트레이더들이 기능을 검토하고 검증할 수 있도록 했습니다. 작성자에게 찬사를 보냅니다! 이 코드는 무료로 사용할 수 있지만, 코드를 재게시하는 경우 하우스 룰이 적용된다는 점을 기억하세요.
면책사항
해당 정보와 게시물은 금융, 투자, 트레이딩 또는 기타 유형의 조언이나 권장 사항으로 간주되지 않으며, 트레이딩뷰에서 제공하거나 보증하는 것이 아닙니다. 자세한 내용은 이용 약관을 참조하세요.
오픈 소스 스크립트
트레이딩뷰의 진정한 정신에 따라, 이 스크립트의 작성자는 이를 오픈소스로 공개하여 트레이더들이 기능을 검토하고 검증할 수 있도록 했습니다. 작성자에게 찬사를 보냅니다! 이 코드는 무료로 사용할 수 있지만, 코드를 재게시하는 경우 하우스 룰이 적용된다는 점을 기억하세요.
면책사항
해당 정보와 게시물은 금융, 투자, 트레이딩 또는 기타 유형의 조언이나 권장 사항으로 간주되지 않으며, 트레이딩뷰에서 제공하거나 보증하는 것이 아닙니다. 자세한 내용은 이용 약관을 참조하세요.