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?
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")?
@Kris191 what is your candleSize and what is your historySize?
was 30 mins and 1500 history
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
07-09-2018, 05:55 PM
(This post was last modified: 07-09-2018, 06:02 PM by ankasem.)
@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