From 5f9788ba9038f0e095be929e47cd83723fc33ee1 Mon Sep 17 00:00:00 2001 From: aaron <> Date: Thu, 14 Nov 2024 15:28:48 +0800 Subject: [PATCH] 1 --- monitors/vol_up.py | 1 - 1 file changed, 1 deletion(-) diff --git a/monitors/vol_up.py b/monitors/vol_up.py index 2dc08fd..da89ecf 100644 --- a/monitors/vol_up.py +++ b/monitors/vol_up.py @@ -12,7 +12,6 @@ def stratergy_run(symbol, interval, df, debug): timestamp = df['timestamp'].iloc[-1] rate = current_volume / average_volume - print(f"【{timestamp}】【{symbol}】当前交易量: {current_volume} , 平均交易量: {average_volume} , 倍数: {rate}") if rate > 10: message = "📢Signals Notificaiton📢\r\n\r\n"