/bitcoin-trading-bot

python based crypto trading bot

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Crypto Currency Trading Bot

Getting Started

git clone https://github.com/cryptrader-prog/bitcoin-trading-bot.git

Description

  • This is a crypto currency trading bot used to parse data from Binance and determine when to buy and sell crypto curencies.
  • When a test trade is made an alert is sent to a discord webhook.
  • Trade logic is left out in this project, but the methods for the api calls, discord calls, key values, and binance exchange data are available to be built off of.
  • Note: this is set up to communicate with Binance.us, if you are planning to use this with Binance.com; you will need to update the exchange_id value to 'binance' instead of 'binanceus', however the api endpoints are the same.

Setup Instructions

  • to run the application, you will need to use "pip install" to install the following dependancies

    • json
    • requests
    • DateTime
    • time
    • ccxt
  • in the BinanceClient file, update the api key and api secret with your information

  • in the DiscordClient file, update the webhook url with your webhook url

Support and Feedback

Want to see a new feature or additional functionality? Feel free to send me an email at : markl89@protonmail.com
If you are creating a new account for Binance.us to use this bot feel free to use this referral code: 
https://www.binance.us/?ref=35103015
Wish to donate? my wallet address for bitcoin is: 1BBiVifhXDv91BEEa4ft3Ubh8PvkQBzzHf

Future Versions

  • youtube video tutorial on setting up this bot
  • implementation of more exchange api calls
  • possible addition of indicator calculations (RSI, Moving Averages, etc)
  • twitter notification option