eric-leihe / algo-coin

Python library for algorithmic trading cryptocurrencies across multiple exchanges

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AlgoCoin

AlgoCoin is a python library for writing trading algorithms. It is designed using a combination of asyncio and callbacks to make writing cross-asset, cross-currency, and cross exchange algorithms for backtesting and live trading as simple as possible.

WARNING: Code refactoring still in progress

Build Status Coverage Gitter BCH compliance License PyPI Docs Site

Overview

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

System Architecture

AlgoCoin is an event based trading system written in python. It is built on aat.

Markets

AlgoCoin will support all exchanges and currencies covered by ccxt


Getting Started

Installation

Install the library from pip:

pip install algocoin

Install the library from source:

python setup.py install

Documentation

Refer to the documentation for aat.

Screenshots

Backtest

UI

Accounts overview

Instrument registry

Live trades

Last price per asset/exchange

Strategy trade requests/trade results

About

Python library for algorithmic trading cryptocurrencies across multiple exchanges

License:Apache License 2.0


Languages

Language:TypeScript 86.3%Language:Python 5.3%Language:Makefile 3.9%Language:JavaScript 2.2%Language:HTML 1.1%Language:CSS 0.7%Language:Dockerfile 0.4%