Files
Place-Order-Trading-Bot/telegram_config_template.json
T

13 lines
292 B
JSON
Raw Normal View History

{
"bot_token": "YOUR_BOT_TOKEN_HERE",
"chat_id": "YOUR_CHAT_ID_HERE",
"notifications": {
"trade_entry": true,
"trade_exit": true,
"daily_report": true,
"weekly_report": true,
"error_alerts": true
},
"daily_report_time": "22:00",
"weekly_report_day": "Sunday"
}