You can use it to compress 1 min OHLC to enriched daily bars (With high time, low time, highs and lows by hours, high and low with excluded first candle). Works only for US stocks.
SOURCE_FOLDER
: path to folder with 1 minutes bars. It should have 1 file for each stock. File format: 'Datetime (YYYYmmddHHMMSS)', 'Open', 'High', 'Low', 'Close', 'Volume' - comma separated, one ohlc per line. Check example ontest_files
folderDEST_FOLDER
: path where you want store created daily quotesFILE_MASK
- use only this files extension from
Compile as folder and run :)