Skip to content

Algorithmic trading cryptocurrencies across multiple exchanges

License

Notifications You must be signed in to change notification settings

vermuz/algo-coin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AlgoCoin

Algorithmic Trading Bitcoin.

Version Build Status Coverage Gitter

Overview

Lightweight, extensible program for algorithmically trading cryptocurrencies across multiple exchanges.

System Architecture

AlgoCoin is an event based trading system written in python. It comes with support for live trading across (and between) multiple exchanges, fully integrated backtesting support, slippage and transaction cost modeling, and robust reporting and risk mitigation through manual and programatic algorithm controls.

Algorithm

Like Zipline, the inspriation for this system, AlgoCoin exposes a single algorithm class which is utilized for both live trading and backtesting. The algorithm class is simple enough to write and test algorithms quickly, but extensible enough to allow for complex slippage and transaction cost modeling, as well as mid- and post- trade analysis.

Markets

Eventual coverage:

  • Bitstamp
  • Bitfinex
  • CEX
  • GDAX
  • Gemini
  • HitBTC
  • ItBit
  • Kraken
  • LakeBTC
  • Poloniex

Market Data (Websocket)

GDAX GEMINI ITBIT KRAKEN POLONIEX

Order Entry (REST)

GDAX GEMINI ITBIT KRAKEN POLONIEX

About

Algorithmic trading cryptocurrencies across multiple exchanges

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.0%
  • Makefile 1.1%
  • Shell 0.9%