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