FreeIndicators·ThinkorSwim
Squeeze Release Signals
Buy and sell arrows when a squeeze fires with momentum and the trend.
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 — WTP_Signals
Mechanical triggers to evaluate, not magic. Educational, not advice.
What it is (one line)
Buy/sell arrows from your own logic: a squeeze RELEASE, in the direction of momentum, filtered by trend. A green up-arrow when a coil fires bullishly in an uptrend; a red down-arrow when it fires bearishly in a downtrend.
Who it's for & best timeframe
| Trader type | How you use it | Best timeframe |
|---|---|---|
| Day trader | Trade the fire off a coiled range with the trend | 5-min – 15-min |
| Swing trader | Best fit — enter as the daily squeeze fires | Daily |
| Position trader | A weekly fire = start of a longer move | Weekly |
What you see (overlay)
- Green up-arrow below the bar — squeeze fired, momentum up, price above the trend MA.
- Red down-arrow above the bar — squeeze fired, momentum down, price below the trend MA.
- Ding alert on each new signal bar.
How it works
- A squeeze forms (Bollinger Bands inside Keltner Channels — coiled volatility).
- The release bar (squeeze turns off) is the trigger.
- Momentum (
Inertiaof price vs the mid) sets direction; the trend filter
(price vs the 50 MA) blocks counter-trend signals.
How to trade it
- Take the arrow in the trend's direction (that's what the filter enforces).
- Stop below the coil low (long) / above the coil high (short).
- Hold while momentum persists; trim as it fades. Pair with the War Room Hold Plan.
Settings
length(20) — squeeze + momentum lookback.bbDev(2.0) /kcMult(1.5) — squeeze width (tighterkcMult= fewer, cleaner fires).useTrendFilter(yes) /trendMA(50) — the counter-trend block.
Common mistakes / honest limits
- They whipsaw in sideways chop. Keep the trend filter on and skip messy ranges.
- Arrows are triggers to evaluate, not guaranteed entries — confirm with structure
(WTP_Zones) and the higher-timeframe trend (WTP_DailyTrend).
Video script outline
- Hook: "An arrow that only fires when the coil breaks WITH the trend."
- Explain squeeze release + momentum + trend filter.
- Entry + stop off the coil.
- Honest bit: whipsaws in chop — filter and skip.
- Recap + import link.
Educational analysis, not financial advice.
← Back to all 103 indicators