Administrator
4 days ago b28bce8cb2cc1635d680af94587b68f9c140cd00
fix(gateApi): 调整网格交易参数配置

- 将网格费率从 0.0025 调整为 0.0035
- 基础数量从 30 调整为 75
- 数量从 30 调整为 25
- 重启网格跨度从 10 调整为 8
1 files modified
8 ■■■■ changed files
src/main/java/com/xcong/excoin/modules/gateApi/GateWebSocketClientManager.java 8 ●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/gateApi/GateWebSocketClientManager.java
@@ -64,12 +64,12 @@
                    .leverage("100")
                    .marginMode("CROSS")
                    .positionMode("dual")
                    .gridRate(new BigDecimal("0.0025"))
                    .gridRate(new BigDecimal("0.0035"))
                    .expectedProfit(new BigDecimal("2.5"))
                    .maxLoss(new BigDecimal("1.5"))
                    .baseQuantity("30")
                    .quantity("30")
                    .restartGridSpan(10)
                    .baseQuantity("75")
                    .quantity("25")
                    .restartGridSpan(8)
                    .maxPositionSize(2)
                    .priceScale(2)
                    .contractMultiplier(new BigDecimal("0.01"))