Gekko Forum
3 technical / set up questions. - Printable Version

+- Gekko Forum (https://forum.gekko.wizb.it)
+-- Forum: Gekko (https://forum.gekko.wizb.it/forum-13.html)
+--- Forum: Technical Discussion (https://forum.gekko.wizb.it/forum-23.html)
+--- Thread: 3 technical / set up questions. (/thread-57945.html)



3 technical / set up questions. - 77Bx - 06-16-2019

Hi everyone

I stumbled onto Gekko Framework after I browsed around researching on Crypto bots. 

I have 3 queries, and hope some gurus could give some advice. 

I am running Ubuntu v16 and Docker combination for Gekko

Query 1

I read this article: https://medium.com/@BlockchainEng/crypto-trading-bot-with-gekko-on-binance-day-1-testing-reflections-fbfe906acbb6

I wanted to give NN a shot. However, I am unable to get NN strategy to work on Ubuntu v16. To use NN, I have to issue " npm install convnetjs mathjs". The node_modules appeared in my Gekko folder. But I am not able to backtest NN strategy with error message "MODULE NOT FOUND"

Query 2

How do I know Gekko is indeed running? How do I see error log files? I am aware that Gekko is running by going to http://localhost:3000 or by issuing docker ps -a command, but how do I know if Gekko is hitting errors?

I have managed to get it running on basic RSI, but is it really running correctly?

Query 3


Apart from inserting API keys, what other configuration is available? Can I control trade size? 

Thank you everyone!