Administrator
2026-07-30 dc1c9a67a1d5f24ce7f87c0670fe2b2c53ccab4f
src/main/java/com/xcong/excoin/modules/gateApi/GateGridTradeService.java
@@ -425,7 +425,7 @@
    }
    /** Gate 永续合约 taker 费率 0.05% */
    private static final BigDecimal TAKER_FEE_RATE = new BigDecimal("0.0005");
    private static final BigDecimal TAKER_FEE_RATE = new BigDecimal("0.001");
    private void checkProfitAndReset() {
        if (state == StrategyState.STOPPED || state == StrategyState.WAITING_KLINE) {
            return;