TA-lib indicators & Tulip indicators - 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: TA-lib indicators & Tulip indicators (/thread-57669.html) |
TA-lib indicators & Tulip indicators - Ytigiev - 09-21-2018 Hello, In the folder strategies/indicators I see the following files: CCI.js EMA.js MACD.js RSI.js SMMS.js LRC.js PPO.js SMA.js TSI.js Will "Talib & Tulip" installation add additional files in the folder strategies/indicators? If yes which files? RE: TA-lib indicators & Tulip indicators - thaal - 11-08-2018 I'm a bit confused as well... after installing tulind : Code: cd ~/gekko Backtesting seems to work however live trading is not trading XD. Looking at the logs i see this : 2018-11-08 19:10:23 (INFO): Setting up: 2018-11-08 19:10:23 (INFO): Trading Advisor 2018-11-08 19:10:23 (INFO): Calculate trading advice 2018-11-08 19:10:23 (INFO): Using the strategy: tulip-macd 2018-11-08 19:10:23 (ERROR): Failed to load indicator Alligator 2018-11-08 19:10:23 (ERROR): Failed to load indicator HEIKEN 2018-11-08 19:10:23 (ERROR): Failed to load indicator PIVOTHIGHLOW 2018-11-08 19:10:23 (ERROR): Failed to load indicator README 2018-11-08 19:10:23 (ERROR): Failed to load indicator RSI-beta 2018-11-08 19:10:23 (ERROR): Failed to load indicator Stoch 2018-11-08 19:10:23 (ERROR): Failed to load indicator dowjones 2018-11-08 19:10:23 (ERROR): Failed to load indicator indicators Where do I get these missing indicators ? RE: TA-lib indicators & Tulip indicators - askmike - 11-09-2018 Quote:2018-11-08 19:10:23 (ERROR): Failed to load indicator Alligator These are not Gekko indicators. Please ask the creator of the strategy you are trying to run for where to get the missing indicators. Possibly related: https://forum.gekko.wizb.it/thread-57761.html Quote:Will "Talib & Tulip" installation add additional files in the folder strategies/indicators? If yes which files? No, these libraries will install low level binaries inside node_modules/talib. They don't work with js files and bypass the Gekko indicator system. |