if you running a Gekko strategie that needs SQlite you might find an ERROR in the CMD that SQlite is not installed yet.
it ask you to install it by:
npm install sqlite3@3.1.4 //something like this
Hi all, having problems, if anyone can advise me on what is wrong here it would be greatly appreciated.
[color=rgba(255, 255, 255, 0.7)]TypeError: Cannot read property 'log' of undefined
at pipelineRunner (C:\xxxx\xx\Downloads\gekko-develop\web\routes\startGekko
.js:86:14)
at Object.message (C:\xxxx\xx\Downloads\gekko-develop\core\workers\pipeline
\messageHandlers\realtimeHandler.js:10:9)
at ChildProcess. (C:\xxxx\xx\Downloads\gekko-develop\core\worker
s\pipeline\parent.js:29:12)
at emitTwo (events.js:126:13)
at ChildProcess.emit (events.js:214:7)
at emit (internal/child_process.js:772:12)
at _combinedTickCallback (internal/process/next_tick.js:141:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
disconnect[/color]
Hey SQLite was not working for me, the bot crashes everytime I try to use it with tradebot...works great with everything else ...getting child errors etc...So I want to try postgresql but I’m not familiar with it...I downloaded the newest postgresql and have the server running...edited the uiconfig and base config but still not luck...this is on windows 10 running gekko in UI mode..any ideas? From what I’ve read SQLite is too weak to handle tradebot so therefore I wanna try postgresql
<-- GET /api/imports
--> GET /api/imports 200 17ms 2b
<-- GET /api/gekkos
--> GET /api/gekkos 200 4ms 2b
<-- GET /api/gekkos
--> GET /api/gekkos 200 4ms 2b
<-- GET /api/apiKeys
--> GET /api/apiKeys 200 3ms 10b
<-- GET /api/exchanges
--> GET /api/exchanges 200 8,848ms 64.46kb
<-- POST /api/import
Import 696685438790157 started
--> POST /api/import 200 794ms 150b
RECEIVED ERROR IN IMPORT 696685438790157
Hi
Enybody know..?
I startet a liveGekko Stratrunner.
Before, i config config.js in order to mail me at the buy/sell signals. Also wenn starting the liveGekko.
-"my.Adress"
-"my.Password"
-"smtp.gmx.COM" //<--- my email ...gmx.NET
-smtpauth: true, // just recognized while writing. sorry
-"" // is it smtp.gmx.NET ?
-""
-""
-ssl: true,
-""
It created an error at startup
Is the Mailer Plugin (easy method) only for Gmail accounts?
I must ask this question because for this LiveGekko Stratrunner its to late.
Hi Mike
(PS: right now my Gekko made a third Trade but the Year display remain the same and Exposure 5month.
Has it got not enough data or did i messed it up when put 100usdt into the Currency-wallet while warmup Period?)
My Stratrunner made one roundtrip. Now its waiting.
I recodnized a strange Year problem in the roundtrip window. See Atachement
(the current Balance is incorrect because i sold coins while at Warmup stage)
Just tested the the Cmd method and tryed backtest since have two seperat laptop now.
Its nice i like it. Neat
Thinking of restarting my Stratrunner as Cmd and dont touch this comp again.
Or could it be nordVPN dropout?
Should i disable the VPN for LiveGekko?
Thanks
Hi Mike what happen to the Live Stratrunner if a network Dropout occurs?
Or manually reconnect another vpn server. (30sec dropout or so)
Win7-64 NordVPN...
UPDATE:
my CMD- Stratrunner displayed an error so i found its the LAN-VPN dropout. (4times: VPN-server overload)
>>>As soon as it went back online, the marketFetcher worked again and even loaded the missing Data
Wonderful thought it would take hours to relounch a working LiveGekko!
Thanks Mike
If i would like to adjust my Strategie for a Live Gekko:
Is it possible to stop a Strat runner without stopping the Market watcher and loose its data.
For afterwards starting the modified/new Strat runner without Warmup period?