回滚process_only_new_candles修改,恢复为True

This commit is contained in:
zhangkun9038@dingtalk.com 2026-02-26 04:08:19 +08:00
parent 5959800e51
commit 768a33dbeb

View File

@ -29,7 +29,7 @@ class FreqaiPrimer(IStrategy):
use_custom_roi = True
# FreqAI 要求
process_only_new_candles = False
process_only_new_candles = True
stoploss = -0.15 # 固定止损 -15% (大幅放宽止损以承受更大波动)
trailing_stop = True