Multi-symbol balance graph in MetaTrader 5 ContentsIntroductionDeveloping the graphical interfaceMulti-symbol EA for testsWriting data to fileExtracting data from fileDisplaying data on the graphsDisplaying the obtained resultsMulti-symbol balance graph during trading and testsVisualizing reports from the Signals serviceConclusion
RSI Candles - indicator for MetaTrader 5 One possible way of normalizing prices into a known bound. This is a RSI of High, Low, Open and Close displayed as color candles in it's own sub-window. The interesting is that the prices are reflected in a very close manner to a known 0 to 100 range and that opens a lot of new possibilities.
The Implementation of a Multi-currency Mode in MetaTrader 5 Currently, there are a large number of developed multi-currency trading systems, indicators, and Expert Advisors. Nevertheless, the developers continue to face the specific problems of multi-currency systems development. With the release of the MetaTrader 5 client terminal and the MQL5 programming language, we gained a new opportunity to implement a full fledged ...
RSI Candles - Smoothed - indicator for MetaTrader 5 Combination of 4 RSI values (RSI of High, Low, Open and Close) displayed as candles. This version has additional option to enable prices pre-smoothing prior to be used in calculation, which makes it an RSI-of-MA combination. To avoid prices pre-smoothing, use smoothing period that is less than or equal to 1.
Creating a Multi-Currency Multi-System Expert Advisor Just imagine your a single EA trades simultaneously on several dozens of trading strategies, on all of the available instruments, and on all of the possible time frames! In addition, the EA is easily tested in the tester, and for all of the strategies, included in its composition, has one or several working systems of money management.So, here are the main tasks that we will need to ...