Git Product home page Git Product logo

rsi-bot's Introduction

rsi-bot

Scans binance for oversold cryptocurrencies. Sends buy order and tracks performance of position. Closes position after pre-set profit/loss level is passed

Installing Dependencies

For this program we will be using websocket, json, pprint, talib, numpy, datetime, os, binance.client, and twilio.rest

To set up the needed packages, RUN the following command in your terminal after making sure the "requirements.txt" file is in your local directory.

pip install -r requirements.txt

Set Up Tips

  • You must have a Binance account in order to use this program (and a Twilio account for SMS updates when the program makes trades.)
    • NOTE: This program is built for the main Binance.com platform not Binance US. Using Binance.com inside the US (with a US IP address) is prohibited so, do so at your own risk.
  • Create a config.py file in your local directory and set your Binance API Public Key equal to API_KEY, set your API private key equal to API_SECRET
API_KEY = "insert key here"
API_SECRET = "insert private key here"
account_sid = "insert twilio sid here"
auth_token = "insert twilio auth token here"
text_list = ["+17271234567"]
  • If you want to use the twilio SMS feature then repeat the same steps with account_sid and auth_token, also add what phone numbers you want to receive alerts
  • Once you've set up the Twilio and Binance API, you can adjust the buy/sell parameter to adjust how risky you want the program to behave. You can also choose the 5 cryptocurrencies you want to trade.

Disclaimer: This program is just for learning purposes and I do not guarantee any potential success/profits from using it. Use this code at your own risk

rsi-bot's People

Contributors

jpetrantoni avatar

Watchers

 avatar

Forkers

tanerik

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.