Type/to search

Combo Strategy of 123 Reversal and Smoothed RSI

Cryptocurrency
Created: 2023-10-16 16:27:32
Last modified: 3 years ago
1
Follow
1781
Followers

img

Overview

This strategy combines the 123 reversal pattern and smoothed RSI indicator to capture trend reversal points more accurately for higher win rate. It is a very versatile trend reversal trading strategy that can be applied to any timeframe and instrument.

Strategy Logic

  1. 123 reversal pattern identification: Bottom reversal signal when the close prices of previous two days form a high-low point and third day's close is higher than previous day. Top reversal signal when close prices of previous two days form a low-high point and third day's close is lower than previous day.

  2. Smoothed RSI indicator: Smoothed RSI reduces the lag of normal RSI by using weighted moving average. RSI crossing above the high threshold is buy signal. RSI crossing below the low threshold is sell signal.

  3. Strategy signal: Trade signal is only generated when 123 reversal pattern and smoothed RSI signals agree. Buy when 123 reversal shows bottom and RSI crosses high level. Sell when 123 reversal forms top and RSI crosses low level.

Advantages

  1. Combining trend indicator RSI and reversal pattern can accurately identify trend reversal points.

  2. Smoothed RSI reduces the lagging issue of normal RSI.

  3. 123 reversal pattern is simple and easy to identify.

  4. Flexible parameters can be adjusted for different instruments and timeframes.

  5. Easy to optimize and improve with high extensibility.

Risks

  1. Simple 123 reversal may cause false signals during minor pullbacks.

  2. Smoothed RSI optimization is insufficient and prone to overfitting.

  3. Dual confirmation leads to fewer trade signals.

  4. Trading costs are ignored which may prevent small accounts from profiting.

  5. No stop loss mechanism to limit downside.

Enhancement

  1. Optimize smoothed RSI parameters to find best combination.

  2. Add other indicators or patterns for signal filtering.

  3. Implement stop loss to control single trade loss.

  4. Consider trading costs, adjust parameters for different capital sizes.

  5. Test parameters across different instruments and timeframes for optimal parameters.

  6. Add functionality for auto parameter optimization.

Summary

The strategy has clear and simple logic, using reversal pattern combined with trend indicator to identify potential trend reversals. It has the advantage of wide applicability and easy optimization, but also has some risks to note and improve on. Overall it is a versatile and practical short-term reversal trading strategy worthy of further research and application.

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

//@version=4
////////////////////////////////////////////////////////////
//  Copyright by HPotter v1.0 20/07/2021
// This is combo strategies for get a cumulative signal. 
Strategy parameters
Strategy parameters
---- 123 Reversal ----
Length
KSmoothing
DLength
Level
---- Smoothed RSI ----
LengthRSI
TopBand
LowBand
Trade reverse
Comment
All comments (0)
No data
No data
  • 1
iPhone Download
Forums
PINE Language
© 2015 - ∞ INVENTOR PTE LTD (SG)