Originally Posted By: michas
I was wondering if anybody does have the code at hand to read in a .csv file with historic price data and save it as a .bar file?

The records in the csv-file are stored in the format: time, open, high, low, close
(i.e. "31/12/12 00:00, 1.32205, 1.32341, 1.32157, 1.32278")


There is now, michas, find it in this topic: http://www.opserver.de/ubb7/ubbthreads.php?ubb=showflat&Number=435238#Post435238

By adapting sscanf format a bit, you should be able to import virtually any csv format and produce a bar file.