Skip to content

A bot created in python that links to the Binance API and performs automatic buy and sell orders using the MACD index.

License

Notifications You must be signed in to change notification settings

cooltheo17/BinanceBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binance Trading Tools

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.

📥 Installation

Install these libraries:
pip3 install python-binance
pip3 install TA-Lib

📃 Instractions

  1. After installing the libraries add your Binance API key and secret in the config.py file.
  2. Run the dataGetter.py file using python3 and select which coin you wish to fetch data for.
  3. Run the parFunder.py file using python3 after fetching data for all coins and see which coin is the most profitable.
  4. Run the botSTarter.py file using python3 to start the Bot with the desired coin.

DataGetter

Tool that allows users to fetch price data for 15 minute candles about cryptocurrencies.

ParFinder

BotStarter

⚠️ Disclaimer!

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

About

A bot created in python that links to the Binance API and performs automatic buy and sell orders using the MACD index.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages