BTC Trend - EMA Crossover + RSI — Strategy by connorgeary150

By connorgeary150

Performance Metrics

Description

This strategy follows a classic trend-trading method using a combination of exponential moving averages (EMAs) and RSI momentum filtering.Entry LogicLong Entry:Fast EMA crosses above Slow EMARSI(14) > 50 (bullish momentum confirmation)Short Entry:Fast EMA crosses below Slow EMARSI(14) < 50 (bearish momentum confirmation)Exit LogicLong positions close if:Fast EMA crosses back below Slow EMA, orRSI drops below 45Short positions close if:Fast EMA crosses back above Slow EMA, orRSI rises above 55PurposeThis script is designed for educational use to demonstrate:Trend-following logicMulti-indicator IF/THEN decision rulesHow to construct a complete algorithmic trading strategy in Pine ScriptBacktested on BTCUSD, 10-second timeframe, producing 763 trades in the selected date range.

Browse all 5,900+ TradingView Pine Script strategies

View on TradingView