放宽入场门槛
This commit is contained in:
parent
5ea63b154c
commit
a8784ac5ce
@ -57,8 +57,8 @@ class FreqaiPrimer(IStrategy):
|
||||
bb_length = 20
|
||||
bb_std = 2.0
|
||||
rsi_length = 14
|
||||
rsi_overbought = 58 # 收紧超买阈值到 60
|
||||
rsi_oversold = 39 # 放宽超卖阈值到 45
|
||||
rsi_overbought = 58 # 超买阈值
|
||||
rsi_oversold = 42 # 放宽超卖阈值,增加入场信号
|
||||
|
||||
# 剧烈拉升检测参数
|
||||
H1_MAX_CANDLES = 200 # 检查最近200根1h K线
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user