- this is Auto Trading Server implemented with golang.
- how to use document is being created now.
- You can arbitrage between Poloniex Hitbtc Huobi.
go get github.com/fxpgr/go-arbitrager
- 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"
- Build a docker image.
make build
- Run go-arbitrager
make run