mirror of
https://github.com/discountry/ritmex-bot.git
synced 2026-09-09 08:18:07 +00:00
feat: 更新网格引擎,修复订单处理逻辑中的布尔参数,确保正确的撤单处理
This commit is contained in:
@@ -444,7 +444,7 @@ export class GridEngine {
|
||||
side,
|
||||
amount,
|
||||
this.log,
|
||||
true,
|
||||
false,
|
||||
undefined,
|
||||
{ qtyStep: this.config.qtyStep }
|
||||
);
|
||||
@@ -1136,7 +1136,7 @@ export class GridEngine {
|
||||
priceStr,
|
||||
Math.abs(qty),
|
||||
this.log,
|
||||
true,
|
||||
false,
|
||||
undefined,
|
||||
{ priceTick: this.config.priceTick, qtyStep: this.config.qtyStep }
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user