More Fractals – RSI and MACD

A sequel to the earlier article showing a Fractal – EMA based expert. This shows how to convert that code to vary the expert

This is a sequel to a very recent article showing an expert based on fractals and exponential moving average.

While the strategy here is similar the purpose is to show how to modify existing code to achieve a different result.

In this article I show how to replace the moving average trend filter from the earlier article with an RSI based trend filter, then I also show how to change the entry from buy stop / sell stop to opening a trade on close of a bar past the fractal.

Then I do it all again with MACD as a trend filter.

If you have a suggestion or request for a future tutorial you can leave details in our Topic Requests forum or vote for existing requests. Make sure the requests are clear and if you refer to a strategy somewhere leave a link to the strategy

https://orchardforex.com/requests

The code is available on GitHub: https://github.com/OrchardForexTutorials/220327_fractal_rsi_macd_robot

The framework is also available on Github:
https://github.com/OrchardForexTutorials/framework_3

Scroll to Top