Nefertiti is a FREE 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: Binance, Kucoin, Bittrex, HitBTC, Coinbase Pro, Bitstamp, CEX.IO, and crypto.com
You will need Go installed and GOPATH configured.
mkdir -p $GOPATH/src/github.com/svanas
cd $GOPATH/src/github.com/svanas
git clone https://github.com/svanas/nefertiti.gitcd $GOPATH/src/github.com/svanas/nefertiti
go build
./nefertiti --helpcd $GOPATH/src/github.com/svanas/nefertiticode .- Open the Command Palette (F1)
- Enter
Go: Test - Click on
Go: Test All Packages in Workspace