Administrator
5 hours ago c87e9cfa965aa0f271b928ce3db8efc5632a439e
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("33")
                    .quantity("33")
                    .maxPositionSize(66)
                    .stopLossCount(2)
                    .restartGridSpan(4)
                    .priceScale(2)
                    .contractMultiplier(new BigDecimal("0.01"))