chore: 移除 Maker 策略中的价格追逐阈值配置,简化订单计划逻辑

This commit is contained in:
discountry
2025-10-03 01:13:06 +08:00
parent 56bcaddb22
commit 9124c06315
6 changed files with 4 additions and 11 deletions
-1
View File
@@ -31,7 +31,6 @@ MAX_CLOSE_SLIPPAGE_PCT=0.05 # Max allowed deviation vs mark when clo
# Maker-only settings
MAKER_LOSS_LIMIT=0.03 # Maker loss cap (USDT). Defaults to LOSS_LIMIT if unset
MAKER_PRICE_CHASE=0.3 # Price chase threshold (USDT)
MAKER_BID_OFFSET=0 # Bid quote offset from top bid (USDT)
MAKER_ASK_OFFSET=0 # Ask quote offset from top ask (USDT)
MAKER_REFRESH_INTERVAL_MS=1500 # Maker refresh cadence (ms)