The AutoTrade Bot Project is a powerful bot designed to automate cryptocurrency trading based on signals from "Predictum" Telegram signals channel.
Connect the bot seamlessly to your Binance exchange account and enjoy automatic responses to new crypto signal messages in your designated Telegram channel.
Upon detecting a new signal, the bot intelligently analyzes the message, extracting vital details such as entry price, symbol name, order type (short or long), stop-loss price, and three take-profit levels.
All trades are securely stored in a database file, providing a comprehensive overview of your trading activities. Monitor order statuses, including filled orders, take profit levels 1/2/3, and stop-loss positions.
Stay informed in real-time about open positions and receive alerts when a new trade commences. Track trade statistics, including win/loss counts, percentage gains, and dollar profits.
Easily access and analyze trade statistics, calculating both percentage and dollar profits. The bot's intuitive interface allows you to assess your trading performance with precision.
Utilizing API and WebSocket technology, the bot efficiently manages trades in real-time. Experience seamless execution and precise control over your trading orders.
Receive timely alerts for new trades, ensuring you never miss an opportunity. Stay on top of your trading game with instant notifications.
- Live Position Tracking: Monitor open positions in real-time.
- Dynamic Trades Management: Respond to market changes with real-time price updates.
- Comprehensive Trade History: Access a detailed history of all trades, facilitating in-depth analysis.
Take your crypto trading to the next level with the AutoTrade Bot β your reliable, automated trading companion! ππΌ
Follow these steps to set up and run the Shiling Script Project:
- Clone the Repository:
git clone https://github.com/adiel098/Telegram-AutoTrade-Bot.git cd Telegram-AutoTrade-Bot - Install Requirements:
# Assuming you have Python installed
pip install -r requirements.txt-
Configure Settings and API Keys::
Open the config.yaml file.
Add your Binance API key and secret in the appropriate fields.
Add your signals channel target.
-
Run the bot
# To run the bot and the real-time Websocket
python main.py
python web_socket_trades.py


