This commit is contained in:
aaron 2024-11-14 14:30:29 +08:00
parent 09e524fd18
commit 1d0e259a3d

View File

@ -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}"