Type/to search

Fast RSI Risk Control Compound Futures Trading Strategy

Cryptocurrency
Created: 2023-11-13 11:36:34
Last modified: 3 years ago
1
Follow
1779
Followers

img

Overview

This strategy is designed for the spot trading platform BitMEX. By analyzing the fast RSI indicator and combining multiple technical indicators to screen signals, it realizes efficient trend tracking trading. The strategy also sets risk management and stop loss mechanisms to effectively control trading risks.

Strategy Logic

  1. Calculate fast RSI with parameters of 7 days and overbought line 25, oversold line 75. When RSI crosses over overbought line, it is an overbought signal. When RSI crosses below oversold line, it is an oversold signal.

  2. Set filter on candlestick body. Require opening as bearish candle with body length no less than 20% of yesterday's average body length.

  3. Set filter on candlestick color. Require last 4 candles as bearish when going short, and last 4 candles as bullish when going long.

  4. Set stop loss logic. Close position when price moves in unfavorable direction.

  5. Set anti-whipsaw mechanism. Only take signal when price recovers to stop loss level after initial move.

  6. Set position sizing. Use fixed percentage of capital for each trade, and double position size after each loss.

Advantage Analysis

  1. Fast RSI parameters set reasonably can quickly capture trends. Combining with candlestick body and color filters can avoid false breakouts effectively.

  2. Multi-layer filter enhances win rate by reducing number of trades.

  3. Built-in stop loss mechanism limits per trade loss.

  4. Dynamic position sizing realizes moderately aggressive capital management.

  5. Customizable trading time frame avoids noise from major events.

Risks and Optimizations

  1. High speed may miss some trading opportunities. Can relax parameters for more flexibility.

  2. Hard to determine trend ending. Consider combining with other indicators to detect potential reversals.

  3. Position sizing method too aggressive, can introduce locking position way.

  4. Can optimize parameters for different markets to find better parameter combinations.

Conclusion

Overall this strategy is quite robust. By judging trend direction with fast RSI and filtering signals with multiple indicators, it can get good returns during trends. Also the strategy has room for optimization. By adjusting parameter combinations it can adapt to different market environments, thus having good practicality.

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

//Noro
//2018

//@version=2
Strategy parameters
Strategy parameters
Long
Short
Use Martingale
Capital, %
RSI Period
RSI limit
RSI Bars
Use Open Color Filter
Use Close Color Filter
Open Color Bars
Close Color Bars
Use Open Body Filter
Use Close Body Filter
Open Body Minimum, %
Close Body Minimum, %
Use Close Norma Filter
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)