A Brutal Fact
You spent three months backtesting a trend following strategy with 75% win rate. The first week it goes live, the market enters a ranging phase and you lose five trades in a row.
This isn’t a problem with the strategy—it’s a problem with only having one strategy.
Markets Have Three Faces
All market conditions can be roughly divided into three categories:
| Regime | Characteristics | Profitable Strategies | Losing Strategies |
|---|---|---|---|
| Trending | ADX > 25, price moves along EMA | Trend Following, Breakout | Mean Reversion |
| Ranging | ADX < 20, price swings in range | Mean Reversion, Grid | Trend Following |
| High Volatility | ATR spikes, violent swings | Volatility Sellers | Most Strategies |
One strategy can only perform well in one regime. Using the same key for every door will get you stuck.
The Solution: Regime-Based Strategy Routing
The core idea is simple:
- Detect market regime (using ADX + Bollinger Band width)
- Enable corresponding strategies based on regime
- Increase confidence when multiple strategies confirm
| |
How to Detect Market Regime
The simplest approach is using ADX (Average Directional Index):
- ADX > 25 → Trending confirmed
- ADX 20-25 → Transition zone
- ADX < 20 → Ranging
Add Bollinger Band width as a supplementary tool:
- BB width contracting → imminent breakout (good for BB Squeeze)
- BB width expanding → volatility increasing
How to Combine the Four Strategies
1. Trend Following (Pipeline) — The Main Player
EMA crossover + RSI momentum + Volume confirmation. Most signals, works well in trending markets.
Pros: Consecutive wins during trending markets Cons: Repeated stop losses during ranging
2. BB Squeeze (Bollinger Band Contraction Breakout) — Precision
Bollinger Bands contract to historical low → builds energy → breaks out. Fewer signals but high accuracy.
Pros: Precise entry into breakout moves Cons: Fake breakout risk
3. MACD Divergence — The Reversal Hunter
Price makes new high/low but MACD doesn’t → momentum exhaustion → reversal.
Pros: Catches trend reversals Cons: Requires experience to judge, false divergences are common
4. Mean Reversion — Ranging Market Specialist
RSI oversold + price hits lower Bollinger Band → bounce. Only enabled when Regime = RANGING.
Pros: Cash machine in ranging markets Cons: Gets crushed in trending markets (that’s why regime filtering is needed)
Confidence Grading: Multi-Strategy Confirmation = Bigger Position
When multiple independent strategies send signals in the same direction, credibility increases significantly:
| Confirmations | Confidence Level | Position |
|---|---|---|
| 1 strategy | L1 (Low) | 50% of base position |
| 2 strategies | L2 (Medium) | 75% of base position |
| 3+ strategies | L3 (High) | 100% of base position |
Key point: Strategies must be independent. If two strategies use the same indicator (like both looking at RSI), their “confirmation” is meaningless.
The four strategies above look at different things:
- Pipeline → EMA + Volume
- BB Squeeze → Bollinger Band width
- MACD Div → MACD divergence
- Mean Reversion → RSI extremes
No overlapping indicators—that’s what makes confirmation valuable.
Real-World Experience: Book Value vs. Real Performance
After running a multi-strategy system for a month, we learned a few lessons:
Lesson 1: Remove “Noise Trades” Before Evaluating Performance
Trading records contain various artifacts—fake trades from system restarts, duplicate signals, residual positions from manual cleanup.
Real Performance = Total Performance - Artifact Trades
Our case: Book WR was 40%, after removing artifacts the real WR was 55%. That 15% gap came from those $0 PnL fake trades dragging down the numbers.
Lesson 2: Direction Matters
In a sustained bearish market, long strategies overall lose money, short strategies overall profit.
This isn’t a strategy problem—it’s a direction problem. Daily trend filters solve this:
- Daily trend down → no longs
- Daily trend up → no shorts
Sounds simple, but a lot of people don’t do it.
Lesson 3: Don’t Rush to Judge Small Sample Strategies
A strategy with 0% win rate after 2 trades doesn’t mean the strategy itself is broken. It might just be too small a sample.
Our approach: At least 3 trades before enabling performance feedback, at least 20 trades before statistical validation.
How to Start Building a Multi-Strategy System
If you’re starting from zero, here’s the recommended path:
Step 1: Start with a Stable Main Strategy
Don’t start with four strategies right away. Get one strategy properly backtested, pass WFO validation, and run through Paper Trading first.
Step 2: Add Regime Detection
Use ADX + BB width to judge market regime. When your main strategy performs poorly under a certain regime, you’ll know what complementary strategy it needs.
Step 3: Add One Complementary Strategy
Main strategy is trend following? Add mean reversion. Main strategy is mean reversion? Add breakout strategy.
Step 4: Confidence Grading + Position Adjustment
Go bigger with multi-strategy confirmation, stay conservative with single strategy.
Step 5: Performance Feedback Loop
Regularly (at least weekly) analyze each strategy’s real performance:
- Which strategy makes the most money in which regime?
- Which strategy should be paused?
- Are the confidence grading position ratios correct?
Conclusion
Single strategy is beginner, multi-strategy is intermediate, strategy routing is professional.
Markets won’t always trend, and they won’t always range. Your system needs to adapt to different faces.
The core of building a multi-strategy system isn’t “more strategies is better,” it’s:
- Strategy complementarity (looking at different indicators)
- Regime matching (right strategy at the right time)
- Data-driven (adjusting based on real performance, not feelings)
Next time your trend strategy keeps losing in a ranging market, you won’t panic. Because you know the mean reversion strategy is making money for you right now.