Doesn't work standart strategies. - Printable Version +- Gekko Forum (https://forum.gekko.wizb.it) +-- Forum: Gekko (https://forum.gekko.wizb.it/forum-13.html) +--- Forum: Technical Support (https://forum.gekko.wizb.it/forum-19.html) +--- Thread: Doesn't work standart strategies. (/thread-57668.html) |
Doesn't work standart strategies. - Ytigiev - 09-21-2018 Hello, I have an issue with using strategies. Some strategies work properly, some doesn't work. I think the root of the cause is incompatibility some of the version modules> I installed many times gekko with the various configuration on ubuntu and sometimes strategies had worked and sometimes didn't. For example doesn't work tulip_adx. tulip_macd Who can write the exact version of ubuntu, gekko, nodejs, npm, tulip, talib, etc modules/soft which are with default strategies of the gekko? ytigiev@ytigiev-VirtualBox:~/gekko$ node gekko --ui ______ ________ __ __ __ __ ______ / \ / |/ | / |/ | / | / \ /$$$$$$ |$$$$$$$$/ $$ | /$$/ $$ | /$$/ /$$$$$$ | $$ | _$$/ $$ |__ $$ |/$$/ $$ |/$$/ $$ | $$ | $$ |/ |$$ | $$ $$< $$ $$< $$ | $$ | $$ |$$$$ |$$$$$/ $$$$$ \ $$$$$ \ $$ | $$ | $$ \__$$ |$$ |_____ $$ |$$ \ $$ |$$ \ $$ \__$$ | $$ $$/ $$ |$$ | $$ |$$ | $$ |$$ $$/ $$$$$$/ $$$$$$$$/ $$/ $$/ $$/ $$/ $$$$$$/ Gekko v0.6.6 I'm gonna make you rich, Bud Fox. Serving Gekko UI on http://localhost:3000/ <-- GET /api/imports --> GET /api/imports 200 2ms 2b <-- GET /api/gekkos --> GET /api/gekkos 200 1ms 24b <-- GET /api/apiKeys --> GET /api/apiKeys 200 1ms 2b <-- GET /api/exchanges --> GET /api/exchanges 200 376ms 87.76kb <-- GET /api/configPart/performanceAnalyzer --> GET /api/configPart/performanceAnalyzer 200 1ms 144b <-- GET /api/strategies <-- GET /api/configPart/paperTrader --> GET /api/configPart/paperTrader 200 1ms 132b --> GET /api/strategies 200 16ms 15.34kb <-- POST /api/scansets --> POST /api/scansets 200 316ms 129b <-- POST /api/backtest --> POST /api/backtest 200 2,250ms 33.71kb <-- POST /api/backtest xxx POST /api/backtest 500 302ms - Error: non-error thrown: This Gekko instance encountered an error and can't continue at Object.onerror (/home/ytigiev/gekko/node_modules/koa/lib/context.js:105:40) at <anonymous> at process._tickCallback (internal/process/next_tick.js:189:7) <-- POST /api/backtest xxx POST /api/backtest 500 316ms - Error: non-error thrown: This Gekko instance encountered an error and can't continue at Object.onerror (/home/ytigiev/gekko/node_modules/koa/lib/context.js:105:40) at <anonymous> at process._tickCallback (internal/process/next_tick.js:189:7) RE: Doesn't work standart strategies. - askmike - 09-22-2018 Very strange, can you try running a backtest over the commandline instead? That will give more information. Instructions are here: https://forum.gekko.wizb.it/thread-57581.html RE: Doesn't work standart strategies. - Ytigiev - 09-22-2018 (09-22-2018, 05:09 AM)askmike Wrote: Very strange, can you try running a backtest over the commandline instead? That will give more information. Instructions are here: https://forum.gekko.wizb.it/thread-57581.html Now it works (command line and web). I can't understand logic. I install/update additional packages and modules for using (https://github.com/xFFFFF/Gekko-Strategies). I also did Code: npm install Code: npm install --only-production Maybe it helped me. I can't catch the moment what has solved the problem. RE: Doesn't work standart strategies. - askmike - 09-22-2018 Happy to hear you got it working nonetheless. |