Giter VIP home page Giter VIP logo

arbiter's Introduction

arbiter

Arbiter

Open Source Crypto Arbitrage Platform

Goal

Arbiter aims to become a fully autonomous trading software. Internally, it implements a plugin system for each exchange that exposes a standard API for BUY, SELL and WITHDRAW crypto currency. This allows the core module to interact with each exchange using the same API invocation.

Setup

The following prerequiste must be met:

  • yarn@latest
  • node@9
  • lerna@latest
$ git clone https://github.com/nonalab/arbiter
$ cd arbiter
$ lerna bootstrap

Afterward, setup your credential in the arbiter-store module. First duplicate dbz into db directory inside arbiter-store, then fill out your API keys in db/credentials.

Then you can run:

$ lerna run build
$ lerna run start

Notes

  • As of 2017-12-30T12:40:04.120Z, arbiter is NOT FUNCTIONAL and thus NOT PROFITABLE. It will only update price ticker into the store. The reason being BitFinex requires email verification upon withdrawal.

  • As of 2017-12-30T12:39:56.697Z, the bot has 2 functional exchange module, one for HitBTC and one for BitFinex. However, extending the bot to support more exchange should be trivial. Please make a PR if you do!

  • Due to high traffic, BitFinex will reverse-throttle withdrawal. E.g, minimum withdrawal is $250.

  • Most design question should have an answer in the rfcs documentations/rfcs. Please submit an issue if you think a specification is missing.

  • This project was initialized in 7 days between Dec 22 2017 and Dec 30 2017 by Joe Johans. (Commit d1f855b8040d209e4c25e3e9efdb9b0f2dea7529 -> eeea5a2343f6d2cb72e36734f3a5c7a935af98f5). Please submit an issue if you spotted any piece of cancerous code. Jojo is human after all..

  • Experiment with Arbiter AT YOUR OWN RISK. And please help improve it by submitting issue or pull request!

Donation

If this project helped you somehow, or you are feeling generous, the nonalab appreciate your donation:

  • XRB: xrb_1gc4hgszsjxrx5psudu5yy45ow43fnjkk1c9i9bm9nte8o4dsb3ysxnwm8yp

  • LSK: 920007581698311528L

  • ETH: 0x12e176325f73A15523F5a0ac7B86317b0d2CA2Df

  • ZEC: zc9xYTCnts9BbdTvQAG5b6d95XEpdnNK4KSBc2TEio5mzCkos5BWDKTiAGqFCX5LRZivesNo9hzg9JRajntsMgBffMpFo6d

All donation will be used to fund upcoming decentralized project running on top of the donated token network.

License

Arbiter is licensed under a MIT License

arbiter's People

Contributors

louisgv avatar

Stargazers

Joey Figaro avatar 7bit avatar  avatar

Watchers

James Cloos avatar  avatar

arbiter's Issues

[Feature] Profit Module

Feature request

  1. No profit module just yet. Ideally this would also be a plugin as well that is dynamically loaded like how I envision exchanges.

[Feature] Simulation/Testing Mode

Feature request

  1. Simulation mode vs. trading mode. I want a single flag that I can set where the system just logs data for the trader to review and decide how to tune their bot. In this mode I want data fed into the profit module but no trades to ever occur. Ideally there is an additoional flag to indicate using the real exhchange APIs versus the test APIs that some exchanges provide.

[Feature] Dynamically Load Exchange

Feature request

  1. Exchanges are not dynamically loaded. I don't want the end user to have to re-build in order to add an exchange. Seems like they just need to provide an npm package name+version or local path to their exchange module. This could be passed in as an argument or setup in a config file

[Feature] GDAX Exchange

Feature request

  1. GDAX support, I know their fees suck but it is a very popular market place so we'll get a ton of users if we support it. They also have an excellent API.

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.