femtotrader / DukascopyTicksReader.jl

A Julia library to download tick data from Dukascopy https://www.dukascopy.com/swiss/english/marketwatch/historical/
Other
5 stars 4 forks source link

Return a named tuple iterator #16

Closed femtotrader closed 7 years ago

femtotrader commented 7 years ago

should help to provide several kind of output (DataFrame, Temporal #12 , ...) thanks to https://github.com/davidanthoff/IterableTables.jl

femtotrader commented 7 years ago

Duplicate of #8