Gekko Trading bot installation

Gekko installation (Linux)

Installing gekko is quite simple, everything is described on its homepage, thanks to Mike von Rossum, Gekko’s creator & maintainer.

On a standard Linux distro (I use a small Debian VM on an Intel NUC running vSphere acting as a personal server at home):

Install nodejs:

sudo apt-get install nodejs

Install git:

sudo apt-get install git

Install Pm2 (not mandatory but … Read more ...