change epochs

This commit is contained in:
zhangkun9038@dingtalk.com 2025-12-09 14:18:57 +08:00
parent 7abdcb2d55
commit d13e7cb1ab

View File

@ -83,7 +83,7 @@ class FreqaiPrimer(IStrategy):
# [propertiesGrp_List]
# [propertiesGrp step="1" name="第一轮优化" space="buy" epochs="50" description="入场基础条件优化,入场确认条件优化"]
# [propertiesGrp step="1" name="第一轮优化" space="buy" epochs="250" description="入场基础条件优化,入场确认条件优化"]
bb_length=IntParameter(20, 60, optimize=True, load=True, default=50, space='buy') # [PARAM]
bb_lower_deviation=DecimalParameter(0.92, 1.15, decimals=3, optimize=True, load=True, default=1.132, space='buy') # [PARAM]
bb_std=DecimalParameter(2, 6, decimals=2, optimize=True, load=True, default=5.47, space='buy') # [PARAM]
@ -113,7 +113,7 @@ class FreqaiPrimer(IStrategy):
max_entry_adjustments=IntParameter(2, 7, optimize=True, load=True, default=6, space='buy') # [PARAM]
# [/propertiesGrp]
# [propertiesGrp step="4" name="第四轮优化 - 出场与分级止盈" epochs="250" space="sell" description="出场条件与分级止盈,减仓与风险管理"]
# [propertiesGrp step="4" name="第四轮优化 - 出场与分级止盈" epochs="350" space="sell" description="出场条件与分级止盈,减仓与风险管理"]
exit_bb_upper_deviation=DecimalParameter(0.9, 1.15, decimals=3, optimize=True, load=True, default=0.901, space='sell') # [PARAM]
exit_profit_tier1=DecimalParameter(0.03, 0.12, decimals=3, optimize=True, load=True, default=0.085, space='sell') # [PARAM]
exit_profit_tier2=DecimalParameter(0.08, 0.2, decimals=3, optimize=True, load=True, default=0.133, space='sell') # [PARAM]