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

github.com/dollarcoinman/gocryptotrader

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/dollarcoinman/gocryptotrader

  • v0.0.0-20230927050938-6105071114e6
  • 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
Binance.USYesYesNA
BinanceYesYesNA
BitfinexYesYesNA
BitflyerYesNoNA
BithumbYesYesNA
BitMEXYesYesNA
BitstampYesYesNo
BittrexYesYesNA
BTCMarketsYesYesNA
BTSEYesYesNA
BybitYesYesNA
CoinbaseProYesYesNo
COINUTYesYesNA
ExmoYesNANA
GateIOYesYesNA
GeminiYesYesNo
HitBTCYesYesNo
Huobi.ProYesYesNA
ItBitYesNANo
KrakenYesYesNA
KucoinYesYesNA
LbankYesNoNA
OkcoinYesYesNo
OkxYesYesNA
PoloniexYesYesNA
YobitYesNANA
ZB.COMYesYesNA

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, Exchange Rates, Fixer.io, OpenExchangeRates, Exchange Rate Host).
  • 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 necessary 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-683
shazbert301
gloriousCode219
dependabot[bot]207
dependabot-preview[bot]88
xtda47
gbjk35
lrascao27
Rots15
vazha15
ydm15
ermalguni14
MadCozBadd13
vadimzhukck10
140am8
marcofranssen8
geseq8
Beadko6
TaltaM6
samuael6
dackroyd5
cranktakular5
khcchiu5
yangrq10184
woshidama3233
crackcomm3
azhang2
andreygrehov2
bretep2
Christian-Achilli2
cornelk2
gam-phon2
herenow2
if1live2
lozdog2452
MarkDzulko2
mshogin2
soxipy2
tk422
blombard1
cavapoo21
CodeLingoTeam1
CodeLingoBot1
Daanikus1
daniel-cohen1
DirectX1
frankzougc1
idoall1
Jimexist1
lookfirst1
m1kola1
mattkanwisher1
merkeld1
mKurrels1
starit1
zeldrinn1

FAQs

Package last updated on 27 Sep 2023

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