chore(config): 调整回测起始日期为2020-01-01
配合Mode B(指数信号+ETF收益)回测需求,缩短回测区间以提高ETF数据可用性
This commit is contained in:
@@ -104,7 +104,7 @@ benchmark:
|
||||
name: "沪深300"
|
||||
|
||||
# ==================== 回测参数 ====================
|
||||
start_date: "2002-01-01"
|
||||
start_date: "2020-01-01"
|
||||
|
||||
# ==================== 因子参数 ====================
|
||||
# 动量/趋势窗口期(天数)
|
||||
|
||||
Reference in New Issue
Block a user