Three RSI Moving Average Bands Strategy
Overview
This strategy calculates three groups of RSI indicators with different parameter settings and their corresponding six moving average lines to form three moving average bands, and judges the market trend direction for long-term operations.
Strategy Logic
-
Calculate three groups of RSI indicators: Fast RSI Period=50, Normal RSI Period=75, Slow RSI Period=100.
-
For each group of RSI indicators, calculate the 5, 30, 50, 70, 90, 100 periods of simple or exponential moving averages respectively to form moving average bands.
-
When all lines of the fast RSI moving average rise, it is judged as a long signal; when all lines of the fast RSI moving average decline, it is judged as a short signal.
-
The trading signals given by the moving average bands corresponding to the normal RSI and slow RSI are the same.
-
During the given trading time period, go long with 100% position when a buy signal appears; close the previous long position when a sell signal appears.
Advantage Analysis
The strategy combines the advantages of RSI indicators and moving averages. It uses three groups of RSI with different parameter settings to capture trend changes at different cycle levels. At the same time, it uses six moving average lines to filter out some noise and improve signal reliability.
Compared with a single RSI and moving average, this combination forms a basis for judgment by using a systematic method without relying on parameter optimization. The application is scientific, rigorous and simple to grasp.
Risk Analysis
The RSI moving average combination strategy relies on parameter settings. If the parameters are set improperly, misaligned signals may occur. In addition, fluctuations in fast markets can also trigger false signals.
To reduce the risk of false signals, RSI cycle parameters should be adjusted accordingly, or the cycle number of the moving average should be adjusted to find the optimal parameter combination.
Optimization
The strategy can be further optimized in the following aspects:
-
Add stop loss logic. The current strategy does not set stop loss, which is easily affected by dramatic market fluctuations.
-
Optimize parameter settings. More combinations can be tested to find the best parameters.
-
Increase other indicators filtering. Other indicators like MACD and Bollinger Bands can be introduced to confirm signals.
-
Add time and volume filtering. Avoid false signals during abnormal time periods and volume.
Summary
The three RSI moving average bands strategy integrates the advantages of multiple indicators and forms trading signals through rigorous logical judgments to determine long-term trends. The strategy features simplicity, ease of grasp and is suitable for learning and practicing moving average bands trading strategies. With continuous optimization of parameters and combinations, the strategy effect is expected to further improve.
- 1

