Telegram Signal Binance Auto Trader

Замовник: AI | Опубліковано: 21.10.2025

I need a straightforward bot that listens to specific Telegram channels, identifies Buy or Sell messages, and immediately mirrors those instructions as spot orders on my Binance account through the official API. Speed and reliability matter far more than fancy dashboards; if a signal drops, the order should be placed within seconds and then logged so I can review what happened later. Here’s the workflow I have in mind: • Telegram message arrives → bot parses the text for the trading pair, side (BUY/SELL), and optionally quantity or “all in” shorthand. • The same data is sent to Binance Spot, creating or closing a position as directed. • Every action—successful trade, rejection, or API error—gets written to a simple log file (CSV or SQLite is fine). • A small config file lets me map Telegram keywords to trading pairs, set default position sizes, and toggle testnet vs. live trading. Acceptance criteria • Bot runs on a headless VPS (Ubuntu) with no manual intervention after startup. • Telegram listener stays connected 24/7 and reconnects automatically if the connection drops. • All detected Buy/Sell messages trigger the correct spot order on Binance with accurate pair, quantity and order type (market by default). • Clear README covering environment setup, API key placement, and command-line options. Python, Node, or Go are all acceptable—use whichever you’re fastest with, as long as the final code is clean, commented, and ready for me to run.