Skip to content

LimitlessGrey/Binance_Trading_Bots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binance Trading Bots ₿

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.

Features

  • Connects to the Binance API
  • Fetches and Analizes current balance
  • Places buy and sell orders

Run Locally

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.

Authors

🔗 Links

linkedin

MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages