1
This commit is contained in:
parent
1d0e259a3d
commit
5f9788ba90
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user