Page 1 of 1

Live data export to .CSV

PostPosted: Wed Nov 28, 2018 11:38 am
by JuliaS
LiveChartDataExport.py sample script is available at github.
This sample script shows how to exports instrument historical prices to CSV file and continue to build live quotes. It can perform live price history export for multiple instruments and timeframe combinations at the same time.

The sample script uses an XML configuration file specifying all parameters to be used by the script, such as time zone, instruments, timeframes, number of exported bars, headers, etc.
See sample of the configuration file and readme for the script at github.