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);