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

Tick DDMMYYY #1

Closed simplevulnerabilitymanager closed 2 years ago

simplevulnerabilitymanager commented 2 years ago

Hello, Can you convert tick values (* .csv) to YYYY.MM.DD? image

tomas-rampas commented 2 years ago

Hi @simplevulnerabilitymanager, I agree, I'm gonna change the date format to what you've suggested as default, with an option to redefine the date format as a command line param.

tomas-rampas commented 2 years ago

I consolidated date format in Tick and Bar to be the same yyyy-MM-dd HH:mm:ss.fff (franctional second only applies for ticks)