Channels define dynamic support and resistance. Upper band shows where price tends to find resistance; lower band shows support. Width measures volatility; price position within channel measures momentum and mean-reversion potential.
| [KCHANNEL](/lib/channels/kchannel/Kchannel.md) | Keltner Channel | EMA with ATR bands. Smoother than Bollinger. |
| [MAENV](/lib/channels/maenv/Maenv.md) | Moving Average Envelope | Fixed percentage bands around moving average. Simple but effective. |
| [MMCHANNEL](/lib/channels/mmchannel/MmChannel.md) | Min-Max Channel | Rolling highest high / lowest low using O(1) monotonic deques. |
| [PCHANNEL](/lib/channels/pchannel/Pchannel.md) | Price Channel | Highest high and lowest low. Identical to Donchian Channels. |
| [REGCHANNEL](/lib/channels/regchannel/RegChannel.md) | Linear Regression Channel | Linear regression line with standard deviation bands. |
| [SDCHANNEL](/lib/channels/sdchannel/SdChannel.md) | Standard Deviation Channel | Moving average with standard deviation bands. |
| [STARCHANNEL](/lib/channels/starchannel/StarChannel.md) | Stoller Average Range Channel | SMA with ATR bands. Similar to Keltner but uses SMA instead of EMA. |
| [STBANDS](/lib/channels/stbands/Stbands.md) | Super Trend Bands | ATR-based trend-following bands. Flips direction on breakout. |
| [UBANDS](/lib/channels/ubands/Ubands.md) | Ehlers Ultimate Bands | USF-based volatility channel with RMS bands. Zero-lag smoothing by Ehlers. |
| [UCHANNEL](/lib/channels/uchannel/Uchannel.md) | Ehlers Ultimate Channel | USF-based volatility channel with Smoothed True Range bands. Zero-lag by Ehlers. |
| [VWAPBANDS](/lib/channels/vwapbands/Vwapbands.md) | VWAP Bands | Volume-weighted average price with dual ±1σ and ±2σ standard deviation bands. |
| [VWAPSD](/lib/channels/vwapsd/Vwapsd.md) | VWAP Standard Deviation Bands | Standard deviation bands around VWAP. |