- 显示:
- 4309
- 等级:
- 已发布:
- 2006.07.21 17:22
- 已更新:
- 2014.04.21 14:56
-
需要基于此代码的EA交易或指标吗?请在自由职业者服务中订购 进入自由职业者服务
The script allows conversion CSV tick data into FXT data format. The corresponding HST file can be created at the same time. The file can be imported into the Client Terminal History Center.
The csv file record must be of the following format:
YYYY.MM.DD HH:MI:SS;1.2345
The FXTHeader must be preliminarily downloaded from the Libraries section.
由MetaQuotes Ltd译自俄语
原代码: https://www.mql5.com/ru/code/8658

Description of the FXT file header, functions of reading and writing of the header.

Fisher_org_v1 Indicator.

Tick Collector in the FXT File

Functions for handling two dimensional string arrays. Usefull for prototyping.