Administrator
4 hours ago fc520350ea51d8ef8ed96af39b5a3a67632a98f9
feat(gateApi): 添加止损计数配置选项

- 在网格交易配置中增加 stopLossCount 参数设置
- 将止损计数默认值设为 5 以优化风险管理
1 files modified
1 ■■■■ changed files
src/main/java/com/xcong/excoin/modules/gateApi/GateWebSocketClientManager.java 1 ●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/gateApi/GateWebSocketClientManager.java
@@ -70,6 +70,7 @@
                    .baseQuantity("1")
                    .quantity("1")
                    .restartGridSpan(10)
                    .stopLossCount(2)
                    .maxPositionSize(2)
                    .priceScale(2)
                    .contractMultiplier(new BigDecimal("0.01"))