03-29-2018, 03:09 PM
having almost the same issue Kris191, you are getting this error:
2018-03-29 06:26:49 (INFO): Using the strategy: RSI_BULL_BEAR_ADX
/root/gekko/strategies/RSI_BULL_BEAR_ADX.js:39
this.addIndicator('maSlow', 'SMA', this.settings.SMA.long );
^
if I run RSI_BULL_BEAR_ADX I receive same error as you...
2018-03-29 09:52:54 (INFO): Using the strategy: RSI_BULL_BEAR_ADX
/home/minerjoe/gekko/strategies/RSI_BULL_BEAR_ADX.js:39
this.addIndicator('maSlow', 'SMA', this.settings.SMA.long );
^
but when I execute RSI_BULL_BEAR I receive "this.settings.SMA_long);
2018-03-29 09:56:29 (INFO): Using the strategy: RSI_BULL_BEAR
/home/minerjoe/gekko/strategies/RSI_BULL_BEAR.js:34
this.addIndicator('maSlow', 'SMA', this.settings.SMA_long );
^
Any help would be appreciated. Reworked everything, just having issues with the indicators I guess.
Ubuntu 16.04
followed "instructions for use" on first page then
npm install talib
npm install tulind (it built from source)
node-pre-gyp ERR! Pre-built binaries not found for tulind@0.8.10 and node@8.10.0 (node-v57 ABI, glibc) (falling back to source compile with node-gyp)
am I missing anything else?
2018-03-29 06:26:49 (INFO): Using the strategy: RSI_BULL_BEAR_ADX
/root/gekko/strategies/RSI_BULL_BEAR_ADX.js:39
this.addIndicator('maSlow', 'SMA', this.settings.SMA.long );
^
if I run RSI_BULL_BEAR_ADX I receive same error as you...
2018-03-29 09:52:54 (INFO): Using the strategy: RSI_BULL_BEAR_ADX
/home/minerjoe/gekko/strategies/RSI_BULL_BEAR_ADX.js:39
this.addIndicator('maSlow', 'SMA', this.settings.SMA.long );
^
but when I execute RSI_BULL_BEAR I receive "this.settings.SMA_long);
2018-03-29 09:56:29 (INFO): Using the strategy: RSI_BULL_BEAR
/home/minerjoe/gekko/strategies/RSI_BULL_BEAR.js:34
this.addIndicator('maSlow', 'SMA', this.settings.SMA_long );
^
Any help would be appreciated. Reworked everything, just having issues with the indicators I guess.
Ubuntu 16.04
followed "instructions for use" on first page then
npm install talib
npm install tulind (it built from source)
node-pre-gyp ERR! Pre-built binaries not found for tulind@0.8.10 and node@8.10.0 (node-v57 ABI, glibc) (falling back to source compile with node-gyp)
am I missing anything else?