All Projects → thrasher-corp → Gocryptotrader

thrasher-corp / Gocryptotrader

Licence: mit
A cryptocurrency trading bot and framework supporting multiple exchanges written in Golang.

Programming Languages

go
31211 projects - #10 most used programming language
typescript
32286 projects
HTML
75241 projects
SCSS
7915 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Gocryptotrader

Roq Api
API for algorithmic and high-frequency trading
Stars: ✭ 132 (-94.04%)
Mutual labels:  trading-bot, cryptocurrency, algorithmic-trading, trading-platform, exchange
Socktrader
🚀 Websocket based trading bot for 💰cryptocurrencies 📈
Stars: ✭ 152 (-93.13%)
Mutual labels:  trading-bot, cryptocurrency, algorithmic-trading, trading-platform, exchange
Trading Server
A multi-asset, multi-strategy, event-driven trade execution and management platform for running many algorithms/bots at many venues simultaneously with unified risk management and reporting. Uses MongoDB for storage and Telegram for user notifications/trade consent.
Stars: ✭ 191 (-91.37%)
Mutual labels:  trading-bot, cryptocurrency, algorithmic-trading, trading-platform
roq-samples
How to use the Roq C++20 API for Live Cryptocurrency Algorithmic and High-Frequency Trading as well as for Back-Testing and Historical Simulation
Stars: ✭ 119 (-94.63%)
Mutual labels:  trading-bot, exchange, trading-platform, algorithmic-trading
Krypto Trading Bot
Self-hosted crypto trading bot (automated high frequency market making) written in C++
Stars: ✭ 2,589 (+16.94%)
Mutual labels:  trading-bot, cryptocurrency, trading-platform, exchange
Zvt
modular quant framework.
Stars: ✭ 1,801 (-18.65%)
Mutual labels:  trading-bot, cryptocurrency, algorithmic-trading, trading-platform
Hummingbot chinese
hummingbot中文资源
Stars: ✭ 114 (-94.85%)
Mutual labels:  trading-bot, cryptocurrency, algorithmic-trading
Exchange Core
Ultra-fast matching engine written in Java based on LMAX Disruptor, Eclipse Collections, Real Logic Agrona, OpenHFT, LZ4 Java, and Adaptive Radix Trees.
Stars: ✭ 801 (-63.82%)
Mutual labels:  cryptocurrency, trading-platform, exchange
Siis
Trading bot including terminal, for crypto and traditionals markets. Assisted or fully automated strategy.
Stars: ✭ 45 (-97.97%)
Mutual labels:  trading-bot, cryptocurrency, trading-platform
Kupi Terminal
Ccxt based, open source, customized, extendable trading platform that supports 130+ crypto exchanges.
Stars: ✭ 104 (-95.3%)
Mutual labels:  cryptocurrency, trading-platform, exchange
Crypto Arbitrage
Automatic Cryptocurrency Trading Bot using Triangular or Exchange Arbitrages
Stars: ✭ 369 (-83.33%)
Mutual labels:  trading-bot, cryptocurrency, exchange
Jesse
An advanced crypto trading bot written in Python
Stars: ✭ 1,038 (-53.12%)
Mutual labels:  trading-bot, cryptocurrency, algorithmic-trading
Hummingbot
Hummingbot is open source software that helps you build trading bots that run on any exchange or blockchain
Stars: ✭ 4 (-99.82%)
Mutual labels:  trading-bot, cryptocurrency, trading-platform
Octobot
Cryptocurrency trading bot: high frequency, daily trading, social trading, ...
Stars: ✭ 706 (-68.11%)
Mutual labels:  trading-bot, cryptocurrency, exchange
Peregrine
Detects arbitrage opportunities across 131 cryptocurrency exchanges in 50 countries
Stars: ✭ 638 (-71.18%)
Mutual labels:  trading-bot, cryptocurrency, algorithmic-trading
Gekko Strategies
Strategies to Gekko trading bot with backtests results and some useful tools.
Stars: ✭ 1,022 (-53.84%)
Mutual labels:  trading-bot, cryptocurrency, trading-platform
Kelp
Kelp is a free and open-source trading bot for the Stellar DEX and 100+ centralized exchanges
Stars: ✭ 580 (-73.8%)
Mutual labels:  trading-bot, cryptocurrency, trading-platform
Crypto Trading Bot
Cryptocurrency trading bot in javascript for Bitfinex, Bitmex, Binance, FTX, Bybit ... (public edition)
Stars: ✭ 1,089 (-50.81%)
Mutual labels:  trading-bot, cryptocurrency, exchange
Astibot
Astibot is a simple, visual and automated trading software for Coinbase Pro cryptocurrencies (Bitcoin trading bot)
Stars: ✭ 104 (-95.3%)
Mutual labels:  trading-bot, cryptocurrency, trading-platform
Pythonic
Graphical Python programming for trading and automation
Stars: ✭ 131 (-94.08%)
Mutual labels:  trading-bot, cryptocurrency, trading-platform

Build Status Software License GoDoc Coverage Status Go Report Card

A cryptocurrency trading bot supporting multiple exchanges written in Golang.

Please note that this bot is under development and is not ready for production!

Community

Join our slack to discuss all things related to GoCryptoTrader! GoCryptoTrader Slack

Exchange Support Table

Exchange REST API Streaming API FIX API
Alphapoint Yes Yes NA
Binance Yes Yes NA
Bitfinex Yes Yes NA
Bitflyer Yes No NA
Bithumb Yes Yes NA
BitMEX Yes Yes NA
Bitstamp Yes Yes No
Bittrex Yes Yes NA
BTCMarkets Yes Yes NA
BTSE Yes Yes NA
CoinbasePro Yes Yes No
COINUT Yes Yes NA
Exmo Yes NA NA
FTX Yes Yes No
GateIO Yes Yes NA
Gemini Yes Yes No
HitBTC Yes Yes No
Huobi.Pro Yes Yes NA
ItBit Yes NA No
Kraken Yes Yes NA
Lbank Yes No NA
LocalBitcoins Yes NA NA
OKCoin International Yes Yes No
OKEX Yes Yes No
Poloniex Yes Yes NA
Yobit Yes NA NA
ZB.COM Yes Yes NA

We are aiming to support the top 30 exchanges sorted by average liquidity as ranked by CoinMarketCap. However, we welcome pull requests for any exchange which does not match this criterion. If you need help with this, please join us on Slack.

** NA means not applicable as the exchange does not support the feature.

Current Features

  • Support for all exchange fiat and digital currencies, with the ability to individually toggle them on/off.
  • AES256 encrypted config file.
  • REST API support for all exchanges.
  • Websocket support for applicable exchanges.
  • Ability to turn off/on certain exchanges.
  • Communication packages (Slack, SMS via SMSGlobal, Telegram and SMTP).
  • HTTP rate limiter package.
  • Unified API for exchange usage.
  • Customisation of HTTP client features including setting a proxy, user agent and adjusting transport settings.
  • NTP client package.
  • Database support (Postgres and SQLite3). See database.
  • OTP generation tool. See gen otp.
  • Connection monitor package.
  • gRPC service and JSON RPC proxy. See gRPC service.
  • gRPC client. See gctcli.
  • Forex currency converter packages (CurrencyConverterAPI, CurrencyLayer, Fixer.io, OpenExchangeRates).
  • Packages for handling currency pairs, tickers and orderbooks.
  • Portfolio management tool; fetches balances from supported exchanges and allows for custom address tracking.
  • Basic event trigger system.
  • OHLCV/Candle retrieval support. See OHLCV.
  • Scripting support. See gctscript.
  • Recent and historic trade processing. See trades.
  • Backtesting application. An event-driven backtesting tool to test and iterate trading strategies using historical or custom data. See backtester.
  • WebGUI (discontinued).
  • Exchange HTTP mock testing. See mock.
  • Exchange multichain deposits and withdrawals for specific exchanges. See multichain transfer support.

Planned Features

Planned features can be found on our community Trello page.

Contribution

Please feel free to submit any pull requests or suggest any desired features to be added.

When submitting a PR, please abide by our coding guidelines:

  • Code must adhere to the official Go formatting guidelines (i.e. uses gofmt).
  • Code must be documented adhering to the official Go commentary guidelines.
  • Code must adhere to our coding style.
  • Pull requests need to be based on and opened against the master branch.

Compiling instructions

Download and install Go from Go Downloads for your platform.

Linux/OSX

GoCryptoTrader is built using Go Modules and requires Go 1.11 or above Using Go Modules you now clone this repository outside your GOPATH

git clone https://github.com/thrasher-corp/gocryptotrader.git
cd gocryptotrader
go build
mkdir ~/.gocryptotrader
cp config_example.json ~/.gocryptotrader/config.json

Windows

git clone https://github.com/thrasher-corp/gocryptotrader.git
cd gocryptotrader
go build
copy config_example.json %APPDATA%\GoCryptoTrader\config.json
  • Make any neccessary changes to the config.json file.
  • Run the gocryptotrader binary file inside your GOPATH bin folder.

Donations

If this framework helped you in any way, or you would like to support the developers working on it, please donate Bitcoin to:

bc1qk0jareu4jytc0cfrhr5wgshsq8282awpavfahc

Binaries

Binaries will be published once the codebase reaches a stable condition.

Contributor List

A very special thank you to all who have contributed to this program:

User Contribution Amount
thrasher- 660
shazbert 226
gloriousCode 191
dependabot-preview[bot] 88
xtda 47
dependabot[bot] 29
lrascao 15
Rots 15
vazha 15
ermalguni 14
MadCozBadd 13
ydm 13
vadimzhukck 10
140am 8
marcofranssen 8
dackroyd 5
cranktakular 5
khcchiu 4
woshidama323 3
yangrq1018 3
TaltaM 3
crackcomm 3
azhang 2
andreygrehov 2
bretep 2
Christian-Achilli 2
MarkDzulko 2
gam-phon 2
cornelk 2
if1live 2
herenow 2
mshogin 2
soxipy 2
tk42 2
daniel-cohen 1
DirectX 1
frankzougc 1
idoall 1
mattkanwisher 1
mKurrels 1
m1kola 1
cavapoo2 1
zeldrinn 1
starit 1
Jimexist 1
lookfirst 1
merkeld 1
CodeLingoTeam 1
Daanikus 1
CodeLingoBot 1
blombard 1
soxipy 2
lozdog245 2
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].