Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1 KB

README.md

File metadata and controls

44 lines (32 loc) · 1 KB

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