03-02-2020, 03:57 PM
(02-19-2020, 11:04 PM)PGTART Wrote: I'd like to start green gekko with webui (not barebone console, i dont trade that fast its no problem to run a local web).Forgive me if I am misreading your output but gekko.js is in \gekko\ not \gekko\config so you need to run it in the parent folder to what yours says.
So i start it with node gekko --ui
The problem is it wont startup i have created a postgresql server added a user and a db but its not working.
The problems seams a missing file as from the error (which is strange as normal gekko doesnt use such a file either)..
I dont know who to contact or where to raise an issue about green gekko (is there a person or forum elsewhere?)
But if you know what to do please help me
G:\GreenGekko\gekko\config>node gekko.js --ui
internal/modules/cjs/loader.js:638
throw err;
^
Error: Cannot find module 'G:\GreenGekko\gekko\config\gekko.js'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
at Function.Module._load (internal/modules/cjs/loader.js:562:25)
at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
at startup (internal/bootstrap/node.js:283:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:622:3)
I got a problem starting up with green gekko, a variant of gekko.
If this is not the forum for please let me know who or where to contact people / forum.
The error is literally node saying cannot find gekko.js
I must also point out that GreenGekko is not recommended if you just want the UI as it is not being updated and is known to break. If you want a trading UI look at RedGekko instead https://github.com/mark-sch/RedGekko (it is a fork of https://github.com/Haehnchen/crypto-trading-bot however it is for trading futures)