Nefertiti is a command-line crypto trading bot that follows a simple but proven trading strategy; buy the dip and then sell those trades as soon as possible.
At the time of this writing, the trading bot supports the following crypto exchanges:
You will need Go installed and GOPATH
configured.
mkdir -p $GOPATH/src/github.com/svanas
cd $GOPATH/src/github.com/svanas
git clone git@github.com:svanas/nefertiti.git
Verify that you've installed Go by opening a command prompt and typing the following command:
go version
Most dependencies are vendored in with this repo. You might need to clone the following repositories:
- go get https://github.com/svanas/go-coinbasepro
- go get https://github.com/svanas/go-crypto-dot-com
- go get https://github.com/svanas/go-mining-hamster
cd $GOPATH/src/github.com/svanas/nefertiti
go build
./nefertiti --help