Combining the Reversal Indicator With the RSI.

Creating a Strategy Based on Rob Booker’s Reversal Indicator With the RSI.

Sofien Kaabar, CFA
8 min readMar 19, 2022

--

www.pxfuel.com

Combinations of strategies may offer better opportunities. We can combine indicators together so that we get an extra confirmation factor. In this article, we will see how to use the RSI alongside the Rob Booker’s reversal indicator.

I have just released a new book after the success of my previous one “Trend Following Strategies in Python”. It features advanced contrarian indicators and strategies with a GitHub page dedicated to the continuously updated code. Also, this book features the original colors after having optimized for printing costs. If you feel that this interests you, feel free to visit the below Amazon link, or if you prefer to buy the PDF version, you could check the link at the end of the article.

The Reversal Indicator

Some less-known indicators actually function pretty well. Among those indicators is Rob Booker’s Reversal Indicator which uses a special combination between the MACD oscillator and the stochastic oscillator. The reversal indicator is an overlay indicator based on arrows created following some rules on the MACD and the Stochastic oscillators:

  • For a long (Buy) reversal signal, the MACD oscillator with its default parameters must surpass the zero line while the 10-period simple moving average of the 70-period stochastic oscillator is below the lower barrier 30.
  • For a short (Sell) reversal signal, the MACD oscillator with its default parameters must break the zero line while the 10-period simple moving average of the 70-period stochastic oscillator is above the upper barrier 70.
Weekly EURUSD values with Rob Booker’s Reversal indicator.
# The function to add a number of columns inside an array
def adder(Data, times):

for i in range(1, times + 1)…

--

--

Sofien Kaabar, CFA

Top writer in Finance, Investing, Business | Trader & Author