Gekko Forum
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)

Pages: 1 2 3 4 5 6 7 8 9 10 11


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:

- 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")?
Code:
^Croot@vps520385:~/gekko# ./loop.bash "node gekko --config *cobtceur.js"

   ______   ________  __    __  __    __   ______
  /      \ /        |/  |  /  |/  |  /  | /      \
 /$$$$$$  |$$$$$$$$/ $$ | /$$/ $$ | /$$/ /$$$$$$  |
 $$ | _$$/ $$ |__    $$ |/$$/  $$ |/$$/  $$ |  $$ |
 $$ |/    |$$    |   $$  $$<   $$  $$<   $$ |  $$ |
 $$ |$$$$ |$$$$$/    $$$$$  \  $$$$$  \  $$ |  $$ |
 $$ \__$$ |$$ |_____ $$ |$$  \ $$ |$$  \ $$ \__$$ |
 $$    $$/ $$       |$$ | $$  |$$ | $$  |$$    $$/
  $$$$$$/  $$$$$$$$/ $$/   $$/ $$/   $$/  $$$$$$/

    Gekko v0.6.1
    I'm gonna make you rich, Bud Fox.


2018-07-08 20:59:24 (INFO):    Setting up Gekko in realtime mode
2018-07-08 20:59:24 (INFO):    
2018-07-08 20:59:24 (INFO):    Setting up:
2018-07-08 20:59:24 (INFO):         Candle writer
2018-07-08 20:59:24 (INFO):         Store candles in a database
2018-07-08 20:59:24 (INFO):    

2018-07-08 20:59:24 (INFO):    Setting up:
2018-07-08 20:59:24 (INFO):         Trading Advisor
2018-07-08 20:59:24 (INFO):         Calculate trading advice
2018-07-08 20:59:24 (INFO):         Using the strategy: NNv2
2018-07-08 20:59:25 (INFO):        The trading method requests 15000 minutes of historic data. Checking availablity..
2018-07-08 20:59:25 (INFO):    

2018-07-08 20:59:25 (INFO):        Usable local data available, trying to match with exchange data..
Scanning back in the history needed... moment.utc("2018-07-08T18:43:00.000+00:00")
2018-07-08 20:59:25 (INFO):        Full history locally available. Seeding the trading method with all required historical candles.
2018-07-08 20:59:26 (INFO):    Setting up:
2018-07-08 20:59:26 (INFO):         Advice logger
2018-07-08 20:59:26 (INFO):        
2018-07-08 20:59:26 (INFO):    Setting up:
2018-07-08 20:59:26 (INFO):         Trader
2018-07-08 20:59:26 (INFO):         Follows the advice and create real orders.
2018-07-08 20:59:26 (INFO):    

2018-07-08 20:59:31 (INFO):         Portfolio:
2018-07-08 20:59:31 (INFO):             REMOVED EUR
2018-07-08 20:59:31 (INFO):             REMOVED BTC
2018-07-08 20:59:31 (INFO):         Balance:
2018-07-08 20:59:31 (INFO):             REMOVED EUR
2018-07-08 20:59:31 (INFO):         Exposed:
2018-07-08 20:59:31 (INFO):             no (5.14%)
2018-07-08 20:59:31 (INFO):    Setting up:
2018-07-08 20:59:31 (INFO):         Performance Analyzer
2018-07-08 20:59:31 (INFO):         Analyzes performances of trades
2018-07-08 20:59:31 (INFO):    

2018-07-08 20:59:31 (INFO):    Setting up:
2018-07-08 20:59:31 (INFO):         Google Forms
2018-07-08 20:59:31 (INFO):         Logs Trades to Google Forms
2018-07-08 20:59:31 (INFO):    Prefilled link parsed successfully. 11 fields found.
2018-07-08 20:59:31 (INFO):    gForms Plugin Active. Any new trades will be sent to your google form
2018-07-08 20:59:31 (INFO):    

2018-07-08 20:59:31 (INFO):    Starting to watch the market: GDAX BTC/EUR
Scanning back in the history needed... moment.utc("2018-07-08T18:43:00.000+00:00")
Scanning back in the history needed... false
Scanning back in the history needed... false
HI MIke

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)

--------------------------------------------------------------
Smile
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
npm i



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