TradingView-Webhook-Bot/config.py

12 wiersze
453 B
Python
Czysty Zwykły widok Historia

2020-04-21 17:43:52 +00:00
# Alert message in TradingView ex. https://i.imgur.com/RFkuf1d.png
2020-04-21 14:29:00 +00:00
Buy_Alert = 'Buy Alert!'
Sell_Alert = 'Sell Alert!'
# Telegram Settings
send_telegram_alerts = True
tg_token = '' # Bot token. Get it from @Botfather
channel = # Channel ID ex. -1001487568087
# Discord Settings
send_discord_alerts = True
discord_webhook = '' # Discord Webhook URL (https://support.discordapp.com/hc/de/articles/228383668-Webhooks-verwenden)