From 86392fa6e18fa7dac20d3c03864cecf2abe4f7b3 Mon Sep 17 00:00:00 2001 From: Administrator <15274802129@163.com> Date: Fri, 08 May 2026 23:18:34 +0800 Subject: [PATCH] feat(gateApi): 添加网格交易价格队列日志输出功能 --- src/main/java/com/xcong/excoin/modules/gateApi/wsHandler/handler/CandlestickChannelHandler.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/xcong/excoin/modules/gateApi/wsHandler/handler/CandlestickChannelHandler.java b/src/main/java/com/xcong/excoin/modules/gateApi/wsHandler/handler/CandlestickChannelHandler.java index 614dc41..949f64e 100644 --- a/src/main/java/com/xcong/excoin/modules/gateApi/wsHandler/handler/CandlestickChannelHandler.java +++ b/src/main/java/com/xcong/excoin/modules/gateApi/wsHandler/handler/CandlestickChannelHandler.java @@ -20,8 +20,8 @@ * <pre> * WebSocket 推送 update event * → handleMessage() → 解析 OHLCV → log 打印 → gridTradeService.onKline(closePx) - * → 首次 K 线触发双开 - * → 后续 K 线仅缓存 lastKlinePrice 供补仓参考 + * → WAITING_KLINE: 首次 K 线触发基底双开 + * → ACTIVE: 驱动 processShortGrid + processLongGrid 网格触发 * </pre> * * <h3>订阅格式</h3> -- Gitblit v1.9.1