RSI Threshold Trading Strategy
Overview
This strategy implements a simple threshold trading strategy based on the Relative Strength Index (RSI). It buys when RSI falls below the threshold of 30 and sells when RSI rises above the threshold of 40. The holding period is fixed at 10 days. The strategy is suitable for medium-term trading.
Strategy Logic
The strategy mainly uses the oversold and overbought zones of the RSI indicator to generate trading signals. The RSI reflects the speed of price changes over a period. RSI below 30 indicates an oversold zone where price may bounce back. RSI above 70 indicates an overbought zone where price may fall.
Specifically, the strategy first calculates the 10-day RSI, then sets the thresholds at 30 and 40. When 10-day RSI falls below 30, a buy signal is generated. When 10-day RSI rises above 40, a sell signal is generated. Upon receiving the buy signal, it opens a long position. Upon receiving the sell signal, if the holding days exceed 10 days, it closes the position directly. Otherwise, it continues holding until the 10th day to sell out.
The strategy is simple and easy to understand, identifying oversold and overbought zones using the RSI to implement a threshold trading strategy based on an indicator.
Advantages
- Uses the widely applied RSI indicator with room for parameter optimization
The strategy uses the prevalent RSI indicator. RSI parameters can be adjusted and optimized to suit different periods and market environments.
- Implements simple trend following
RSI can reflect price change trends. The strategy judges price moves based on RSI to achieve simple trend following.
- Relatively good risk control
The strategy adopts a fixed holding period to effectively control single loss. Meanwhile, RSI parameters can be tuned to reduce erroneous trading.
Risks
- RSI parameters susceptible to overoptimization
RSI parameters can be flexibly set but over-optimization and backtest bias may bring live trading risks.
- Lagging effect exists
RSI is a trend-following indicator and reacts slowly to sudden events, with some lagging effect. Other indicators should be combined.
- Fixed holding period lacks flexibility
The fixed holding period mandates profit-taking and stop-loss points and cannot be adjusted based on market changes. A dynamic adjustment of stop profit and stop loss is desired.
Enhancement Directions
-
Optimize RSI parameters and test impacts of different values.
-
Add other indicators to form a combined system utilizing strengths of different indicators.
-
Enhance stop profit/loss strategy to allow dynamic adjustments based on market conditions.
-
Optimize position sizing to dynamically adjust positions based on market conditions.
-
Test products suitable for the strategy, choosing liquid products with high volatility.
-
Optimize trading hours and test impacts on the strategy.
Conclusion
The strategy is relatively simple, implementing a threshold-based trading strategy using RSI. Its advantages include simplicity, ease of understanding and relatively good risk control. However, issues like RSI parameter optimization difficulty and inflexible stop profit/loss exist. Future enhancements include parameter optimization, stop profit/loss enhancements, position sizing etc. Further optimizations are needed before live trading.
- 1

