Lean
$LEAN_TAG$
|
Console application for converting a single day of Kaiko data into Lean data format for high resolutions (tick, second and minute) More...
Static Public Member Functions | |
static void | KaikoDataConverter (string sourceDirectory, string date, string exchange="") |
Kaiko data converter entry point. More... | |
Console application for converting a single day of Kaiko data into Lean data format for high resolutions (tick, second and minute)
Definition at line 31 of file KaikoDataConverterProgram.cs.
|
static |
Kaiko data converter entry point.
sourceDirectory | The source directory where all Kaiko zipped files are stored.. |
date | The date to process. |
exchange | The exchange to process, if not defined, all exchanges will be processed. |
ArgumentException | Source folder does not exists. |
This converter will process automatically data for every exchange and for both tick types if the raw data files are available in the sourceDirectory
Definition at line 41 of file KaikoDataConverterProgram.cs.