BTC Momentum Trading - RSI Cross — Strategy by connorgeary150

By connorgeary150

Performance Metrics

Description

For the third algorithm (the “trading” strategy), I built a momentum-based system using RSI crossovers on BTCUSD. This algorithm is different from my mean-reversion and trend-trading strategies because it reacts directly to short-term momentum shifts rather than trend direction or oversold conditions.IF / THEN Logic Used (Momentum Trading)Long Entry (Buy):IF the RSI(14) crosses above 55,THEN the algorithm enters a long position.(This signals short-term upward momentum.)Short Entry (Sell):IF the RSI(14) crosses below 45,THEN the algorithm enters a short position.(This signals downside momentum.)Long Exit:IF I am in a long position AND RSI crosses below 50,THEN exit the long position.Short Exit:IF I am in a short position AND RSI crosses above 50,THEN exit the short position.Purpose of the StrategyThis strategy demonstrates real-time trading behavior, where entries and exits are driven by momentum signals rather than mean reversion or trend structure. It is meant to show how an algo reacts quickly to shifts in strength/weakness in price movement.Backtest RequirementsI ran the strategy on BTCUSD, 10-minute timeframe (Feb 16–23, 2026).This produced:Total trades: 1,284Profitable trades: 27.92%Profit factor: 0.886Drawdown: 2.13%The large number of trades provides a sufficient sample size for analysis, as required by the assignment.

Browse all 5,900+ TradingView Pine Script strategies

View on TradingView