Entry and timing
RSI Momentum
RSI with channels and divergences across timeframes for entry timing.
RSI Momentum is a pro-grade RSI toolkit for timing entries. It wraps the familiar RSI line in an adaptive channel that scales to each market's own volatility, adds a regular and hidden divergence scanner, and shows RSI across six timeframes at once. Its one job is timing: reading momentum so you enter a move that structure has already confirmed.
What it does
- Plots RSI in its own pane and colors the line by trend: green while RSI is above its smoothing MA, red while it is below.
- Wraps RSI in an adaptive channel (Bollinger, Keltner, or Donchian) that scales to the asset's recent volatility, so a band touch means the same thing on a calm pair and a jumpy one.
- Fires reversal signals when RSI crosses up out of oversold (LONG) or down out of overbought (SHORT), with optional bar-close confirmation.
- Scans for four divergence types: regular bull and bear (reversal), hidden bull and bear (continuation), and draws them in both the RSI pane and on price.
- Drops a six-timeframe MTF dashboard that reports RSI, trend, overbought/oversold, channel breaks, and the latest signal for each.
Try it
The two controls that change everything: RSI Length (how reactive the line is) and the overbought / oversold levels. Drag them and watch the line and the signal crosses respond. Green dots are oversold crosses up, red dots are overbought crosses down.
Synthetic data, for illustration. Lower RSI Length makes the line more reactive; tighter OB/OS levels fire more crosses. Green dots are oversold crosses up, red dots are overbought crosses down. The real indicator runs on your TradingView chart.
In plain words
Think of RSI as a 0-to-100 energy meter for price. High up in the red zone, buyers are tired. Down in the green zone, sellers are tired. A green dot is the meter bouncing up out of the tired-sellers zone, a possible spot to buy. A red dot is it dropping out of the tired-buyers zone.
"RSI Length" is how jumpy the meter is, and the two numbers are where the tired zones start, 70 near the top and 30 near the bottom by default.
The live tool adds the adaptive channel, a smoothing MA for trend direction, deviation reference levels, and the divergence scanner on top of this same RSI line.
Markets, phases, timeframes
Assets and markets
- Crypto, forex, futures, indices, and liquid equities. RSI is instrument-agnostic, and the adaptive channel normalizes it across all of them.
- Best on instruments with real movement. Very tight ranges (some stablecoin pairs, low-beta stocks) give weak, blurry divergence signatures.
- Where it sits in the lineup: this is the Entry and timing tool. Read structure first, then use RSI Momentum to time the entry into that picture.
Market phases
- Range: the sweet spot. RSI crosses out of overbought and oversold mark the swing turns inside the range.
- Trend: use hidden divergence on pullbacks to rejoin the move. Expect RSI to sit stretched, so do not fade every overbought reading.
- Reversal: regular divergence at the band edges is the warning that momentum is fading against price.
Timeframes
| Timeframe | Use |
|---|---|
| 1m to 5m | Scalping. Signals come fast and noisy; lean on the MTF dashboard to filter them. |
| 15m to 1H | The primary range for reversal signals and divergences. Clean balance of speed and reliability. |
| 4H to 1D | Swing timing. Divergences here carry more weight and fire less often. |
| 1W to 1M | Higher-timeframe context for the dashboard. Use it for bias, enter on the lower timeframes. |
What you see on the chart
RSI plots in its own pane with shaded overbought and oversold zones, a midline, the adaptive channel, deviation levels, and LONG / SHORT markers on the price chart. Divergences are drawn as lines connecting the swing points, in both the pane and on price.
The RSI line turns green while it sits above its smoothing MA, the tool's read that short-term momentum is up.
The same line turns red while RSI is below its smoothing MA. The color is a trend filter and does not stand as a signal on its own.
Volatility-scaled band around RSI, with a dotted basis in the middle. A break of the band signals a real momentum expansion, well past a simple level touch.
The plus and minus one standard-deviation reference crosses around the channel basis. The plus and minus two levels mark stretched momentum.
A green triangle below the price bar when RSI crosses up out of oversold. Buyers stepping back in.
A red triangle above the price bar when RSI crosses down out of overbought. Sellers taking over.
A corner dashboard reports the same state across six timeframes at once. Each cell is green for bullish, red for bearish, neutral otherwise.
| Row | What it shows |
|---|---|
| RSI | The rounded RSI value on that timeframe. |
| Trend | An up arrow when RSI is above its MA, a down arrow when below. |
| OB/OS | OB when RSI is at or above overbought, OS when at or below oversold. |
| Ch.Break | BRK up or down when RSI has pushed outside the channel basis plus or minus its deviation band. |
| Signal | LONG or SHORT on the latest oversold or overbought cross for that timeframe. |
How to use it
Most timeframes green, favor longs. Most red, favor shorts. Mixed, stay selective and wait. Stacked OB or OS across timeframes warns you to wait it out rather than enter.
Wait for a cross that agrees with the dashboard bias. Skip any signal that fights the broader read.
Regular divergences work best near the band edges, where price is stretched and momentum is fading against it.
On a pullback toward the middle band, a hidden divergence is your continuation cue to rejoin the trend.
A break of the channel band in your direction is momentum expansion, a second tick of confluence behind the cross.
Scenarios
- Range reversal: RSI crosses up out of oversold near the lower band while a regular bullish divergence prints. Time a long toward the midline.
- Trend pullback: in an uptrend, price pulls back, RSI dips to the basis, a hidden bullish divergence appears. Rejoin the trend.
- Momentum expansion: RSI breaks above the upper band with the dashboard mostly green. Trail a runner rather than fade the strength.
When to ignore it
- A cross that fights a stacked, multi-timeframe OB or OS read on the dashboard.
- Crosses on a flat, illiquid instrument where the channel barely moves.
- An overbought reading inside a strong, established trend. RSI can stay stretched far longer than a fade can survive.
Settings and signals
| Parameter | Default | Effect |
|---|---|---|
Source | close | Price input fed into the RSI calculation. |
RSI Length | 14 | Lookback for RSI. Higher is smoother, lower is more reactive and fires more crosses. |
Smoothing MA Len | 14 | Length of the moving average applied to RSI for trend direction (the line color filter). |
Smoothing MA Type | SMA | MA family for the smoother: SMA, EMA, WMA, or RMA. |
Overbought | 70 | RSI at or above this level is overbought. A cross down through it is a SHORT. |
Oversold | 30 | RSI at or below this level is oversold. A cross up through it is a LONG. |
Channel Type | Bollinger | Bollinger uses standard-deviation bands, Keltner uses an ATR-style band, Donchian uses the RSI high/low range. |
Channel Length | 20 | Lookback for the channel. Higher gives smoother, slower bands. |
Multiplier | 2.0 | Band-width multiplier for Bollinger and Keltner. Higher makes a wider channel. |
Confirm On Bar Close | true | Waits for the bar to close before confirming a signal, so it does not repaint intrabar. |
Signal Expiry (bars) | 50 | How long a tracked signal is held before it expires. |
Regular Divergences | true | Toggles the regular (reversal) bull and bear divergence scanner. |
Hidden Divergences | true | Toggles the hidden (continuation) bull and bear divergence scanner. |
Pivot Left | 5 | Bars to the left of a pivot. Higher means fewer, stronger pivots. |
Pivot Right | 5 | Bars to the right of a pivot for confirmation. Higher adds lag but more confidence. |
Show MTF Table | true | Shows the six-timeframe dashboard. Default timeframes are 15m, 1H, 4H, 1D, 1W, 1M. |
Signals and what triggers each, straight from the engine:
| Signal | Trigger |
|---|---|
| LONG | RSI crosses up through the oversold level (30 by default), gated by bar close when confirmation is on. |
| SHORT | RSI crosses down through the overbought level (70 by default), gated by bar close. |
| Regular bull divergence | Price makes a lower low while RSI makes a higher low. Possible reversal up. |
| Regular bear divergence | Price makes a higher high while RSI makes a lower high. Possible reversal down. |
| Hidden bull divergence | Price makes a higher low while RSI makes a lower low. Uptrend continuation. |
| Hidden bear divergence | Price makes a lower high while RSI makes a higher high. Downtrend continuation. |
| Channel break | RSI pushes above the upper band or below the lower band: a momentum expansion. |
Glossary
- RSI (Relative Strength Index)
- A 0-to-100 momentum gauge. High means recent gains dominate, low means recent losses dominate.
- Overbought / oversold
- RSI above the upper level (70) is overbought, below the lower level (30) is oversold. It flags stretched momentum that may or may not turn.
- Smoothing MA
- A moving average of the RSI line. RSI above it reads as up momentum (green line), below it as down (red line).
- Adaptive channel
- A band drawn around RSI that scales to recent volatility, so a band touch carries the same meaning on any instrument.
- Deviation levels
- Reference crosses at one and two standard deviations from the channel basis, marking how stretched momentum is.
- Regular divergence
- Price and RSI disagree at a fresh extreme (price makes a new high or low, RSI does not). A reversal warning.
- Hidden divergence
- Price holds its trend on a pullback but RSI overshoots. It cues a continuation back into the trend.
- Pivot
- A swing high or low confirmed by a set number of bars on each side. The anchor points the divergence scanner connects.
- MTF dashboard
- The corner table reporting RSI, trend, overbought/oversold, channel breaks, and the latest signal across six timeframes.
Risk and position size
A momentum cross tells you when to act, and it says nothing about how much to commit. Size every entry off a fixed fraction of your account and a stop placed where the idea is wrong. How confident the dashboard looks has no place in that math.
Risk a fixed fraction of the account per trade, commonly one percent. That is the most you lose if the stop is hit.
For a long off an oversold cross, that is below the swing low that formed the divergence. The stop defines your risk per unit.
Position size equals account risk divided by the per-unit stop distance. Wider stop, smaller size. The math sets the size, so leave conviction out of it.
In plain words
Say the account is 10,000 and you risk one percent, so 100 on the trade. RSI crosses up out of oversold with a bullish divergence, and the swing low that formed it sits 2.0 percent below your entry.
Risk 100 divided by a 2.0 percent stop gives a position of about 5,000. If RSI rolls back below the band and stops you out, the loss is roughly the 100 you planned, no more.
Common mistakes
- Treating an oversold cross as a buy button. It only flags a setup; confirm with structure and the dashboard before acting.
- Fading every overbought reading in a strong trend. RSI can sit stretched for a long time while the trend runs.
- Tightening the overbought and oversold levels too far. That floods the chart with crosses. Loosen them in a trend, tighten in a range.
- Acting on a divergence the instant you spot it. It is only confirmed once the pivot is set, a few bars later.
- Trading divergences on flat, illiquid instruments where the channel barely moves and the signal means little.
- Ignoring the dashboard and taking a cross that fights a stacked multi-timeframe read.
Limitations
- Very tight or illiquid markets give weak, unreliable divergence signals. Use it where there is real movement.
- With bar-close confirmation on, a signal lands one bar after the cross. Turning it off gives earlier entries but intrabar flicker.
- Divergences confirm a few bars late, after the pivot is set. That lag is how the method works and is expected.
- The dashboard reads each timeframe independently. Agreement raises conviction but never guarantees the outcome.
- It reads current momentum and leaves price forecasting to you.
Educational tool. Not financial advice. Trading involves risk.
More in Entry and timing
Want the full toolkit?
Every package bundles indicators that work together. Pick the tier that matches your workflow.
See pricing