This commit is contained in:
aaron 2024-11-14 15:28:48 +08:00
parent 1d0e259a3d
commit 5f9788ba90

View File

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