GithubHelp home page GithubHelp logo

uts58 / binance-trading-bot Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 7 KB

Python bot for Binance using popular strategies

Python 100.00%
binance bitcoin bot cryptocurrency etherium rsi trading trading-bot

binance-trading-bot's Introduction

BINANCE-TRADING-BOT

Trading bot using RSI indicator for Binance Exchange. This bot uses basic RSI overbought/oversold strategy.

Python 3.6 or greater version is required.


This is not a financial service or investment advice! USE IT AS YOUR OWN RISK


Install Packages

Run:

pip install requirements.txt

Quick Start

Install requirements first

  • Clone package
  • Install requirements
  • Edit configs/config.cfg
  • Edit configs/apprise_config.yml (If you want to send push notifications to discord/ telegram etc.)
  • Run python3 main.py

Config

  • KLINE_PERIOD = Candle period (ex: 1m)
  • RSI_PERIOD = RSI Time Frame (ex: 30)
  • RSI_OVERBOUGHT = RSI Oversold (ex: 30)
  • RSI_OVERSOLD = RSI Oversold (ex: 30)
  • TRADE_SYMBOL = coin pair (ex: GALAUSDT)
  • TRADE_QUANTITY = How many coins you want to buy sell (ex: 300)
  • HAS_COIN = "true" if you've already bought the coin in trade symbol before starting bot, otherwise false
  • API_KEY = API key from Binance
  • API_SECRET = API secret from Binance
  • TLD = "com" for non-US, otherwise "us"

TO-DOs

  • Add API support (for changing config values on runtime, and see stats)
  • Add frontend with auth (probably react)
  • Add more technical analysis support

Issues, suggestions and contributing

If you run into any issues while using the bot or if you want to request any changes or new features, open a new issue to let us know.

If you would like to contribute to the development and profitability of the bot, simply open a PR or let us know.

binance-trading-bot's People

Contributors

uts58 avatar

Stargazers

 avatar

Watchers

 avatar

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.