Coder Social home page Coder Social logo

python-binance-arbitrage's Introduction

Crypto arbitrage bot.

For now basic idea is to do trinagular crypto arbitrage betweeen Binance markets.

Monitor:

BTC/USDT Market
ETH/USDT Market
ETH/BTC Market

Objective-> Accumulate USDT

call BTC/ETH price and multiply with BTC/USDT
compare to ETH/USDT price; If spread> 0.5%
Buy BTC with USDT (0.05% fee)
Buy ETH with BTC on BTC/ETH market (0.05% fee)
sell ETH on ETH/USDT (0.05% fee)

Requirements:

  • cp config.ini.sample config.ini and replace your binance API keys and markets/currency.
  • Load the corresponding markets in Binance with funds.
  • pip install python-binance or pip install -r requirements.txt

Run:

  • python main.py will run with the default config.ini
  • python main.py custom_config.ini will override the config.ini with external.

Wallet balancer (because precisions and realtime logic in binance disrupt logic):

  • python wallet_balancer.py or python wallet_balancer.py custom_config.ini

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.