Commit Graph

7 Commits

Author SHA1 Message Date
mindesbunister
1da5db5e75 fix: use template literals for proper line breaks in n8n message 2025-10-27 01:19:34 +01:00
mindesbunister
b82ceb49a4 feat: add position size and leverage to Telegram confirmation message 2025-10-27 01:06:51 +01:00
mindesbunister
428b3dc078 feat: add entry, TP1, TP2, and SL prices to Telegram confirmation 2025-10-27 00:44:44 +01:00
mindesbunister
e8fe757edb fix: use template literals for Telegram message formatting 2025-10-27 00:40:50 +01:00
mindesbunister
d78b5423a1 fix: increase trade execution timeout from 30s to 120s 2025-10-27 00:32:06 +01:00
mindesbunister
80f16015f6 fix: use proper n8n expression syntax for Telegram message 2025-10-27 00:25:19 +01:00
mindesbunister
3e2cf2eec2 feat: add Telegram bot for manual trade commands
- Added telegram_command_bot.py with slash commands (/buySOL, /sellBTC, etc)
- Docker compose setup with DNS configuration
- Sends trades as plain text to n8n webhook (same format as TradingView)
- Improved Telegram success message formatting
- Only responds to authorized chat ID (579304651)
- Commands: /buySOL, /sellSOL, /buyBTC, /sellBTC, /buyETH, /sellETH
2025-10-27 00:23:09 +01:00