mirror of
https://github.com/discountry/ritmex-bot.git
synced 2026-09-11 01:08:07 +00:00
feat: 添加最大平仓滑点配置,更新网格引擎状态持久化逻辑,优化订单管理和状态恢复功能
This commit is contained in:
@@ -145,6 +145,7 @@ describe("GridEngine", () => {
|
||||
restartTriggerPct: 0.01,
|
||||
autoRestart: true,
|
||||
gridMode: "geometric",
|
||||
maxCloseSlippagePct: 0.05,
|
||||
};
|
||||
|
||||
it("creates geometric desired orders when running in both directions", async () => {
|
||||
|
||||
Reference in New Issue
Block a user