# Functions
No description provided by the author
NewTimeframe create an new timeframe.
ParseTimeframe from input string
.
# Constants
"https://datafeed.dukascopy.com/datafeed/{currency}/{year}/{month:02d}/{day:02d}/{hour:02d}h_ticks.bi5".
# Variables
No description provided by the author
# Structs
No description provided by the author
Timeframe wrapper of tick data in timeframe like: M1, M5, M15, M30, H1, H4, D1, W1, MN
.
# Interfaces
Converter convert raw tick data into different file format such as fxt, hst, csv.
Downloader interface...
Parser interface used to parse data.
Saver interface used to save data.