enable talib on windows 10 - 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: enable talib on windows 10 (/thread-57543.html) |
enable talib on windows 10 - Justaotheruser - 08-12-2018 Hello I got this error when I use a indicator talib 2018-08-12 11:27:26 (ERROR): Failed to load indicator talib-custom 2018-08-12 11:27:26 (ERROR): Failed to load indicator talib Gekko encountered an error and can't continue Error: Talib is not enabled Meta debug info: Gekko version: v0.6.4 Nodejs version: v8.11.3 I tried install through bash but then I got this error. THe nodes were installed : not foundtop/gekko/nodejs/npm: 3: /mnt/c/Desktop/gekko/nodejs/npm: : not foundtop/gekko/nodejs/npm: 5: /mnt/c/Desktop/gekko/nodejs/npm: /mnt/c/Desktop/gekko/nodejs/npm: 6: /mnt/c/Desktop/gekko/nodejs/npm: Syntax error: word unexpected (expecting "in") who can help me install talib in windows 10. Untill now it is a pain in the ass RE: enable talib on windows 10 - askmike - 08-12-2018 Maybe someone knows this? I haven't used Windows in a decade so I am of little help. RE: enable talib on windows 10 - Justaotheruser - 08-13-2018 I got it. You need to install first npm with the command sudo apt-get install npm. After that it installs npm and then I can install talib or tulip But I got al my strategie in my gekko windows desktop version. Is there any way that i can copy my windows 10 gekko desktop to my bash command line gekko version ? Where can i download latest version of node ? RE: enable talib on windows 10 - Justaotheruser - 08-13-2018 Rare, Talib install succeed but tulind I get error. With bash I can do everything what I normally also do in windows command line correct ? I can backtest with the command line etc ? @askmike when I try to import. Gekko give this error. Import 101406107935866 started --> POST /api/import 200 189ms 150b RECEIVED ERROR IN IMPORT 101406107935866 This Gekko instance encountered an error and can't continue. Perhabs is the solution to copy all my windows gekko files into my bash gekko file. Any one know how to do that ? Does anyone use ubuntu in windows ? RE: enable talib on windows 10 - Justaotheruser - 08-13-2018 okay I got the import problem fixed. Is there any way that I can copy all my gekko files into the new gekko folder (Or at least the strategie's (toml and js)) RE: enable talib on windows 10 - ManuManu - 08-13-2018 I'm not sure I understand yoru question ? What prevents you from copying the folders ? ( the strategies and config/strategies folders to be clear ) RE: enable talib on windows 10 - Justaotheruser - 08-14-2018 (08-13-2018, 08:03 PM)ManuManu Wrote: I'm not sure I understand yoru question ? RE: enable talib on windows 10 - Justaotheruser - 08-14-2018 I got it next error any one ? if(!_.contains(plugin.modes, gekkoMode)) { ^ TypeError: _.contains is not a function at load (/home/joep/gekko/core/pluginUtil.js:72:11) at /home/joep/gekko/node_modules/async/dist/async.js:1156:9 at replenish (/home/joep/gekko/node_modules/async/dist/async.js:1030:17) at /home/joep/gekko/node_modules/async/dist/async.js:1034:9 at _asyncMap (/home/joep/gekko/node_modules/async/dist/async.js:1154:5) at /home/joep/gekko/node_modules/async/dist/async.js:1240:16 at Object.mapSeries (/home/joep/gekko/node_modules/async/dist/async.js:1066:16) at loadPlugins (/home/joep/gekko/core/pipeline.js:52:11) at /home/joep/gekko/node_modules/async/dist/async.js:3845:9 at replenish (/home/joep/gekko/node_modules/async/dist/async.js:1030:17) RE: enable talib on windows 10 - ManuManu - 08-17-2018 (08-14-2018, 09:36 AM)Justaotheruser Wrote:(08-13-2018, 08:03 PM)ManuManu Wrote: I'm not sure I understand yoru question ? You can still copy from one folder to another, or from one computer to another, btw... Strats and config are just plain text files. Perhaps I'm missing something ... RE: enable talib on windows 10 - Justaotheruser - 08-21-2018 I run gekko now in linux on VM. I got it already but thanks for the assistance |