Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions docs/NOTIFICATION_TELEGRAM_CONFIG_CH.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# TELEGRAM通知配置

## 1.创建telegram机器人并且获取token
<img src="./screenshots/notification_telegram_token.png" alt="QuantDinger Dashboard" width="100%" style="border-radius: 10px; box-shadow: 0 4px 8px rgba(0,0,0,0.1);">

## 2.1 在策略中配置UserID
<img src="./screenshots/notification_telegram_userid.png" alt="QuantDinger Dashboard" width="100%" style="border-radius: 10px; box-shadow: 0 4px 8px rgba(0,0,0,0.1);">

## 2.2 UserID的获取
```aiignore
https://api.telegram.org/bot【你的哪个token】/getUpdates
```
UserID从这个链接获取,把你的token填进去,token格式是【123:abc】
![notification_telegram_userid_get.png](screenshots/notification_telegram_userid_get.png)
14 changes: 14 additions & 0 deletions docs/NOTIFICATION_TELEGRAM_CONFIG_EN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# TELEGRAM NOTIFICATION CONFIG

## 1.Create telegram Bot and get Bot token
<img src="./screenshots/notification_telegram_token.png" alt="QuantDinger Dashboard" width="100%" style="border-radius: 10px; box-shadow: 0 4px 8px rgba(0,0,0,0.1);">

## 2.1 configuration UserID in signal config
<img src="./screenshots/notification_telegram_userid.png" alt="QuantDinger Dashboard" width="100%" style="border-radius: 10px; box-shadow: 0 4px 8px rgba(0,0,0,0.1);">

## 2.2 UserID edit and get
```aiignore
https://api.telegram.org/bot【your bot token】/getUpdates
```
UserID from this url,replace your bot token,token like【123:abc】
![notification_telegram_userid_get.png](screenshots/notification_telegram_userid_get.png)
Binary file added docs/screenshots/notification_telegram_token.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/screenshots/notification_telegram_userid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.