Skip to content

回测结果显示出现错乱 #877

@jskssp

Description

@jskssp

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
}
}
}

显示界面如下:
image

5. 您出现的错误堆栈日志信息

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions