GithubHelp home page GithubHelp logo

erma0x / moonbot-v2 Goto Github PK

View Code? Open in Web Editor NEW
14.0 2.0 12.0 587 KB

arbitrage trading robot in binance.com

License: GNU General Public License v3.0

Python 100.00%
binance-bot ccxt cryptocurrency python3 trading arbitrage binance trading-algorithms trading-bot

moonbot-v2's Introduction

Moonbot trading robot ๐Ÿค–

Trading pair arbitrage in binance.com

Trading strategy example

Check for X/BUSD and X/USDT change

  • if X/BUSD / X/USDT > 1.001
    • BUY X/USDT and SELL X/BUSD
  • X/BUSD / X/USDT < 0.999
    • SELL X/USDT and BUY X/BUSD

Trading pairs with USDT/BUSD

  • X/BUSD
  • X/USDT
  • BUSD/USDT

Trading pairs with BNB/BUSD

  • X/BUSD
  • X/BNB
  • BUSD/BNB

How to run

  1. source venv/bin/activate
  2. export binance_api="your api key"
  3. export binance_secret="your api secret"
  4. python3 bot.py

How to install

  1. python3 -m venv venv
  2. source venv/bin/activate
  3. python3 -m pip install --upgrade pip
  4. python3 -m pip install --upgrade python-binance
  5. export binance_api="your api key"
  6. export binance_secret="your api secret"

moonbot-v2's People

Contributors

erma0x avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

moonbot-v2's Issues

help

binance.exceptions.BinanceAPIException: APIError(code=-2010): Account has insufficient balance for requested action.

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.