All Projects → AsyncAlgoTrading → Algo Coin

AsyncAlgoTrading / Algo Coin

Licence: apache-2.0
Python library for algorithmic trading cryptocurrencies across multiple exchanges

Programming Languages

python
139335 projects - #7 most used programming language
typescript
32286 projects
python3
1442 projects

Projects that are alternatives of or similar to Algo Coin

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 (+33.97%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, kraken, poloniex, gemini, gdax, exchange
Crypto vba
An Excel/VBA project to communicate with various cryptocurrency exchanges APIs
Stars: ✭ 103 (-71.78%)
Mutual labels:  ethereum, bitcoin, coinbase, kraken, poloniex, gdax, exchange
algo-coin
Python library for algorithmic trading cryptocurrencies across multiple exchanges
Stars: ✭ 386 (+5.75%)
Mutual labels:  coinbase, exchange, gemini, gdax, algorithmic-trading, kraken, poloniex
Stocklook
crypto currency library for trading & market making bots, account management, and data analysis
Stars: ✭ 119 (-67.4%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, coinbase, poloniex, gdax
Cryptofeed
Cryptocurrency Exchange Websocket Data Feed Handler
Stars: ✭ 643 (+76.16%)
Mutual labels:  bitcoin, cryptocurrency, coinbase, kraken, gemini, exchange
My Token
📈Track token prices of your favorite exchanges in terminal!
Stars: ✭ 141 (-61.37%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, kraken, poloniex, exchange
Crypto Exchange
Pulls together list of crypto exchanges to interact with their API's in a uniform fashion.
Stars: ✭ 241 (-33.97%)
Mutual labels:  bitcoin, kraken, poloniex, gemini, gdax, exchange
Cryptex
Gemini, GDAX, Bitfinex, Poloniex, Binance, Kraken, Cryptopia, Koinex, BitGrail and CoinMarketCap cryptocurrency exchange API clients in Swift / iOS SDK. Check prices and account balances using Sample iOS app.
Stars: ✭ 51 (-86.03%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, poloniex, gemini, gdax
Coinbase Pro Node
Coinbase Pro API written in TypeScript and covered by tests.
Stars: ✭ 116 (-68.22%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, coinbase, exchange
Coinnect
Coinnect is a Rust library aiming to provide a complete access to main crypto currencies exchanges via REST API.
Stars: ✭ 130 (-64.38%)
Mutual labels:  bitcoin, cryptocurrency, kraken, poloniex, exchange
Crypto Signal
Github.com/CryptoSignal - #1 Quant Trading & Technical Analysis Bot - 3,100+ stars, 900+ forks
Stars: ✭ 3,690 (+910.96%)
Mutual labels:  ethereum, bitcoin, coinbase, gdax, algorithmic-trading
Krypto Trading Bot
Self-hosted crypto trading bot (automated high frequency market making) written in C++
Stars: ✭ 2,589 (+609.32%)
Mutual labels:  bitcoin, cryptocurrency, coinbase, kraken, exchange
Nescience-Indexing-CLI
Nescience Software & Capital Rebalancing Tool
Stars: ✭ 26 (-92.88%)
Mutual labels:  coinbase, gemini, gdax, kraken, poloniex
Optimal Buy Cbpro
Scheduled buying of BTC, ETH, and LTC from Coinbase Pro, optimally!
Stars: ✭ 288 (-21.1%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, coinbase, gdax
Coinbasepro Python
The unofficial Python client for the Coinbase Pro API
Stars: ✭ 1,386 (+279.73%)
Mutual labels:  ethereum, bitcoin, coinbase, exchange
Ccxt
A JavaScript / Python / PHP cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges
Stars: ✭ 22,501 (+6064.66%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, exchange
Multicurrencywallet
Bitcoin, Ethereum, ERC20 crypto wallets with Atomic Swap exchange. Release announce: https://twitter.com/SwapOnlineTeam/status/1321844352369500160
Stars: ✭ 136 (-62.74%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, exchange
Wolfbot
Crypto currency trading bot written in TypeScript for NodeJS
Stars: ✭ 335 (-8.22%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, exchange
Xchange.js
Bitcoin and Altcoin exchange api aggregator / wrapper
Stars: ✭ 74 (-79.73%)
Mutual labels:  ethereum, bitcoin, coinbase, kraken
Coinbasepro Csharp
The unofficial .NET/C# client library for the Coinbase Pro/GDAX API
Stars: ✭ 143 (-60.82%)
Mutual labels:  ethereum, bitcoin, coinbase, gdax

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

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

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