Guide
How does the Swing Failure Reversal Strategy strategy work ?
The Swing Failure Reversal Strategy takes advantage of perceived imminent trend reversals by highlighting Swing Failure Patterns (SFP). An SFP suggests that the attempt to continue the prevailing trend fails, leading traders to predict an upcoming reversal. These patterns are detected by comparing stock price movements to the Relative Strength Index (RSI), with specific scenarios signaling long or short positions:
- Failure Swing Top: Marked by the stock price making a higher peak without the RSI confirming a new high. If the RSI then drops below the recent low point, a short position is indicated.
- Failure Swing Bottom: Identified when the stock price falls to create a new low, but the RSI doesn't follow and instead rises above the recent high point, suggesting a long position is favorable.
The strategy is coded to seamlessly adjust its parameters to fit the chart's timeframe, incorporating a multiplicator that affects local high and low thresholds for the identification of SFP events. By employing lookback periods and dynamic multiplicators based on the timeframe, the strategy effectively spots potential entry points for long or short positions. Alerts and plot characters ('⌛' for short entries, '🌹' for long entries) are provided to signal traders when these SFP events occur. The code also specifies conditions for closing positions, using the exponential moving average (EMA) as a guideline.
Recent updates to the strategy have introduced alerts for SFP events and have added compatibility with the WunderTrading platform.