07-13-2018, 01:40 AM
(07-13-2018, 12:15 AM)IPhantom Wrote:(07-12-2018, 10:29 PM)Kris191 Wrote: I tried your fix and still getting error now its saying talib is not enabled. I might have to do a complete reinstallCan you post what it says?
Gekko might generalize all errors into "TAlib is not installed". You can find out more (technical) information by running the following command:
Code:
node -e "require('talib'); console.log('talib loaded')"
If it says "talib loaded" it should be installed properly, if it says anything else please post that here.