压低买价,太高卖价
This commit is contained in:
parent
4d6217997c
commit
4b57b8e281
@ -360,7 +360,7 @@ class FreqaiPrimer(IStrategy):
|
||||
return False
|
||||
|
||||
# 调整买入价格:比当前报价低 0.5%
|
||||
adjusted_rate = rate * (1 - 0.005)
|
||||
adjusted_rate = rate * (1 - 0.0025)
|
||||
logger.debug(f"[{pair}] 原始买入价:{rate:.6f},调整后买入价:{adjusted_rate:.6f}")
|
||||
|
||||
self.trailing_stop_enabled = False
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user