Skip to content

Algorithmic trading cryptocurrencies across multiple exchanges

License

Notifications You must be signed in to change notification settings

0neSe7en/algo-coin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AlgoCoin

Algorithmic Trading Bitcoin.

WARNING: Do not use HEAD until I add support for limit orders. If you want a working package for market orders only, look prior to 9c2a453. I should be done with the upgrade shortly.

Version Build Status Coverage Gitter Waffle.io Site

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


Getting Started

Installation

API Keys

Writing an algorithm

Backtesting

Getting Data

Sandboxes

Live Trading


Contributing


Contact

About

Algorithmic trading cryptocurrencies across multiple exchanges

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 77.9%
  • Python 21.7%
  • Other 0.4%