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"