거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
라이브러리

Developing a multi-currency Expert Advisor — source codes from a series of articles - MetaTrader 5용 라이브러리

조회수:
1425
평가:
(4)
게시됨:
2024.02.25 14:09
업데이트됨:
2024.03.02 10:42
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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.