1
This commit is contained in:
parent
7b1a20567f
commit
6decd1b4db
@ -92,6 +92,7 @@ def check_signal(symbol, interval,df):
|
||||
direction = '多'
|
||||
|
||||
message = f"⭐️信号提醒⭐️\r\n\r\n品种: {symbol}\r\n周期: {interval}\r\n信号: {direction}\r\n当前价格:{latest['open']}\r\n\r\n{latest['timestamp']}"
|
||||
print(f"{symbol} - {interval} is checked!")
|
||||
if direction != "":
|
||||
telegram_sender.send_message(setting.chat_id, message)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user