tomas-rampas / Dukas.Net

Download, convert and export Dukascopy tick data. Package converts tick data from proprietary Bi5 format to standard CSV file with raw tick data or OHLCV data resampled to custom time frame resolution.
MIT License
15 stars 5 forks source link

The gzip switch is not processed #4

Closed tomas-rampas closed 1 year ago

tomas-rampas commented 1 year ago

The gzip command line switch is not being passed to the OHLC file writer, and so it gzipped result regardless of the switch presence on the command line.

tomas-rampas commented 1 year ago

Fixed in commit #81bf531