Discussing the article: "How to create a simple Multi-Currency Expert Advisor using MQL5 (Part 6): Two RSI indicators cross each other's lines"
Check out the new article: How to create a simple Multi-Currency Expert Advisor using MQL5 (Part 6): Two RSI indicators cross each other's lines.
Author: Roberto Jacobs
Thanks for the insightful knowledge on multi-currency pairs.
The best of praise for the author spending time on accomplishing this education source material.
So well structured and a treasure for example code and inspiration in own endeavors.
In case of improved MQL5 skills I especially benefit from the class based programming style in transitioning myself to that model.
The best of praise for the author spending time on accomplishing this education source material.
So well structured and a treasure for example code and inspiration in own endeavors.
In case of improved MQL5 skills I especially benefit from the class based programming style in transitioning myself to that model.
Thank you for your support, but until now I am still trying to improve my programming skills by learning from many great moderators and programmers in MQL5.
Check out the new article: How to create a simple Multi-Currency Expert Advisor using MQL5 (Part 6): Two RSI indicators cross each other's lines

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Check out the new article: How to create a simple Multi-Currency Expert Advisor using MQL5 (Part 6): Two RSI indicators cross each other's lines.
The multi-currency expert advisor in this article is an expert advisor or trading robot that uses two RSI indicators with crossing lines, the Fast RSI which crosses with the Slow RSI.
Multi-currency Expert Advisor is an Expert Advisor or trading robot that can trade (open orders, close orders and manage orders, for example: Trailing Stop Loss and Trailing Profit) for more than 1 symbol pair from only one symbol chart, where in this article Expert Advisor will trade for 30 pairs.
In this article we will use two RSI indicators with crossing signals, Fast RSI crossing with Slow RSI.
As has been proven in previous articles, we all know that multi-currency trading is already possible with the power, capabilities and facilities provided by MQL5, both in the trading terminal and in the strategy tester.
With the aim of meeting the important needs of traders who want an efficient and effective trading robot, so by relying on the power, capabilities and facilities provided by the very reliable MQL5, we can think of various ideas and strategies to create a simple multi-currency expert advisor, where in this article we will use Two RSI indicators cross each other's lines.
Author: Roberto Jacobs