We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
5.3.10
Python 3.11.4
Windows 11专业版
策略回测结束后,显示的结果出现错位 config配置如下: config = { "base" : { 'data_bundle_path': 'H:/rqalpha_test/bundle', "start_date" : "2023-1-01", "end_date" : "2024-11-28", "accounts" : { "stock": 1000000 } }, "extra": { "log_level": "Info", }, "mod" : { "akshare_data_mod": { "enabled": True, "lib": "akshare_data_mod" }, "sys_analyser": { "benchmark": "000300.XSHG", "enabled": True, "plot" : True } } }
显示界面如下:
The text was updated successfully, but these errors were encountered:
Cuizi7
No branches or pull requests
1. RQAlpha的版本
5.3.10
2. Python的版本
Python 3.11.4
3. 是Windows/Linux/MacOS or others?
Windows 11专业版
4. 您出现问题对应的源码/或者能复现问题的简易代码 以及对应的配置
策略回测结束后,显示的结果出现错位
config配置如下:
config = {
"base" : {
'data_bundle_path': 'H:/rqalpha_test/bundle',
"start_date" : "2023-1-01",
"end_date" : "2024-11-28",
"accounts" : {
"stock": 1000000
}
},
"extra": {
"log_level": "Info",
},
"mod" : {
"akshare_data_mod": {
"enabled": True,
"lib": "akshare_data_mod"
},
"sys_analyser": {
"benchmark": "000300.XSHG",
"enabled": True,
"plot" : True
}
}
}
显示界面如下:
5. 您出现的错误堆栈日志信息
The text was updated successfully, but these errors were encountered: