Administrator
2026-07-22 41a5fb0132bc25c40ede9e13686706ccb0fbb250
src/main/java/com/xcong/excoin/modules/gateApi/GateGridTradeService.java
@@ -403,6 +403,7 @@
        executor.submitTask(this::checkProfitAndReset);
        if (state == StrategyState.ACTIVE &&
                config.isPriceDriveEnabled() &&
                longActive == false &&
                    longPositionSize.compareTo(BigDecimal.ZERO) == 0){
            processShortGrid(closePrice);
@@ -410,6 +411,7 @@
        if (state == StrategyState.ACTIVE &&
                config.isPriceDriveEnabled() &&
                shortActive == false &&
                        shortPositionSize.compareTo(BigDecimal.ZERO) == 0){
            processLongGrid(closePrice);