1
This commit is contained in:
parent
e7ccad634c
commit
09e524fd18
@ -16,7 +16,7 @@ def stratergy_run(symbol, interval, df, debug):
|
||||
|
||||
if rate > 5:
|
||||
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}"
|
||||
|
||||
if debug == False:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user