Export Candle Data to CSV
- Utilitários
-
Ali Gokay Duman
Estudei programação de computadores na Ege University na Turquia / Izmir. Eu estou trabalhando uma fábrica de Especialista em TI desde 2004. Estou interessado em Java e Android, Mql5 e C + +, MsSql e MySql, programação Php. Gosto de jogos de computador, leio um romance policial, ando de bicicleta - Versão: 1.1
- Atualizado: 14 agosto 2021
This utility exports candle data which you chosed by input parameter to CSV file.
Time Frames: M1,M5,M15,M30,H1,H4
Inputs:
- StartTime: Start time for exporting data.
- EndTime: End time for exporting data.
- DataType: Close, Open, High, Low, Median(HL/2), Typical(HLC/3), Weighted(HLCC/4), Pip(H-L).
- DecimalSeperator: Decimal seperator for candle price data. (Default = ".")
- CSVDelimiter: Delimiter character for CSV file. (Default = ";")
* This utility exports candle data horizontally. That means, candles' time will be written in the column's title. And dates will be written in the first column's rows too. For more information, please see the screenshots.
* The CSV file generates in the MetaTrader Common Folder. You can see the full path of the file in the terminal's expert section. For more information, please see the screenshots.
