Skip to content

instac0ders/topsis-topsis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

trade-bot

Crypto trading bot written in Go

:squirrel: Work in progress! - Doesn't do much currently

Dependencies

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

Configuration

See the trade-bot.conf file for configuration options

Run or Build from source

go run trade-bot.go

or

go build trade-bot.go && ./trade-bot

About

A GitHub Website for all my projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages