When launching Gekkoga i get the following error in Gekko Terminal:
TypeError: Cannot read property 'long' of undefined at Base.init (/home/*/gekko/strategies/RSI_BULL_BEAR_ADX.js:39:56)
The extra indicators are installed. The historySize: 1000, as in the new TOML, the rest is just as in the config of Gryphon, what else could i be missing?
The strategy name is also right: stratName: 'RSI_BULL_BEAR_ADX',
When running the 'RSI_BULL_BEAR' strategy everything works as expected
TypeError: Cannot read property 'long' of undefined at Base.init (/home/*/gekko/strategies/RSI_BULL_BEAR_ADX.js:39:56)
The extra indicators are installed. The historySize: 1000, as in the new TOML, the rest is just as in the config of Gryphon, what else could i be missing?
The strategy name is also right: stratName: 'RSI_BULL_BEAR_ADX',
When running the 'RSI_BULL_BEAR' strategy everything works as expected