新建回测系统,并提交
This commit is contained in:
7
benchmark/__init__.py
Normal file
7
benchmark/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
"""基准模块。
|
||||
|
||||
提供基准指数(如上证指数)的收益率计算功能,用于与策略收益进行对比。
|
||||
"""
|
||||
from benchmark.benchmark_loader import load_benchmark, calc_benchmark_return
|
||||
|
||||
__all__ = ["load_benchmark", "calc_benchmark_return"]
|
||||
Reference in New Issue
Block a user