Questions tagged [bi5]
3 questions
11
votes
5 answers
Decompress and read Dukascopy .bi5 tick files
I need to open a .bi5 file and read the contents to cut a long story short. The problem: I have tens of thousands of .bi5 files containing time-series data that I need to decompress and process (read, dump into pandas).
I ended up installing Python…

ajsp
- 2,512
- 22
- 34
0
votes
1 answer
lzma totalread is greater than header uncompressed size by 1
I am trying to decompress files with lzma using easylzma library,some files work good but random files does not decompress.
after some debugging i found that totalread number is greater by 1 than header uncompressedSize ,also the header isstreamed…

ahmed allam
- 377
- 2
- 15
0
votes
1 answer
read Dukascopy .bi5 ohlc tick files
I want to decode and read .bi5 file which is downloaded from the Dukascopy website.
I am aware of this question but unfortunately the suggested python code no longer produces valid output because the data file itself has been changed. This is the…

wiki
- 1,877
- 2
- 31
- 47