rvvvt / nefertiti

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nefertiti

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.

Exchanges

At the time of this writing, the trading bot supports the following crypto exchanges:

Setup

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

Dependencies

Most dependencies are vendored in with this repo. You might need to clone the following repositories:

Running

cd $GOPATH/src/github.com/svanas/nefertiti
go build
./nefertiti --help

About

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.

License:MIT License


Languages

Language:Go 99.7%Language:PowerShell 0.3%