mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-13 15:56:57 +08:00
move backtest to core, fix calendar bugs, add some docstring
This commit is contained in:
@@ -149,9 +149,9 @@ _default_config = {
|
||||
"task_db_name": "default_task_db",
|
||||
},
|
||||
# Shift minute for highfreq minite data, used in backtest
|
||||
# if min_data_shift == 0, use default market time [9:30, 11:29, 1:30, 2:59]
|
||||
# if min_data_shift != 0, use shifted market time [9:30, 11:29, 1:30, 2:59] - shift*minute
|
||||
"min_data_shift": {0},
|
||||
# if min_data_shift == 0, use default market time [9:30, 11:29, 1:00, 2:59]
|
||||
# if min_data_shift != 0, use shifted market time [9:30, 11:29, 1:00, 2:59] - shift*minute
|
||||
"min_data_shift": 0,
|
||||
}
|
||||
|
||||
MODE_CONF = {
|
||||
|
||||
Reference in New Issue
Block a user