TA-lib indicators & Tulip indicators
#1
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?
  Reply
#2
I'm a bit confused as well...

after installing tulind :
Code:
cd ~/gekko
npm install tulind --no-save


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 ?
  Reply
#3
Quote: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

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.
  Reply


Forum Jump:


Users browsing this thread: