mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-14 00:06:58 +08:00
fix market
This commit is contained in:
@@ -31,7 +31,7 @@ class HighfreqWorkflow(object):
|
|||||||
|
|
||||||
SPEC_CONF = {"custom_ops": [DayLast, FFillNan, BFillNan, Date, Select, IsNull, Cut], "expression_cache": None}
|
SPEC_CONF = {"custom_ops": [DayLast, FFillNan, BFillNan, Date, Select, IsNull, Cut], "expression_cache": None}
|
||||||
|
|
||||||
MARKET = ["SH600004"]
|
MARKET = "all"
|
||||||
BENCHMARK = "SH000300"
|
BENCHMARK = "SH000300"
|
||||||
|
|
||||||
start_time = "2020-09-15 00:00:00"
|
start_time = "2020-09-15 00:00:00"
|
||||||
|
|||||||
Reference in New Issue
Block a user