Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Scripts

simple csv2fxt - script for MetaTrader 4

Views:
24451
Rating:
(15)
Published:
2006.07.21 17:22
Updated:
2014.04.21 14:53
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

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.

Translated from Russian by MetaQuotes Ltd.
Original code: 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.