This project is a C++ implementation of a Binance trading bot designed to analyze market data and provide trading signals. The bot utilizes the Binance API and integrates with Telegram to notify users of significant market changes and potential trading opportunities.
- Market Analysis: Leverages professional financial knowledge to analyze market trends and data.
- Signal Notifications: Sends alerts about favorable entry points and important price movements via Telegram.
- High Profit/Loss Ratio: Achieved a Profit/Loss ratio of 8.21 through effective market analysis and timely notifications.
Before running the bot, ensure you have the following installed:
- C++ Compiler: Supports C++11 or higher.
- Binance API Key: Obtain from your Binance account.
- Telegram Bot Token: Create a bot using BotFather to get the token.
- Clone the Repository:
git clone https://github.com/TrKNguyen/Bot-Binance-Cpp.git cd Bot-Binance-Cpp
- Run the Bot
./run.sh LongShortRatioBOT.cpp