Skip to content

fxpgr/go-arbitrager

Repository files navigation

Go-Arbitrager

GoDoc Go Report Card Maintenance

  • this is Auto Trading Server implemented with golang.
  • how to use document is being created now.
  • You can arbitrage between Poloniex Hitbtc Huobi.

How to Install :

go get github.com/fxpgr/go-arbitrager

How to Use :

  1. Save config.yaml in project dir.
hitbtc:
  api_key: "hitbtc-api-key"
  secret_key: "hitbtc-secret-key"
poloniex:
  api_key: "poloniex-api-key"
  secret_key: "poloniex-secret-key"
huobi:
  api_key: "huobi-api-key"
  secret_key: "huobi-secret-key"
  1. Build a docker image.
make build
  1. Run go-arbitrager
make run

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages