From 392a6ba0f6c98b4a8b5398b4b75ad909f9bcf67c Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Mon, 24 Aug 2026 14:16:56 +0800
Subject: [PATCH] fix(gate): 修复心跳调度器中服务器端口获取问题
---
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