Crypto trading bot written in Go
:squirrel: Work in progress! - Doesn't do much currently
Go version: 1.9
Third-party packages: go-bittrex and go-toml
go get github.com/pelletier/go-toml
go get github.com/toorop/go-bittrex
go install github.com/pelletier/go-toml
go install github.com/toorop/go-bittrex
See the trade-bot.conf file for configuration options
go run trade-bot.go
or
go build trade-bot.go && ./trade-bot