压低买价,太高卖价

This commit is contained in:
zhangkun9038@dingtalk.com 2025-06-01 13:14:12 +00:00
parent 4d6217997c
commit 4b57b8e281

View File

@ -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