Administrator
yesterday f3d8784b04b688becf609972dabe6d9837f52427
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;