Gekko 0.6 released - Printable Version +- Gekko Forum (https://forum.gekko.wizb.it) +-- Forum: Gekko (https://forum.gekko.wizb.it/forum-13.html) +--- Forum: Announcements (https://forum.gekko.wizb.it/forum-16.html) +--- Thread: Gekko 0.6 released (/thread-57279.html) |
RE: Gekko 0.6 released - Kris191 - 07-08-2018 New question.. I started a GDax bot and its keeps posting Scanning back in history needed..... false on every tick Any idea why? and can i stop it? RE: Gekko 0.6 released - askmike - 07-08-2018 Could you provide a bit more information? Like: - CLI or UI? - what config? Specifically what requiredHistory and what candleSize? - what gekko version (if downloaded via git please post the commit hash, which is the top line of the command "git log")? RE: Gekko 0.6 released - Kris191 - 07-08-2018 (07-08-2018, 03:13 PM)askmike Wrote: Could you provide a bit more information? Like: Code: ^Croot@vps520385:~/gekko# ./loop.bash "node gekko --config *cobtceur.js" I hope this helps. RE: Gekko 0.6 released - ankasem - 07-08-2018 hi Gekko new setup 0.6.2 ubuntu desktop gekko ui error (node gekko --ui) -------------------------------------------------------------- thank you rm -rf node_modules npm i -------------------------- thank you worked as Gekko v0.6.1 RE: Gekko 0.6 released - askmike - 07-09-2018 @ankasem very strange, never seen that before. Can you manually delete main gekko dependencies and reinstall them? Like so: Code: rm -rf node_modules RE: Gekko 0.6 released - askmike - 07-09-2018 @Kris191 what is your candleSize and what is your historySize? RE: Gekko 0.6 released - Kris191 - 07-09-2018 was 30 mins and 1500 history RE: Gekko 0.6 released - askmike - 07-09-2018 Quote:was 30 mins and 1500 history 1500 history? :o That's over a month of history (1500 candles of 30 min each). I'll look into gdax code but do you really need that much history for your indicators? RE: Gekko 0.6 released - Kris191 - 07-09-2018 it was for NNv2 where 1500 predictions were needed and the history needed to match. to be fair never fully understood the nn strats so probably configured it incorrectly RE: Gekko 0.6 released - ankasem - 07-09-2018 @Askmike thank you gekko v0.6.2 is working properly -------------------------------------------------------------------- failing to load dependencies starting from the commands below ---------------------------------------------------------------------------- git clone git://github.com/askmike/gekko.git cd gekko npm install --only=production cd exchange npm install --only=production npm install talib npm install tulind ------------------------------------------------------------------------------ If you start with the installation (sudo apt-get update) and install the sub-dependencies in order, gekko 0.6.2 works normally Thank You |