All Projects → reteps → Arbitrage Chances

reteps / Arbitrage Chances

Licence: mit
Finding the best arbitrage opportunies for the top 100 cryptocurrencies in python3.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Arbitrage Chances

Cryptotrader
A cryptocurrency trader for all famous exchanges
Stars: ✭ 228 (+117.14%)
Mutual labels:  cryptocurrency, arbitrage, exchange
Roq Api
API for algorithmic and high-frequency trading
Stars: ✭ 132 (+25.71%)
Mutual labels:  cryptocurrency, arbitrage, exchange
Ccxt.net
CCXT.NET – CryptoCurrency eXchange Trading Library for .NET
Stars: ✭ 89 (-15.24%)
Mutual labels:  cryptocurrency, arbitrage, exchange
Ccxt Rest
Open Source Unified REST API of 100+ Crypto Exchange Sites (18k+ docker pulls) - https://ccxt-rest.io/
Stars: ✭ 210 (+100%)
Mutual labels:  cryptocurrency, arbitrage, exchange
Ccxt
A JavaScript / Python / PHP cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges
Stars: ✭ 22,501 (+21329.52%)
Mutual labels:  cryptocurrency, arbitrage, exchange
Crypto Arbitrage
Automatic Cryptocurrency Trading Bot using Triangular or Exchange Arbitrages
Stars: ✭ 369 (+251.43%)
Mutual labels:  cryptocurrency, arbitrage, exchange
Octobot
Cryptocurrency trading bot: high frequency, daily trading, social trading, ...
Stars: ✭ 706 (+572.38%)
Mutual labels:  cryptocurrency, arbitrage, exchange
Halocoin
Experimental cryptocurrency (blockchain) written in python.
Stars: ✭ 44 (-58.1%)
Mutual labels:  cryptocurrency, coin
Contract
Source code: https://etherscan.io/address/0x2b591e99afe9f32eaa6214f7b7629768c40eeb39#contracts | All rights are reserved. IT IS NOT LICENSED FOR COPYING. We don't use github for dev.
Stars: ✭ 52 (-50.48%)
Mutual labels:  cryptocurrency, coin
Crypto Trading Bot
Cryptocurrency trading bot in javascript for Bitfinex, Bitmex, Binance, FTX, Bybit ... (public edition)
Stars: ✭ 1,089 (+937.14%)
Mutual labels:  cryptocurrency, exchange
Etherwalletkit
Ethereum Wallet Toolkit for iOS - You can implement an Ethereum wallet without a server and blockchain knowledge.
Stars: ✭ 96 (-8.57%)
Mutual labels:  cryptocurrency, coin
Bitopro Api Node
Official nodejs SDK for the Bitopro(幣託) cryptocurrency exchange.
Stars: ✭ 29 (-72.38%)
Mutual labels:  cryptocurrency, exchange
Cryptoinscriber
📈 A live cryptocurrency historical trade data blotter. Download live historical trade data from any cryptoexchange, be it for machine learning, backtesting/visualizing trading strategies or for Quantopian/Zipline.
Stars: ✭ 27 (-74.29%)
Mutual labels:  cryptocurrency, exchange
Altcoin Cryptocurrency Generator
AltCoin CryptoCurrency Generator
Stars: ✭ 55 (-47.62%)
Mutual labels:  cryptocurrency, coin
Vue Coin Hive
Start mining coins in your Vue projects in 1 second.
Stars: ✭ 14 (-86.67%)
Mutual labels:  cryptocurrency, coin
Mcafee Bot
buy coins based on @officialmcafee tweets
Stars: ✭ 61 (-41.9%)
Mutual labels:  cryptocurrency, coin
Currencyviewer
Short python framework that dynamically displays and converts the cryptocurrencies in your Kraken wallet into equivalents fiat money.
Stars: ✭ 13 (-87.62%)
Mutual labels:  cryptocurrency, exchange
Coinexchange
数字货币交易所 (开源免费、基于java、无限扩展、高并发、高可靠性、美观?我尽量吧)
Stars: ✭ 61 (-41.9%)
Mutual labels:  coin, exchange
Kupi Terminal
Ccxt based, open source, customized, extendable trading platform that supports 130+ crypto exchanges.
Stars: ✭ 104 (-0.95%)
Mutual labels:  cryptocurrency, exchange
Huobi golang
Go SDK for Huobi Spot API
Stars: ✭ 76 (-27.62%)
Mutual labels:  cryptocurrency, exchange

arbitrage-chances

Finding the best arbitrage opportunities for the top 100 cryptocurrencies.

Dependencies

  • Cython - python3 -m pip install cython
  • Pymarketcap - python3 -m pip install pymarketcap

Settings

start [--pairs -p] [--exchanges -e] [--minimum_volume -m] [--simple -s] [--coins_shown -c] [--top -t] [--coin_list -l]

  • trading_pairs = ALL
    • sets what trading pairs are accepted
  • exchanges = ALL
    • sets what exchanges are accepted
  • minimum_volume = 1%
    • sets minimum coin percent volume on exchange
  • simple = False
    • hides information and errors
  • coins_shown = 10
    • sets the number of coins shown
  • coin_list = []
    • If set, runs on a set of specified currencies instead of the top X currencies
  • top = 100
    • sets the number of top currencies to use. It gets buggy towards the bottom (700s), so be warned.

I usually run it with these settings:

Recommended settings

python3 ./start --exchanges Binance Kucoin Etherdelta Cryptopia Bittrex Bitfinex Poloniex --pairs ETH BTC LTC

If this library helped you at all, you can donate ETH to 0x293a25bc3e1da86bb3322cf940e7baf49f52cae4.

Warning

  • Arbitrage usually exists for a reason. Usually this is:
    • No wallet withdrawal / Deposit for a coin
    • High withdrawal fees or long wait time
    • Very low volume
  • This library does not take any of these factors
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].