Files
2017-02-26 04:11:45 -08:00

21 lines
816 B
JSON

{
//-------------------------------------------
// Configuration for the Coarse Universe Generator
//-------------------------------------------
// Start date for building coarse data in yyyymmdd format
// Continue from the last calculated date if set to null
"coarse-universe-generator-start-date": "20000101",
"data-directory": "../../../Data",
// set to true to keep the process running and each day
// at the specified update-time-of-day it will wake up
// and perform the update
"update-mode": false,
"update-time-of-day": "5:00",
// QuantQuote data without map files is good filter for non-tradable or test symbols.
// defaults to false here for open source users who have their own data, and no specific map files.
"ignore-mapless": "false"
}