Type/to search

Fast RSI Breakout Trading Strategy

Cryptocurrency
Created: 2023-09-12 16:34:21
Last modified: 3 years ago
1
Follow
1781
Followers

This strategy trades RSI extremes using the fast RSI indicator and filters entries based on candle body size to avoid whipsaws. It aims for quick identification of overbought/oversold levels to capture reversals swiftly.

Strategy Logic:

  1. Calculate fast RSI and set overbought/oversold thresholds.

  2. Calculate EMA of candle body size for body filtering.

  3. Go long when RSI crosses above overbought line and body over half of EMA. Vice versa for short.

  4. Exit when RSI crosses back below original threshold and body over EMA.

  5. Min/max can provide additional signal verification.

Advantages:

  1. Fast RSI speeds up signal generation avoiding lag.

  2. Body size filters reduce insignificant candle noise.

  3. Min/max improves signal quality.

Risks:

  1. Body filtering may skip some valid signals.

  2. Whipsaws still possible for RSI in ranging markets.

  3. Strict risk management required for reversal trades.

In summary, this strategy combines fast RSI and body size filtering for quicker but more robust overbought/oversold detection. But over-filtering issues remain so prudent risk controls are still needed.

Source
Pine
/*backtest
start: 2023-01-01 00:00:00
end: 2023-09-11 00:00:00
period: 2d
basePeriod: 1d
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
*/

//@version=3
strategy(title = "Noro's Fast RSI Strategy v1.3", shorttitle = "Fast RSI str 1.3", overlay = true, default_qty_type = strategy.percent_of_equity, default_qty_value = 100, pyramiding = 5)

//Settings
Strategy parameters
Strategy parameters
Long
Short
RSI Period
RSI limit
RSI Price
RSI Bars
Use Min/Max
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)