This commit is contained in:
aaron 2024-06-06 21:13:58 +08:00
parent 7b1a20567f
commit 6decd1b4db

View File

@ -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)