I am officially not maintaining this project anymore. It was an amazing journey and I want to thank everyone for playing the role in this amazing story!
More details can be found here: https://medium.com/@gekkoplus/archiving-open-source-gekko-dba02e6efc7
This only impacts my Gekko repo (askmike/gekko). There might be other forks of Gekko out there that are being maintained!
Old content:
The most valuable commodity I know of is information.
-Gordon Gekko
Gekko is a Bitcoin TA trading and backtesting platform that connects to popular Bitcoin exchanges. It is written in JavaScript and runs on Node.js.
Use Gekko at your own risk.
See the documentation website.
Gekko has a forum that is the place for discussions on using Gekko, automated trading and exchanges. In case you rather want to chat in realtime about Gekko feel free to join the Gekko Support Discord.
If Gekko helped you in any way, you can always leave me a tip at (BTC) 13r1jyivitShUiv9FJvjLH7Nh1ZZptumwW
We have forked a development branch from Mike's Great Gekko.
here's the extra 2 steps to do after you following the installing Gekko doc above:
- update market files meta data by running the following commands at the Gekko installed exchange market files folder .
node update-binance.js
node update-bitfinex.js
node update-coinbase.js
node update-coinfalcon.js
node update-kraken.js
- install the dependent modules to facilitae deep learning based algorithms developments on Gekko
npm install convnetjs mathjs
- start Gekko