Guarda come scaricare robot di trading gratuitamente
Ci trovi su Facebook!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Librerie

Developing a multi-currency Expert Advisor — source codes from a series of articles - libreria per MetaTrader 5

Visualizzazioni:
1485
Valutazioni:
(4)
Pubblicato:
2024.02.25 14:09
Aggiornato:
2024.03.02 10:42
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

This series of articles is in the process of being written. As we move forward, source codes from new articles will be added to this library.

It is recommended to review the code in the order of publication of articles in order to better monitor the development and changes made.

At this stage, the general scheme of the library looks like this:


An example of the test results for Expert Advisor from the article (Part 3):


 

A list of published articles with a detailed explanation of the development process:

The full code is located in the attached archive due to the large number of files. Unzip it into the Experts folder. The files inside are divided into folders related to individual articles. Code from all parts added in archive, but at present only Part 1 and Part 2 have translated comments.

The two visible source code files are not used, they are only needed for publication.

    TimeGMT library for the strategy tester TimeGMT library for the strategy tester

    Static class to fix the TimeGMT() function during testing in the strategy tester.

    Historex: export the history of rates and ticks to CSV-files Historex: export the history of rates and ticks to CSV-files

    This is a script to export rates and ticks of current chart's symbol into CSV-files compatible with MT5's export/import format.