11-08-2018, 07:38 PM
I'm a bit confused as well...
after installing tulind :
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 ?
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 ?