Discussion of article "The Implementation of a Multi-currency Mode in MetaTrader 5"

 

New article The Implementation of a Multi-currency Mode in MetaTrader 5 is published:

For a long time multi-currency analysis and multi-currency trading has been of interest to people. The opportunity to implement a full fledged multi-currency regime became possible only with the public release of MetaTrader 5 and the MQL5 programming language. In this article we propose a way to analyze and process all incoming ticks for several symbols. As an illustration, let's consider a multi-currency RSI indicator of the USDx dollar index.

Author: Константин

 
Hats off, gentlemen :) A true masterpiece. Simple yet elegant and powerful solution. Thanks a million, Konstantin, and congratulations :-)
 
For some reason, I still get different results when testing multi-currency EA on different currency pairs, even using the method shown in this article.
 

Thanks for this huge article. I haven't heard so far of EventChartCustom. I was trying other chart events but they only took into account events caused by human action. It solves many things.

By the way, I work on MQL4, it was at 98% the same thing.

Cheers

 

Thank you so much for this, it's so useful. Great job!

 
As mentioned, this doesn't works on backtest (sadly) hopefully we'll have a better method to get ticks from other symbols in a near future :)