维护propertyGroup模版+1
This commit is contained in:
parent
297c575ff6
commit
37f5ea2df5
@ -106,7 +106,7 @@ class FreqaiPrimer(IStrategy):
|
||||
add_position_callback = DecimalParameter(0.03, 0.08, decimals=3, default=0.03, optimize=False, load=True, space='buy') # 加仓回调百分比
|
||||
adjust_multiplier = DecimalParameter(0.05, 0.6, decimals=2, default=0.59, optimize=False, load=True, space='buy') # 加仓金额分母
|
||||
|
||||
# [propertiesGrp id="4" name="第三轮优化" epochs="180" space="buy" description="新增:加仓精准度提升参数"]
|
||||
# [propertiesGrp id="4" name="第三轮优化" epochs="80" space="buy" description="新增:加仓精准度提升参数"]
|
||||
add_rsi_oversold_threshold = IntParameter(20, 35, default=25, optimize=True, load=True, space='buy') # RSI超卖阈值
|
||||
add_stochrsi_oversold = IntParameter(10, 25, default=15, optimize=True, load=True, space='buy') # StochRSI超卖阈值
|
||||
add_macd_cross_confirm = DecimalParameter(0.0, 0.01, decimals=4, default=0.002, optimize=True, load=True, space='buy') # MACD确认幅度
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user