RSI Average Reversion Trading Strategy
Overview
This strategy uses RSI average based on multiple price inputs to determine overbought/oversold and trades mean-reversion.
Strategy Logic
-
Calculate RSI values based on close, open, high etc.
-
Take arithmetic average of the RSI values to derive RSI mean.
-
RSI mean above 0.5 indicates overbought, below 0.5 oversold.
-
RSI mean reversion to the 0.5 midpoint generates trading signals.
-
Set RSI mean exit thresholds, like close long above 0.65, close short below 0.35.
-
Simple and clear trading logic easy to implement.
Advantages
-
RSI mean improves stability using multiple price inputs.
-
Trading signals from RSI mean reversion, combining trend and reversal.
-
Intuitive RSI mean curve forms clear visual trading signals.
-
Default parameters simple and practical for mean reversion.
-
Concise code easy to understand and modify for beginners.
Risks
-
RSI prone to false reversal signals resulting in losses.
-
Inappropriate RSI parameters and threshold setups affect performance.
-
Relying solely on single RSI indicator leads to higher systematic risk.
-
Unable to confirm price reversal sustaining power.
-
Trending markets tend to produce losses.
Enhancement
-
Test and optimize RSI period for higher sensitivity.
-
Evaluate price input impacts on RSI mean.
-
Add trend filter to avoid counter-trend trades.
-
Incorporate other factors to confirm reversal signals.
-
Build dynamic stops mechanism for risk control.
-
Optimize entry, stop loss, take profit for higher efficiency.
Conclusion
This strategy trades RSI mean reversion simply and viably for beginners. But risks include signal errors and trends exist. Multi-factor optimization and risk management improvements can make the strategy more robust and efficient as a reliable reversal system.
- 1
