https://github.com/dmikushin/bitrader
Trading and Alering Service for Binance Cryptocurrency Exchange
https://github.com/dmikushin/bitrader
binance binance-api binance-trader bitcoin
Last synced: 5 months ago
JSON representation
Trading and Alering Service for Binance Cryptocurrency Exchange
- Host: GitHub
- URL: https://github.com/dmikushin/bitrader
- Owner: dmikushin
- License: mit
- Created: 2018-02-17T20:15:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-17T22:20:49.000Z (about 6 years ago)
- Last Synced: 2024-05-02T02:02:42.112Z (about 2 years ago)
- Topics: binance, binance-api, binance-trader, bitcoin
- Language: C++
- Size: 413 KB
- Stars: 26
- Watchers: 5
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## BITrader - Trading and Alering Service for Binance Cryptocurrency Exchange

BITrader - Trading and Alering Service for Binance Cryptocurrency Exchange (http://binance.com):
* Monitor all '\*BTC' symbols trades and detect pumps
* Send crypto signals to the attached Telegram bot
### Prerequisites
```
sudo apt-get install g++ make binutils cmake libjsoncpp-dev libcurl4-nss-dev libssl-dev libboost-system-dev libboost-iostreams-dev
```
### Building
```
git clone --recurse-submodules https://github.com/dmikushin/bitrader.git
cd bitrader
git submodule init
git submodule update
mkdir build
cd build/
cmake ..
make -j12
```
### Deployment
The bot searches for api/secret API keys for Binance user account and reports error in case of failure. These keys are needed to get the available funds info and to perform buy/sell orders. Generate keys in Binance web interface on the "API management" panel:

Place the generated keys into the following files:
```
$HOME/.bitrader/key
$HOME/.bitrader/secret
```
Now start the trade bot:
```
./bitrader
```
### Liability
Use this program at your own risk. None of the contributors to this project are liable for any loses you may incur. Be wise and always do your own research.