-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
Description
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
}
}
}