Why I Stopped Looking for One Perfect BTC Strategy (And Started Running Three Instead)

Why I Stopped Looking for One Perfect BTC Strategy (And Started Running Three Instead)

16 September 2026, 07:27
Kobyn Schlichter
0
30
 The Problem: One Strategy Cannot Handle Every Market Condition

I spent the better part of two years doing what most algo traders do: searching for the *one* strategy that works.

Tweak the moving average period. Add a filter. Remove the filter. Change the timeframe. Run another 9-year backtest. Stare at the equity curve. Repeat.

The result was always the same — a strategy that crushed Bitcoin for 18 months, then went flat or slowly bled for the next 12. Every single time.

The problem was not the strategies themselves. It was the idea that one approach could handle everything Bitcoin throws at it.

Bitcoin does not have one market. It has several, and they rotate without warning:

- **Trending phases** — like 2020-2021 or late 2024. Clean directional moves that reward patience.
- **Compression and breakout** — like Q1 2025 or early 2026. Tight ranges that suddenly explode into large impulse moves.
- **Choppy mean-reverting ranges** — like mid-2022 or parts of 2023. Breakout systems get shredded. Everything gets faded.
- **Crash events** — March 2020, May 2022, occasional flash crashes in 2024-2026. Only short-biased or volatility-adaptive systems survive.

A breakout system makes money in regimes 1 and 2. It loses in 3. A trend-following pullback system works in 1 and parts of 3. It misses the initial explosion in 2.

No single entry logic handles all four. That is not an opinion — it is what 9 years of clean data tells you when you test honestly.

The Solution: Run Three Uncorrelated Strategies Together

The fix is not a better single strategy. It is to stop relying on any single strategy at all.

The idea is simple: run three independent trading systems that lose money at different times. When one is struggling, another is likely performing. The combined result is smoother than any individual piece.

This is not a new concept. The math goes back to 1952. But most retail algo traders still run one EA and hope.

Here is the core equation for combining uncorrelated strategies:

**Combined Drawdown ≈ √(Drawdown₁² + Drawdown₂² + Drawdown₃²)**

If three strategies each have about 15% drawdown on their own, but they lose on different days:

√(15² + 15² + 15²) = √675 ≈ 26%

That is the naive upper bound. In practice, with genuinely uncorrelated systems, the combined drawdown lands at **40-60% less** than any individual strategy's solo number.

**Three strategies at 15% individual drawdown become roughly 8-10% portfolio drawdown in practice.**

You are not running three systems to triple returns. You are running three systems to **cut your worst experience in half** and — more importantly — to always have *something* working while the others wait.

How I Built It

I got tired of testing the portfolio concept manually across multiple charts. So I built a single Expert Advisor that runs three independent strategies internally, exclusively for BTCUSD on MetaTrader 5.

Each strategy has its own logic, its own timeframe, and its own risk parameters:

### Strategy A — Breakout and Consolidation (M1 timeframe)

Waits for price to compress into a tight range, then trades the expansion when it comes. Includes impulse detection to confirm the move is real, regime filtering to avoid false breaks, and a cooldown period after consecutive losses.

This is the "explosion catcher" — it can go quiet for weeks, then catches the breakout move that follows a compression zone.

### Strategy B — Donchian Breakout, Long and Short (H4 timeframe)

Classic Donchian channel breakout in both directions. Uses a 1.5x ATR stop loss and a 5x risk-reward target. Includes breakeven logic, a trailing stop that only moves in your favor, and an EMA regime filter. One position at a time.

This is the trend rider — the one that caught the 2024 breakout and the 2025 continuation.

### Strategy C — Trend Following with Pullbacks (M15 timeframe)

Uses EMA 50/200 alignment and ADX to confirm the trend direction. Enters on pullbacks measured in ATR. Manages trades with a 3.5x ATR trailing stop. Includes volatility protection that reduces position size during high-volatility events, and drawdown protection that scales risk down as the account draws down.

The three strategies do not share entry signals. They do not share exit logic. The only thing they share is the account — and a unified risk layer that protects the whole book.

**No martingale. No grid. No recovery mode. No lot multiplication after losses. No averaging down.**

Every position has its own stop loss and take profit and is managed independently.

## The Results (9 Years, Clean Binance Data)

I do not trust backtests run on broker-generated history with gaps and missing bars. The data used here is clean Binance spot data going back to August 2017 with no missing bars and realistic spread assumptions.

**Settings:** BTCUSD Binance, H4 chart, August 2017 – September 2026 (~9 years), $100,000 starting deposit, 1:5 leverage, every tick based on real ticks.

| Metric | Value |
|---|---|
| Net Profit | +$2,322,110 |
| Total Trades | 917 |
| Win Rate | 65.21% |
| Profit Factor | 1.70 |
| Recovery Factor | 8.65 |
| Sharpe Ratio | 4.15 |
| Max Equity Drawdown | 13.30% |
| Average Hold Time | 12 hours 10 minutes |
| Largest Winning Trade | +$260,277 |
| Largest Losing Trade | -$50,261 |
| Max Consecutive Losses | 5 (-$90,355) |

I will upload screenshots of the equity curve and per-strategy breakdowns shortly so you can see how each layer contributes.

backtest


## Honest Caveats

A few things you should know before drawing conclusions from these numbers:

- **The 13.3% drawdown exceeds the 10% limit used by most prop firms.** If you are running a challenge, reduce the per-strategy risk settings and enable the drawdown protection features. The default settings are optimized for personal accounts.
- **2024 carried a disproportionate amount of the return.** That was an exceptional year for Bitcoin trend following. Do not project that performance forward.
- **The win rate is high for a trend system because Strategy A's breakout entries catch impulse moves early.** In a multi-year sideways market, that number would drop.
- **This is a backtest. Live results will differ.** Always forward-test on a demo account before using real capital.

## Why Combine Into One EA Instead of Running Three Separately?

Three practical reasons:

**1. Unified risk management.** The strategies share an equity layer. If the account hits a daily drawdown limit, *all* strategies stop — not just the one that triggered it. This is the difference between running a coordinated portfolio and running three separate EAs that do not talk to each other.

**2. One chart, one instance.** You attach the EA to one H4 chart. Internally, it reads M1, M15, and H4 data for the different strategies. No need to manage three charts, three EAs, and three sets of magic numbers.

**3. Coordinated protection.** Equity take-profit (daily profit target closes everything), drawdown cooldown, loss-streak cooldown, volatility protection — all operate at the account level across all three strategies simultaneously.

## Who This Approach Is For

A multi-strategy setup like this is for traders who:

- Understand that **no single strategy works in every market regime** and want a system that adapts by design
- Want **BTC-specific logic** (not a forex EA shoehorned into crypto)
- Prefer **one EA on one chart** over managing a multi-chart setup
- Value **capital protection** over aggressive compounding
- Have tested enough single-strategy EAs to know that the "perfect backtest" is usually a curve-fitted illusion

It is NOT for traders who want a magic button, need a hard 10% drawdown for a prop challenge (without adjusting settings), or expect daily signals.

## Signals Are Rare — That Is the Point

Across three strategies over 9 years: 917 trades. That is roughly 100 trades per year, or about 2 per week. Some weeks nothing happens. Some weeks all three strategies are in play.

If you need to trade every day to feel like the system is working, this is not for you.

If you would rather wait for high-quality setups across three different edge types — and let the portfolio math do the heavy lifting — it is worth testing the approach yourself.

---

*Have questions about the strategy architecture or want to see the year-by-year results for each strategy individually? Drop a comment below. Happy to share more details and discuss the logic behind the regime filters.*