From 959b13e2af6e12d0df4d0d8e0428f3020fb90904 Mon Sep 17 00:00:00 2001 From: aaron <> Date: Sat, 30 Nov 2024 22:11:48 +0800 Subject: [PATCH] no message --- monitors/vol_up.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/monitors/vol_up.py b/monitors/vol_up.py index d5ee714..f96b94e 100644 --- a/monitors/vol_up.py +++ b/monitors/vol_up.py @@ -15,11 +15,6 @@ def stratergy_run(symbol, interval, df, debug): rate = current_volume / average_volume rate_limit = 10 - if interval == '15m': - rate_limit = 5 - if interval == '1h': - rate_limit = 3 - if rate > rate_limit: message = "📢Signals Notificaiton📢\r\n\r\n" message += f"{symbol} 在 {interval} 出现放量 {round(rate, 2)}倍 !\r\n\r\n"