This commit is contained in:
aaron 2024-11-14 14:13:06 +08:00
parent e7ccad634c
commit 09e524fd18

View File

@ -16,7 +16,7 @@ def stratergy_run(symbol, interval, df, debug):
if rate > 5: if rate > 5:
message = "📢Signals Notificaiton📢\r\n\r\n" message = "📢Signals Notificaiton📢\r\n\r\n"
message += f"{symbol}{interval} 出现放量\r\n\r\n" message += f"{symbol}{interval} 出现放量 {round(rate, 2)}\r\n\r\n"
message += f"{timestamp}" message += f"{timestamp}"
if debug == False: if debug == False: