---
title: "Bitcoin Bollinger Bands Strategy Backtest: Does Buying the Lower Band Work?"
date: "2026-03-23 14:07:04"
author: ""
permalink: "https://boringedge.com/bitcoin-bollinger-bands-strategy-backtest/"
categories: ["Uncategorized"]
tags: []
description: "Bollinger Bands are one of the most visually intuitive indicators — price bouncing between upper and lower bands. The classic..."
---

Bollinger Bands are one of the most visually intuitive indicators — price bouncing between upper and lower bands. The classic mean-reversion play: buy when price touches the lower band (cheap), sell when it hits the upper band (expensive). But Bitcoin isn't a range-bound stock. Here's what the data says.

## Strategy Rules

- **Buy** when price touches or drops below the lower Bollinger Band
- **Sell** when price touches or exceeds the upper Bollinger Band
- Settings: 20-period SMA, 2 standard deviations

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

Period: 2017-09-05 to 2026-03-23 (8.5 years)

Strategy CAGR-4.6%
Buy &amp; Hold CAGR38.7%
Strategy Max Drawdown-85.3%
B&amp;H Max Drawdown-83.2%
Total Trades31
Win Rate51.6%
Win/Loss Ratio1.0x
Time in Market40.9%

## Key Findings

This strategy loses money. A -4.6% CAGR while Bitcoin gained 1536.9% — a catastrophic underperformance.

The max drawdown of -85.3% is WORSE than Buy &amp; Hold's -83.2%. Not only do you make less money, you take on more risk doing it.

Only 31 trades in 8.5 years — the signals are infrequent. When they do trigger, buying the lower band often means buying into a crash that continues lower.

This confirms the same lesson as RSI mean reversion: mean reversion strategies don't work for Bitcoin. It's a trending asset, not a range-bound one.

## Complete Trade Log

#EntryExitReturnDays
12017-09-142017-10-12+70.1%28
22018-01-162018-04-15-23.5%89
32018-05-112018-07-17-13.1%67
42018-08-082018-08-27+9.7%19
52018-10-112019-02-08-41.7%120
62019-07-162019-08-05+25.1%20
72019-09-232019-10-26-5.1%33
82019-11-152020-01-06-8.6%52
92020-02-252020-04-06-21.5%41
102020-09-032020-10-10+11.2%37
...(11 more trades)
212024-06-242024-07-15+7.1%21
222024-08-022024-08-23+3.9%21
232024-09-062024-09-19+16.5%13
242025-02-042025-04-22-4.6%77
252025-06-052025-07-10+14.1%35
262025-07-312025-08-13+6.3%13
272025-08-252025-09-12+5.2%18
282025-09-252025-10-02+10.4%7
292025-11-042026-01-02-11.5%59
302026-01-312026-03-04-7.9%32

## The Verdict: Don't Buy the Dip with Bollinger Bands

Another mean-reversion strategy that fails on Bitcoin. The lower Bollinger Band is not a support level for a trending asset — it's often the beginning of a larger move down. If you want to use Bollinger Bands on Bitcoin, consider a breakout approach instead (buying ABOVE the upper band).

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