Reply

additional csv-data formate for mql5?

1 replies

gooly

Subscriber, bbp_participant, community, 6 replies.

Visit profile

6 years ago #197580

Hi,
MT5 now allows to to create Custom Symbols!

And one can use one’s own tick data but they have to have a slightly different data formate:
<DATE> <TIME> <BID> <ASK> <LAST> <VOLUME>
2017.07.03 00:03:47.212 1.14175 1.14210 0.00000 0
2017.07.03 00:03:47.212 1.14168 1.14206 0.00000 0
2017.07.03 00:03:47.717 1.14175 1.14206 0.00000 0
2017.07.03 00:03:54.241 1.14175 1.14205 0.00000 0
2017.07.03 00:03:57.982 1.14165 1.14201 0.00000 0
2017.07.03 00:04:07.795 1.14175 1.14201 0.00000 0
2017.07.03 00:04:55.432 1.14164 1.14200 0.00000 0
2017.07.03 00:14:33.743 1.14173 1.14203 0.00000 0
2017.07.03 00:14:33.743 1.14173 1.14201 0.00000 0
2017.07.03 00:16:44.901 1.14174 1.14195 0.00000 0

And tick data are organised in monthly csv-files while the csv-files based on bars 1 min or higher in yearly files.
Form (here:

Tester/Bases ->

+—history
| \—EURUSD
| 2016.hcs 1.932.297 bytes
| 2017.hcs 1.121.033 bytes
|
\—ticks
\—EURUSD
201701.tkc 12.426.207 bytes
201702.tkc 9.514.406 bytes
201703.tkc 10.556.968 bytes
201704.tkc 6.816.280 bytes
201705.tkc 8.093.303 bytes
201706.tkc 8.080.273 bytes
201707.tkc 7.429.441 bytes

It would be nice if the TickDownloader would be able to offer theses two options fo the csv-export as well!!
Thanks in advance,
Calli

0

tomas262

Administrator, sq-ultimate, 2 replies.

Visit profile

6 years ago #197618

Hello,

ok, thanks, will forward this to developers to consider for a TickDownloader update

0

Viewing 1 replies (of 1 total)