jul1278 / Tick2Candle

Command line app to convert tick data to OHLC candles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tick2Candle

Command line app to convert tick data to OHLC candles

Arguments

--t "path to tick file directory"
--o "path to candle output directory"
--ask col number
--bid col number
--time col number
--ua use ask
--ub use bid
--um use mid
--ph period hours
--ps period second

About

Command line app to convert tick data to OHLC candles


Languages

Language:C++ 96.8%Language:Shell 3.2%