---
title: "Bitcoin CCI Strategy Backtest: Trading Oversold Recoveries"
date: "2026-03-23 14:07:05"
author: ""
permalink: "https://boringedge.com/bitcoin-cci-strategy-backtest/"
categories: ["Uncategorized"]
tags: []
description: "The CCI (Commodity Channel Index) measures how far price has moved from its statistical mean. Originally designed for commodities, it&#8217;s..."
---

The CCI (Commodity Channel Index) measures how far price has moved from its statistical mean. Originally designed for commodities, it's now used across all markets. The strategy: buy when CCI exits oversold territory (crosses above -100), sell when it exits overbought (crosses below +100). Let's see the numbers.

## Strategy Rules

- **Buy** when CCI(20) crosses above -100 (leaving oversold)
- **Sell** when CCI(20) crosses below +100 (leaving overbought)
- CCI period: 20 (standard)

- 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 CAGR9.4%
Buy &amp; Hold CAGR38.7%
Strategy Max Drawdown-69.4%
B&amp;H Max Drawdown-83.2%
Total Trades54
Win Rate61.1%
Win/Loss Ratio1.1x
Time in Market47.1%

## Key Findings

CCI dramatically underperforms Buy &amp; Hold. A 9.4% CAGR vs 38.7% means you're leaving most of the gains on the table.

With 54 trades and a 61.1% win rate, CCI has the highest win rate among our tested strategies — but the wins are small and the losses are large.

Max drawdown of -69.4% provides some protection vs Buy &amp; Hold's -83.2%, but not enough to justify the massive return sacrifice.

CCI's oversold/overbought approach suffers from the same fundamental problem as RSI mean reversion and Bollinger Bands: it treats Bitcoin as a range-bound asset when it's actually a trending one.

## Complete Trade Log

#EntryExitReturnDays
12017-12-252018-01-07+17.7%13
22018-01-202018-02-21-18.7%32
32018-03-122018-04-26+1.3%45
42018-05-192018-07-29-0.5%71
52018-08-132018-09-05+7.1%23
62018-09-122018-09-29+3.9%17
72018-10-152018-10-17-0.4%2
82018-11-012018-12-25-41.8%54
92019-01-162019-02-12+0.9%27
102019-07-192019-08-10+7.5%22
...(34 more trades)
442025-01-102025-01-23+9.5%13
452025-02-102025-03-28-13.5%46
462025-04-102025-04-29+18.2%19
472025-06-072025-07-04+2.1%27
482025-08-062025-08-14+2.7%8
492025-08-222025-09-19-1.3%28
502025-09-282025-10-08+9.7%10
512025-10-192025-12-11-15.0%53
522025-12-192026-01-08+3.2%20
532026-01-222026-03-06-24.1%43

## Should You Use CCI for Bitcoin?

CCI as a standalone strategy doesn't work well for Bitcoin. The oversold/overbought framework produces mediocre returns. If you like CCI, consider using it as a confirmation tool alongside a trend-following strategy rather than as your primary signal.

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