05-09-2018, 07:54 AM
(05-04-2018, 10:52 PM)neodavidson Wrote: 2018-05-04 22:49:45 (WARN): TALIB indicators could not be loaded, they will be unavailable.The new versions of BULL_BEAR don't need TALIB, TULIP and STC even though you receive error messages.
2018-05-04 22:49:45 (WARN): TULIP indicators could not be loaded, they will be unavailable.
2018-05-04 22:49:45 (ERROR): Failed to load indicator STC
C:\Users\Administrator\documents\gekko-0.5.14\strategies\RSI_BULL_BEAR.js:34
this.addIndicator('maSlow', 'SMA', this.settings.SMA_long );
^
TypeError: Cannot read property 'SMA_long' of undefined
at Base.init (C:\Users\Administrator\documents\gekko-0.5.14\strategies\RSI_BULL_BEAR.js:34:52)
check your config.js fire for the correct settings:
there you should have the follwing lines
config.RSI_BULL_BEAR = {
SMA_long: xx,
SMA_short: xx,
//and your other settings
},