统一timeframe配置:策略和配置文件都使用15m
This commit is contained in:
parent
cc70bd18a0
commit
3adf844976
@ -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可优化参数
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user