All Projects → BatuhanUsluel → Arbitragebot

BatuhanUsluel / Arbitragebot

Licence: mit
Arbitrage bot that currently works on bittrex & poloniex

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Arbitragebot

Coinnect
Coinnect is a Rust library aiming to provide a complete access to main crypto currencies exchanges via REST API.
Stars: ✭ 130 (-7.8%)
Mutual labels:  cryptocurrency, poloniex, trading, bittrex
Stocklook
crypto currency library for trading & market making bots, account management, and data analysis
Stars: ✭ 119 (-15.6%)
Mutual labels:  cryptocurrency, poloniex, trading, bittrex
Ccxt
A JavaScript / Python / PHP cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges
Stars: ✭ 22,501 (+15858.16%)
Mutual labels:  bot, cryptocurrency, trading, arbitrage
Cryptotrader
A responsive dynamic webapp to trade cryptopairs on the most prominent exchanges
Stars: ✭ 118 (-16.31%)
Mutual labels:  bot, poloniex, trading, bittrex
Ccxt.net
CCXT.NET – CryptoCurrency eXchange Trading Library for .NET
Stars: ✭ 89 (-36.88%)
Mutual labels:  bot, cryptocurrency, trading, arbitrage
Ccxt Rest
Open Source Unified REST API of 100+ Crypto Exchange Sites (18k+ docker pulls) - https://ccxt-rest.io/
Stars: ✭ 210 (+48.94%)
Mutual labels:  bot, cryptocurrency, trading, arbitrage
Crypto Exchanges Gateway
Your gateway to the world of crypto !
Stars: ✭ 343 (+143.26%)
Mutual labels:  cryptocurrency, poloniex, trading, bittrex
Coinbase Pro Trading Toolkit
DEPRECATED — The Coinbase Pro trading toolkit
Stars: ✭ 817 (+479.43%)
Mutual labels:  cryptocurrency, poloniex, trading
Thewife
Crypto trading bot that reacts to optimized RSI signal 🤖📈💸
Stars: ✭ 22 (-84.4%)
Mutual labels:  bot, cryptocurrency, trading
Jesse
An advanced crypto trading bot written in Python
Stars: ✭ 1,038 (+636.17%)
Mutual labels:  bot, cryptocurrency, trading
Poloniex
Poloniex python API client for humans
Stars: ✭ 71 (-49.65%)
Mutual labels:  cryptocurrency, poloniex, trading
Octobot
Cryptocurrency trading bot: high frequency, daily trading, social trading, ...
Stars: ✭ 706 (+400.71%)
Mutual labels:  cryptocurrency, trading, arbitrage
Cryptofeed
Cryptocurrency Exchange Websocket Data Feed Handler
Stars: ✭ 643 (+356.03%)
Mutual labels:  cryptocurrency, trading, bittrex
Python Bittrex
Python bindings for bittrex
Stars: ✭ 601 (+326.24%)
Mutual labels:  cryptocurrency, trading, bittrex
Python Poloniex
Poloniex API wrapper for Python 2.7 & 3
Stars: ✭ 557 (+295.04%)
Mutual labels:  cryptocurrency, poloniex, trading
Crypto Trading Bot
Cryptocurrency trading bot in javascript for Bitfinex, Bitmex, Binance, FTX, Bybit ... (public edition)
Stars: ✭ 1,089 (+672.34%)
Mutual labels:  bot, cryptocurrency, trading
My Token
📈Track token prices of your favorite exchanges in terminal!
Stars: ✭ 141 (+0%)
Mutual labels:  cryptocurrency, poloniex, bittrex
Kupi Terminal
Ccxt based, open source, customized, extendable trading platform that supports 130+ crypto exchanges.
Stars: ✭ 104 (-26.24%)
Mutual labels:  bot, cryptocurrency, trading
Cryptocurrency Portfolio
Google Sheets automatic creation with Google Apps Script (GAS) for managing a cryptocurrency tracking spreadsheet with multi exchanges
Stars: ✭ 134 (-4.96%)
Mutual labels:  cryptocurrency, poloniex, bittrex
Exchangesharp
ExchangeSharp is a powerful, fast and easy to use .NET/C# API for interfacing with many crypto currency exchanges. REST and web sockets are supported.
Stars: ✭ 489 (+246.81%)
Mutual labels:  cryptocurrency, poloniex, bittrex

ArbitrageBot

alt text

Coded for python2.7+

usage: arbbot.py [-h] [-s SYMBOL] [-b BASESYMBOL] [-r RATE] [-i INTERVAL]
                 [-l LOGFILE] [-d] [-v]

Poloniex/Bittrex Arbitrage Bot

optional arguments:

  -h, --help            show this help message and exit
  -s SYMBOL, --symbol SYMBOL
                        symbol of your target coin [default: XMR]
  -b BASESYMBOL, --basesymbol BASESYMBOL
                        symbol of your base coin [default: BTC]
  -r RATE, --rate RATE  minimum price difference, 1.01 is 1 percent price
                        difference (exchanges charge .05 percent fee)
                        [default: 1.01]
  -i INTERVAL, --interval INTERVAL
                        seconds to sleep between loops [default: 1]
  -l LOGFILE, --logfile LOGFILE
                        file to output log data to [default: arbbot.log]
  -d, --dryrun          simulates without trading (API keys not required)
  -v, --verbose         enables extra console messages (for debugging)

When finished the bot will check both markets for their bids and asks. If the bittrex bid is higher than the poloniex ask, it will buy from the ask on poloniex, and sell to the bid on bittrex to make a % of profit. Same goes for the opposite. The bot will also have to check the order sizes.

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].