mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-17 01:14:35 +08:00
Modify data path
This commit is contained in:
@@ -45,9 +45,9 @@ def get_simulator(order: Order) -> SingleAssetQlibSimulator:
|
|||||||
|
|
||||||
# fmt: off
|
# fmt: off
|
||||||
qlib_config = {
|
qlib_config = {
|
||||||
"provider_uri_day": Path("C:/workspace/NeuTrader/data_sample/cn/qlib_amc_1d"),
|
"provider_uri_day": Path("./data/cn/qlib_amc_1d"),
|
||||||
"provider_uri_1min": Path("C:/workspace/NeuTrader/data_sample/cn/qlib_amc_1min"),
|
"provider_uri_1min": Path("./data/cn/qlib_amc_1min"),
|
||||||
"feature_root_dir": Path("C:/workspace/NeuTrader/data_sample/cn/qlib_amc_handler_stock"),
|
"feature_root_dir": Path("./data/cn/qlib_amc_handler_stock"),
|
||||||
"feature_columns_today": [
|
"feature_columns_today": [
|
||||||
"$open", "$high", "$low", "$close", "$vwap", "$bid", "$ask", "$volume",
|
"$open", "$high", "$low", "$close", "$vwap", "$bid", "$ask", "$volume",
|
||||||
"$bidV", "$bidV1", "$bidV3", "$bidV5", "$askV", "$askV1", "$askV3", "$askV5",
|
"$bidV", "$bidV1", "$bidV3", "$bidV5", "$askV", "$askV1", "$askV3", "$askV5",
|
||||||
|
|||||||
Reference in New Issue
Block a user