Type/to search

RSI V-shaped Pattern Swing Trading Strategy

Common strategy
Created: 2024-01-12 13:52:55
Last modified: 3 years ago
1
Follow
1802
Followers

img

Overview

This strategy is based on the V-shaped pattern formed by the RSI indicator, combined with EMA filters, to develop a reliable short-term profitable trading strategy. It captures rebound opportunities when the price is oversold by accurately going long through RSI’s V-shaped signals, for the purpose of making profits in the short run.

Strategy Logic

  1. Use 20-day EMA above 50-day EMA as the judgment of long-term uptrend
  2. RSI forms V-shaped pattern, indicating oversold rebound opportunities
    • Previous bar's low is lower than previous 2 bars' low
    • Current bar’s RSI is higher than previous 2 bars’ RSI
  3. RSI crosses above 30 as the completion signal of V-shaped pattern to go long
  4. Set stop loss at 8% below entry price
  5. When RSI crosses 70, start closing positions and move stop loss to entry price
  6. When RSI crosses 90, close 3/4 positions
  7. When RSI goes below 10 / stop loss triggered, close all positions

Advantage Analysis

  1. Use EMA to judge overall market direction, avoid trading against the trend
  2. RSI V-shaped pattern captures mean-reverting opportunities when oversold
  3. Multiple stop loss mechanisms to control risks

Risk Analysis

  1. Strong downtrend may incur unstoppable losses
  2. RSI V-shaped signals may give false signals, leading to unnecessary losses

Optimization Directions

  1. Optimize RSI parameters to find more reliable V-shaped patterns
  2. Incorporate other indicators to enhance reliability of reversal signals
  3. Refine stop loss strategy, balance between preventing over-aggressiveness and timely stop loss

Summary

This strategy integrates EMA filter and RSI V-shaped pattern judgment to form a reliable short-term trading strategy. It can effectively seize the rebound opportunities when oversold. With continuous optimization on parameters and models, improving stop loss mechanisms, this strategy can be further enhanced in stability and profitability. It opens the door of profitable swing trading for quant traders.

Source
Pine
/*backtest
start: 2023-12-12 00:00:00
end: 2024-01-11 00:00:00
period: 1h
basePeriod: 15m
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
*/

// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © mohanee

//@version=4
Strategy parameters
Strategy parameters
RSI Period
Stop Loss %
Comment
All comments (0)
No data
No data
  • 1
Forums
PINE Language
Get the app
iPhone Download
© 2015 - ∞ INVENTOR PTE LTD (SG)