Type/to search

Double Fast RSI Breakthrough Strategy

Cryptocurrency
Created: 2023-11-07 16:56:39
Last modified: 3 years ago
1
Follow
1779
Followers

img

Overview

This strategy uses multiple RSI indicators to implement price breakthroughs to generate more accurate entry and exit signals.

Strategy Logic

The strategy sets two groups of RSI parameters, one with period of 7 and limit of 25, the other with period of 14 and limit of 25. When price breaks through either RSI limit, long or short orders are executed.

The strategy first calculates the values of the two RSI indicators, then judges if price breaks through the RSI upper or lower limit. If it breaks through upper limit, a long signal is generated. If it breaks through lower limit, a short signal is generated.

If already having a position, it continues to judge if the current RSI is within normal range. If RSI becomes normal and body breaks through half of moving average, an exit signal is generated.

The strategy also uses Martingale system. The order size doubles after each loss.

Advantage Analysis

  • Using two RSI indicators can better judge breakthrough signals and avoid false signals.

  • Also checking body breakthrough avoids wrong trades during consolidation.

  • Martingale helps stop loss quickly after losses.

  • Customizable RSI parameters optimize entry opportunities.

  • Trading sessions can be limited to avoid impact from major events.

Risk Analysis

  • Dual RSI cannot fully avoid false breakthrough.

  • Martingale increases position after losses, risks blowing up.

  • Trading cost is not considered.

  • Too many optimizable parameters require lots of tests to find best combination.

Can set stop loss to limit losses; optimize RSI parameters; add cost consideration; relax breakthrough criteria.

Optimization Directions

  • Add stop loss to limit maximum loss.

  • Optimize RSI parameters to reduce false signals.

  • Consider trading cost impact to prevent overtrading.

  • Relax body breakthrough criteria for more opportunities.

  • Add more filters to avoid being trapped.

Summary

This strategy uses dual RSI to determine price breakthrough, adds body breakthrough filter to avoid whipsaws. It also uses Martingale to quickly cut losses. The strategy can be improved by optimizing parameters and adding filters for more accurate signals. Risk management is important to limit losses. Overall this strategy provides a relatively stable breakthrough system suitable for high efficiency trading.

Source
Pine
/*backtest
start: 2023-10-30 00:00:00
end: 2023-11-06 00:00:00
period: 15m
basePeriod: 5m
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
*/

//Noro
//2018

//@version=2
Strategy parameters
Strategy parameters
Long
Short
Use Martingale
Capital, %
Use RSI #1
#1 RSI Period
#1 RSI limit
Use RSI #2
#2 RSI Period
#2 RSI limit
Show Arrows
From Year
To Year
From Month
To Month
From day
To day
Comment
All comments (0)
No data
No data
  • 1
iPhone Download
Forums
PINE Language
© 2015 - ∞ INVENTOR PTE LTD (SG)