1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-07 04:50:56 +08:00

QLibDataHandlerClose is renamed to Alpha158

This commit is contained in:
zhupr
2020-09-28 15:29:04 +08:00
committed by you-n-g
parent 3c9f3acf79
commit 8d76a99ee0
11 changed files with 20 additions and 20 deletions

View File

@@ -25,7 +25,7 @@ QLIB_DIR.mkdir(exist_ok=True, parents=True)
class TestDumpData(unittest.TestCase):
FIELDS = "open,close,high,low,volume,factor,change".split(",")
FIELDS = "open,close,high,low,volume".split(",")
QLIB_FIELDS = list(map(lambda x: f"${x}", FIELDS))
DUMP_DATA = None
STOCK_NAMES = None