mirror of
https://github.com/discountry/ritmex-bot.git
synced 2026-09-09 08:18:07 +00:00
chore: 移除 Maker 策略中的价格追逐阈值配置,简化订单计划逻辑
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user