Strategy

Conviction Stacker: a 6-factor BTC strategy that only fires when the market agrees

Most trading strategies try to improve their edge by stacking more indicators on top of price — another moving average, another oscillator, another divergence. The problem is they're all reading the same candle, so they tend to be right together and wrong together. Conviction Stacker takes the opposite approach: it keeps the price entry deliberately simple and instead stacks six independent, mostly non-price market factors. A trade only fires when enough of them agree.

It's a free 4-hour Bitcoin trend strategy, now published on TradingView. Here's how it works, what the backtest looks like, and why the design matters.

The core idea: uncorrelated confirmation

The entry trigger is plain trend-following: the 200 EMA sets the regime (long only in uptrends, short only in downtrends), price pulls back to the 50 EMA, and the bar closes back in the trend's direction. Nothing exotic.

What makes it selective is the conviction stack — six checks that mostly aren't derived from the candle at all:

Why uncorrelated matters
Because these factors measure different things — positioning, macro, volatility, timing, institutional flow — they don't all fail at the same time. That's the whole point of "stacking conviction": each independent agreement raises the odds that a move is real, not noise.

The backtest

Tested on Binance BTC/USDT, 4H, from September 2017 to May 2026 (~8.6 years), on a fixed $10,000 position size with realistic fees (0.10% commission, 2-tick slippage):

MetricResult
Average annual return (full years 2018–2025)~46%
Total return (~8.6 years)+516.9%
Max drawdown9.3%
Profit factor1.97
Trades290
Win rate39%
About that 39% win rate
It's low on purpose. This is a trend-follower: it takes a lot of small, tight-stopped losses and lets a few winners run on the ATR trail. For this kind of system, win rate is almost meaningless — what matters is the profit factor (1.97) and the max drawdown (9.3%), i.e. how much you make per dollar risked and how deep the pain gets. A 39% win rate with a 1.97 profit factor is a healthy trend strategy; a 90% win rate with a 0.8 profit factor would quietly bankrupt you.

Only one year (2023) was negative, at −6.9%. You can download the full trade-by-trade backtest from the strategy page and re-run it yourself in TradingView.

Exits and risk

There's no fixed take-profit. Winners ride a 4× ATR Chandelier trailing stop, and losers are cut by a tight initial-stop floor — the classic "cut losses, let winners run" shape that gives trend systems their edge. On top of that are built-in circuit breakers: daily and weekly loss limits (in R), a consecutive-loss kill switch, and a post-loss cooldown, so a bad streak can't spiral.

Automate it

Conviction Stacker fires clean JSON webhook alerts — long entry, short entry, exit-in-profit, exit-at-loss — each carrying the action, symbol, price, timestamp and P&L%. That makes it bot-ready for 3Commas, Cornix, or any custom webhook. If you want those alerts to actually place the trades for free, that's exactly what the CryptoScope platform does (Bybit/Binance, managed TP/SL). New to that? See connecting a TradingView webhook to Bybit and why alerts sometimes don't execute.

Get Conviction Stacker — Free

Full details, the live factor dashboard, presets for Binance & Bybit, and the downloadable backtest are on the strategy page.

View the Strategy

Risk disclosure: Crypto trading involves substantial risk of loss. Backtested performance does not guarantee future results.

Related reading: Our ATR Bands + EMA Trend Predictor strategyCrypto trading bot vs manualBybit vs Binance for automated trading