1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-05 12:00:58 +08:00

Modify data path

This commit is contained in:
Huoran Li
2022-07-25 15:50:46 +08:00
parent 00def78e7a
commit 0536672ae6

View File

@@ -45,9 +45,9 @@ def get_simulator(order: Order) -> SingleAssetQlibSimulator:
# fmt: off
qlib_config = {
"provider_uri_day": Path("C:/workspace/NeuTrader/data_sample/cn/qlib_amc_1d"),
"provider_uri_1min": Path("C:/workspace/NeuTrader/data_sample/cn/qlib_amc_1min"),
"feature_root_dir": Path("C:/workspace/NeuTrader/data_sample/cn/qlib_amc_handler_stock"),
"provider_uri_day": Path("./data/cn/qlib_amc_1d"),
"provider_uri_1min": Path("./data/cn/qlib_amc_1min"),
"feature_root_dir": Path("./data/cn/qlib_amc_handler_stock"),
"feature_columns_today": [
"$open", "$high", "$low", "$close", "$vwap", "$bid", "$ask", "$volume",
"$bidV", "$bidV1", "$bidV3", "$bidV5", "$askV", "$askV1", "$askV3", "$askV5",