请观看如何免费下载自动交易
请在Twitter上找到我们!
加入我们粉丝页
有趣的脚本?
因此发布一个链接 -
让其他人评价
喜欢这个脚本? 在MetaTrader 5客户端尝试它
脚本

simple csv2fxt - MetaTrader 4脚本

显示:
3920
等级:
(15)
已发布:
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

FXTHeader FXTHeader

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

Fisher org v1 Fisher org v1

Fisher_org_v1 Indicator.

FXTticksCollector FXTticksCollector

Tick Collector in the FXT File

StringArraySuite.mqh StringArraySuite.mqh

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