A set of tools created in Python that link to the Binance API to get data and perfrom automatic buy and sell orders for Bitcoin and other cryptocurrencies using the MACD index.
Install these libraries:
pip3 install python-binance
pip3 install TA-Lib
- After installing the libraries add your Binance API key and secret in the config.py file.
- Run the dataGetter.py file using python3 and select which coin you wish to fetch data for.
- Run the parFunder.py file using python3 after fetching data for all coins and see which coin is the most profitable.
- Run the botSTarter.py file using python3 to start the Bot with the desired coin.
Tool that allows users to fetch price data for 15 minute candles about cryptocurrencies.

This bot is designed to be informational and educational only and do not constitute investment advice.
Use at your own risk.

