BTC Mean Reversion - RSI + Bollinger — Strategy by connorgeary150

By connorgeary150

Performance Metrics

Description

I built a mean-reversion strategy on BTCUSD in TradingView using Pine Script.For entries I used two IF/THEN conditions with technical indicators:IF RSI(14) 70 AND price is above the upper Bollinger Band→ THEN enter a short position.For exits I used:IF I’m long and RSI > 50 OR price crosses back above the middle Bollinger Band→ THEN close the long.IF I’m short and RSI < 50 OR price crosses back below the middle Bollinger Band→ THEN close the short.To meet the requirement of at least 500 trades, I ran the strategy on BTCUSD, 10-second timeframe, over the available data window (Feb 16–23, 2026). That produced:Total trades: 1,181Profitable trades: 710 / 1,181 (≈ 60.1%)

Browse all 5,900+ TradingView Pine Script strategies

View on TradingView