---
title: "Bitcoin RSI Mean Reversion Strategy Backtest: Buy Oversold, Sell Overbought"
date: "2026-03-23 14:07:01"
author: ""
permalink: "https://boringedge.com/bitcoin-rsi-mean-reversion-strategy-backtest/"
categories: ["Uncategorized"]
tags: []
description: "&#8220;Buy when RSI drops below 30, sell when it rises above 70&#8221; — this is perhaps the most commonly taught..."
---

"Buy when RSI drops below 30, sell when it rises above 70" — this is perhaps the most commonly taught RSI strategy. It sounds logical: buy when the market is oversold, sell when it's overbought. But does mean reversion actually work for Bitcoin? The answer might surprise you.

## Strategy Rules

- **Buy** when RSI(14) drops below 30 (oversold)
- **Sell** when RSI(14) rises above 70 (overbought)
- Hold position until the opposite signal triggers

- 100% position size — fully in or fully out
- 0.1% transaction fee per trade
- No leverage, no short selling
## Backtest Results

Period: 2017-08-30 to 2026-03-23 (8.6 years)

Strategy CAGR-5.3%
Buy &amp; Hold CAGR37.9%
Strategy Max Drawdown-83.3%
B&amp;H Max Drawdown-83.2%
Total Trades35
Win Rate57.1%
Win/Loss Ratio0.8x
Time in Market46.9%

## Key Findings

This strategy loses money. A -5.3% CAGR means you would have actually lost capital over 8.6 years while Bitcoin gained 1469.1%.

Bitcoin doesn't mean-revert — it trends. When RSI drops below 30, it often means Bitcoin is entering a bear market, not that it's about to bounce. You're buying into weakness and selling before the real rally.

The max drawdown of -83.3% is worse than Buy &amp; Hold's -83.2%. You took on MORE risk for NEGATIVE returns.

Compare this with RSI trend following (53.2% CAGR) — the exact opposite approach. Using the same indicator in the opposite direction produces dramatically better results.

## Complete Trade Log

#EntryExitReturnDays
12017-09-142017-09-28+30.7%14
22017-12-302018-02-19-10.5%51
32018-03-152018-04-15+1.2%31
42018-05-172018-07-19-7.4%63
52018-08-072018-08-28+5.1%21
62018-09-112018-09-22+6.6%11
72018-10-112019-02-18-37.8%130
82019-08-212019-09-12+2.5%22
92019-09-232019-11-06-3.9%44
102019-11-182020-01-07-0.7%50
...(15 more trades)
252024-06-182024-07-18-2.0%30
262024-08-032024-09-19+3.5%47
272024-10-102024-10-15+11.0%5
282024-12-292025-01-23+10.7%25
292025-02-172025-04-22-2.6%64
302025-06-052025-07-06+7.4%31
312025-08-052025-09-12+1.5%38
322025-09-252025-10-06+14.2%11
332025-10-172026-01-05-12.0%80
342026-01-282026-03-23 (open)-20.1%54

## The Verdict: Don't Mean-Revert Bitcoin

This is a textbook example of why you must backtest before trading. The most intuitive use of RSI — buy oversold, sell overbought — doesn't work for Bitcoin. Bitcoin is a trending asset. Mean reversion strategies belong in range-bound markets, not in crypto.

Data source: Binance BTC/USDT daily candles. Backtest includes 0.1% transaction fees. Past performance does not guarantee future results.