Administrator
4 days ago 3022a8b3326135dd42abbba234673c5d11631b6f
feat(gateApi): 更新Gate WebSocket客户端管理器配置参数

- 将杠杆倍数从30调整为100
- 将网格费率从0.001调整为0.002
1 files modified
2 ■■■ changed files
src/main/java/com/xcong/excoin/modules/gateApi/GateWebSocketClientManager.java 2 ●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/gateApi/GateWebSocketClientManager.java
@@ -59,7 +59,7 @@
                    .overallTp(new BigDecimal("0.5"))
                    .maxLoss(new BigDecimal("7.5"))
                    .quantity("1")
                    .contractMultiplier(new BigDecimal("0.001"))
                    .contractMultiplier(new BigDecimal("0.01"))
                    .unrealizedPnlPriceMode(GateConfig.PnLPriceMode.LAST_PRICE)
                    .isProduction(false)
                    .reopenMaxRetries(3)