Bitcoin/Tether
Education

How to Send Alerts from Tradingview to Telegram (NEW)

139
【大眼玩交易】技巧分享

How to Send Alerts from Tradingview to Telegram (TV报警到Telegram)

特点:1、免费 2、无需第三方 3、设置简单

步骤:1、建立机器人和群组 2、获取bot-token 和 group-id 3、配置

查询接口:api.telegram.org/bot【BOT-TOKEN】/getUpdates

BOT TOKEN:#################
GROUP ID:????????????????????
接口:api.telegram.org/bot7764233911:AAGrttBjUDHTQy7YDx-hX1V3EEQWkyxG614/sendMessage

消息框格式:
{
"parse_mode": "Markdown",
"chat_id": "【GROUP ID】",
"text": "可编辑内容1 *可编辑内容2* | *{{ticker}}*_{{close}}_ | ( m_{{interval}}_)"

}


具体看视频,10分钟。
--------------------------------------------------------------------------------------------
Title: How to Send Alerts from TradingView to Telegram

Features:
1. Free of charge
2. No third-party services required
3. Simple setup

Steps:

1. Create a Bot and Group:
- Set up a Telegram bot and create a group where you want to receive alerts.

2. Obtain Bot Token and Group ID:
- Get your bot token from Telegram.
- Retrieve your group ID.

Use the following query to get updates:

api.telegram.org/bot[BOT-TOKEN]/getUpdates


- BOT TOKEN: #################
- GROUP ID: ????????????????????

3. Configuration:
- Use the following API URL to send messages:

api.telegram.org/bot7764233911:AAGrttBjUDHTQy7YDx-hX1V3EEQWkyxG614/sendMessage


- Alert Message Format:

{
"parse_mode": "Markdown",
"chat_id": "[GROUP ID]",
"text": "Editable content 1 *Editable content 2* | *{{ticker}}*_{{close}}_ | ( m_{{interval}}_)"
}


Please refer to the video for detailed instructions. It's just 10 minutes long.

Disclaimer

The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.