FreeIndicators·ThinkorSwim
Keltner Wedges
Keltner channel wedges for trend and breakout context.
How to install in ThinkorSwim
- In ThinkorSwim, open a chart, then go to Studies → Edit Studies.
- Click Create, clear the editor, and paste the code.
- Name it, click Apply, then OK, and it draws on your chart.
How to Use — WeTradePro Keltner Wedges
Keltner Channels with a color-shaded wedge cloud that reads trend at a glance and flags stretches to the outer edge. Educational, not advice.
What it is (one line)
ATR-scaled Keltner Channels around an EMA basis, with a green/red wedge cloud that shades the side price is holding (trend read) and dots when price tags the outer edge (reversion warning).
Who it's for & best timeframe
| Trader type | How you use it | Best timeframe | Recommended setting |
|---|---|---|---|
| Day trader | Ride the green/red wedge for trend, fade outer-edge tags intraday | 5-min – 15-min | length 20, atrMult 1.5 |
| Swing trader | Best fit — hold while the wedge stays one color, watch edge tags for exits | Daily | length 20, atrMult 2.0 |
| Position trader | Use the EMA basis hold as a long-term trend filter | Weekly | length 20, atrMult 2.5 |
Best overall: Daily, `atrMult 2.0`. The wedge color is your trend; the outer-edge dots are your "don't chase" warning.
What you see (overlay on price)
- Yellow line: EMA basis (the center).
- Gray lines: upper and lower Keltner edges (basis ± ATR×mult).
- Wedge cloud: green when price holds above the basis (trend up), red when below (trend down).
- Dots: red at the bar's high when price tags the upper edge (stretched up). Green at the low when it tags the lower edge (stretched down).
- Labels: current trend read and any edge tag.
How to trade it (the core play)
- Trend with the wedge color — green cloud = look for longs, red = look for shorts.
- Pullback entries: in a green wedge, buy dips back toward the yellow basis; stop below the lower edge.
- Don't chase the edge: a red dot at the upper edge in an extended move = wait; the snap toward the basis is near.
- Trend exit: when price closes through the basis and the wedge flips color.
- Reversion scalp (counter-trend, advanced): fade an outer-edge tag back to the basis, tight stop beyond the edge.
Settings (inputs)
length(20) — EMA basis period.atrMult(2.0) — channel width in ATRs. Wider = fewer edge tags, looser trend.atrLength(20) — ATR lookback for channel width.
Best on
- Trending, liquid names and ETFs: SPY, QQQ, AAPL, NVDA, sector ETFs. Works in both trend and range — the cloud tells you which.
Common mistakes
- Chasing outer-edge tags in the trend direction — that's the dot's warning, not an entry.
- Fading every edge tag — in strong trends price walks the edge; only fade when momentum is clearly fading.
- Ignoring the basis flip — the wedge color change is the real trend-change tell.
- Too tight an `atrMult` — constant edge tags, no signal.
Video script outline (for your WeTradePro tutorial)
- Hook: "Color tells you the trend. The edge tells you when to stop chasing."
- Show the green wedge in an uptrend, red in a downtrend.
- The basis pullback long inside a green wedge.
- Outer-edge dot = stretched = don't chase.
- The wedge flip as a trend-change signal.
- Advanced: the counter-trend reversion scalp to the basis.
- Recap + "import link in description."
Educational analysis, not financial advice.
← Back to all 103 indicators