A compilation of Trading Bots to use in the Binance exchange. Machine learning based Bots still not working.
The goal of this project is to create as many bots using diferent strategies in order to actually make a profit trading the pair BTC/USDT in Binance.
- Connects to the Binance API
- Fetches and Analizes current balance
- Places buy and sell orders
After cloning the project, some libraries might need some instalation, please install them using the following pip commands:
pip install numpy
pip install pandas
pip install ccxt
pip install python-binance
pip install scikit-learn
pip install tensorflow
pip install keras
Note that some of the libraries might have dependencies that will be automatically installed by pip.
Also, the binance api must be properlly setup to operate in the IP address you are trying to run the bots.