How to use the RSI
in crypto trading
The RSI (Relative Strength Index) is one of the most popular technical indicators in cryptocurrency trading. Created by J. Welles Wilder in 1978, it measures the speed and magnitude of price movements to identify overbought and oversold zones.
What is the RSI?
The Relative Strength Index is a momentum oscillator that fluctuates between 0 and 100. It compares the magnitude of recent gains to recent losses over a given period โ typically 14 candles. The higher the value, the faster the market has risen; the lower, the more it has fallen.
Despite its name, the RSI does not compare one asset to another: it measures only the internal strength of an instrument relative to its own recent history. That's why it works equally well on Bitcoin, Ethereum, or any altcoin.
Calculation & formula
The RSI calculation happens in two steps. First, the average gain and average loss are computed over the chosen period (14 candles by default). Then the Relative Strength formula is applied.
In practice, successive calculations use a smoothed average (EMA) rather than a simple SMA, which gives the indicator slightly more reactivity to recent movements while retaining historical memory.
Interpreting the raw value
An RSI value of 50 indicates a perfect balance between gains and losses over the period. Above 50, gains dominate โ momentum is bullish. Below, losses dominate โ momentum is bearish. This midline is often used as a secondary trend signal.
Key levels: 30, 50 and 70
Wilder originally defined overbought at 70 and oversold at 30. These thresholds remain the most widely used, but adjustments are common depending on the market.
Adjusting thresholds by context
On highly volatile cryptos (altcoins, meme coins), some traders raise the overbought threshold to 80 and lower the oversold threshold to 20 to reduce false signals. On Bitcoin on the daily timeframe, the classic 70/30 thresholds generally work well.
Divergences: the most powerful signal
Divergences between price and the RSI are considered by many traders to be the most reliable signal this indicator offers. A divergence occurs when price and the indicator do not confirm the same direction.
| Type | Price | RSI | Signal |
|---|---|---|---|
| Bullish divergence | Lower low | Higher low | Bullish |
| Bearish divergence | Higher high | Lower high | Bearish |
| Hidden bullish divergence | Higher low | Lower low | Continuation |
| Hidden bearish divergence | Lower high | Higher high | Continuation |
Reading a bearish divergence
Imagine Bitcoin reaches a new high at $70,000 then $75,000. If the RSI at the second peak is lower than at the first, despite the new price record, that's a bearish divergence. Momentum is weakening: buyers are struggling to push the market higher with the same force. This is often a precursor signal to a reversal.
Hidden divergences: trend confirmation
Less well-known but equally useful, hidden divergences confirm the trend rather than signaling a reversal. In an uptrend, a price making a higher low (retracement) combined with an RSI making a lower low is a bullish continuation signal โ the market is recharging before moving higher again.
Practical strategies
Strategy 1 โ RSI + Trend (simplest)
Identify the main trend on a higher timeframe (H4 or daily). Then, on a lower timeframe (H1 or 15min), only enter positions in the direction of that trend. In an uptrend: buy only when the RSI drops below 40โ50 and bounces back. Ignore overbought signals.
Strategy 2 โ RSI Failure Swing
This is Wilder's original technique. In overbought territory (RSI > 70), wait for the RSI to drop back below its last trough before touching 70 again. This "failure swing" is a sell signal. The reverse applies in oversold territory: wait for the RSI to push above its last peak before climbing back from 30.
Strategy 3 โ RSI + MACD (double confirmation)
Combine the RSI with the MACD to filter false signals. Only enter a position when both indicators converge: RSI in oversold territory AND bullish MACD crossover, or RSI in overbought territory AND bearish MACD crossover. Fewer trades, but higher quality.
Limitations & common pitfalls
- False signals in strong trends โ In a strong uptrend, the RSI can remain overbought for weeks. Selling at the first reading above 70 may make you miss the bulk of the move.
- Sensitivity to period โ An RSI(9) reacts much faster than an RSI(21). Adapt the period to your timeframe and trading style.
- Never use alone โ The RSI is a lagging indicator. In isolation, it generates many false signals. Always combine with trend analysis or another indicator.
- Multiple timeframes required โ An RSI in oversold territory on H1 can perfectly coexist with an RSI in overbought territory on H4. Always check context on the higher timeframe.
Using the RSI on CrypView
CrypView integrates RSI(14) natively, calculated on live Binance WebSocket data. The sub-panel displays automatically below the main chart with reference lines at levels 30, 50, and 70.
- Open page.html or launch the application
- Right-click โ Indicators โ Choose indicators
- Select RSI (14) in the Momentum category
- The RSI appears in a sub-panel synchronized with the main chart
- Combine it with the MACD or Bollinger Bands for filtered signals
The keyboard shortcut Shift+R instantly activates and deactivates the RSI. Check the CrypView Wiki for complete indicator documentation.