Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/easedot/gocryptotrader

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/easedot/gocryptotrader

  • v0.0.1
  • Source
  • Go
  • Socket score

Version published
Created
Source

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

ExchangeREST APIStreaming APIFIX API
AlphapointYesYesNA
BinanceYesYesNA
BitfinexYesYesNA
BitflyerYesNoNA
BithumbYesNANA
BitMEXYesYesNA
BitstampYesYesNo
BittrexYesNoNA
BTCMarketsYesNoNA
BTSEYesYesNA
COINUTYesYesNA
ExmoYesNANA
CoinbaseProYesYesNo
CoinbeneYesNoNo
GateIOYesYesNA
GeminiYesYesNo
HitBTCYesYesNo
Huobi.ProYesYesNA
ItBitYesNANo
KrakenYesYesNA
LbankYesNoNA
LakeBTCYesNoNA
LocalBitcoinsYesNANA
OKCoin InternationalYesYesNo
OKEXYesYesNo
PoloniexYesYesNA
YobitYesNANA
ZB.COMYesYesNA

We are aiming to support the top 20 highest volume exchanges based off the CoinMarketCap exchange data.

** 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.
  • Scripting support. See gctscript.
  • WebGUI (discontinued).

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:

UserContribution Amount
thrasher-637
shazbert188
gloriousCode167
xtda42
dependabot-preview[bot]23
ermalguni14
vadimzhukck10
140am8
marcofranssen8
MadCozBadd7
cranktakular5
woshidama3233
vazha3
crackcomm3
andreygrehov2
bretep2
Christian-Achilli2
gam-phon2
cornelk2
if1live2
lozdog2452
soxipy2
herenow2
azhang1
blombard1
CodeLingoBot1
CodeLingoTeam1
Daanikus1
daniel-cohen1
merkeld1
DirectX1
frankzougc1
idoall1
mattkanwisher1
mKurrels1
m1kola1
cavapoo21
zeldrinn1
starit1
Jimexist1
lookfirst1

FAQs

Package last updated on 01 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc