回滚process_only_new_candles修改,恢复为True
This commit is contained in:
parent
5959800e51
commit
768a33dbeb
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user