统一timeframe配置:策略和配置文件都使用15m

This commit is contained in:
zhangkun9038@dingtalk.com 2026-02-24 11:57:12 +08:00
parent cc70bd18a0
commit 3adf844976

View File

@ -370,7 +370,7 @@ class FreqaiPrimer(IStrategy):
"""设置trailing_stop_positive的默认值"""
self._trailing_stop_positive_default = value
timeframe = "3m" # 主时间框架为 3 分钟
timeframe = "15m" # 主时间框架为 15 分钟
can_short = False # 禁用做空
# 自定义指标参数 - 使用Hyperopt可优化参数