From a37c520150f077649f7d8b314a517f09956ffae9 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Thu, 13 Aug 2026 18:00:01 +0800
Subject: [PATCH] fix(gateApi): 修正默认价格精度配置
---
config/gate-config-7332fa3f94276d3dcc44fcd3bfff2379.json | 28 ++++++++++++++++++++++++++++
1 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/config/gate-config-7332fa3f94276d3dcc44fcd3bfff2379.json b/config/gate-config-7332fa3f94276d3dcc44fcd3bfff2379.json
new file mode 100644
index 0000000..34db0fd
--- /dev/null
+++ b/config/gate-config-7332fa3f94276d3dcc44fcd3bfff2379.json
@@ -0,0 +1,28 @@
+{
+ "apiKey" : null,
+ "contract" : null,
+ "leverage" : null,
+ "marginMode" : null,
+ "positionMode" : null,
+ "gridRate" : 0.005,
+ "expectedProfit" : 0.15,
+ "maxLoss" : 1.5,
+ "baseQuantity" : "2",
+ "quantity" : "2",
+ "maxPositionSize" : 8,
+ "stopLossCount" : 0,
+ "takeProfitGridSpan" : 2,
+ "restartGridSpan" : 0,
+ "priceScale" : 0,
+ "contractMultiplier" : null,
+ "unrealizedPnlPriceMode" : null,
+ "priceDriveEnabled" : true,
+ "rounds" : 0,
+ "stopLossCountMode" : "dual",
+ "addPositionInterval" : 3,
+ "addPositionQuantity" : 1,
+ "maxPositionPerSide" : 0,
+ "addPositionStartThreshold" : 1,
+ "placeExcessTakeProfit" : false,
+ "production" : false
+}
\ No newline at end of file
--
Gitblit v1.9.1