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
14 stars 5 forks source link

--major-scale doesn't support "Tick" #36

Open irfabid opened 8 months ago

irfabid commented 8 months ago

Smallest scale supported by --major-scale is "Second" which is not same as tick. The readme file mentions it is possible to specify "Tick" as major scale.

tomas-rampas commented 6 months ago

This is a mistake in the documentation. Tick, as major scale, does not make sense because tick data is stored implicitly during data fetching from Dukascopy servers, so it does not need to be listed in the major scale enumeration. I'm going to improve the docs. Cheers for pointing this out.