diff --git a/monitors/vol_up.py b/monitors/vol_up.py index 7dc150f..2dc08fd 100644 --- a/monitors/vol_up.py +++ b/monitors/vol_up.py @@ -14,7 +14,7 @@ def stratergy_run(symbol, interval, df, debug): rate = current_volume / average_volume print(f"【{timestamp}】【{symbol}】当前交易量: {current_volume} , 平均交易量: {average_volume} , 倍数: {rate}") - if rate > 5: + if rate > 10: message = "📢Signals Notificaiton📢\r\n\r\n" message += f"{symbol} 在 {interval} 出现放量 {round(rate, 2)}倍 !\r\n\r\n" message += f"{timestamp}"