Hi first of all thanks for sharing this strategy!
I'm trying to get it up and running but unfortunately there is a problem with loading ADX... does anyone know how to solve this?
I've added the ADX.js to gekko/strategies/indicators/
<-- POST /api/backtest
2018-05-03 20:31:17 (INFO): Setting up Gekko in backtest mode
2018-05-03 20:31:17 (INFO):
2018-05-03 20:31:17 (INFO): Setting up:
2018-05-03 20:31:17 (INFO): Trading Advisor
2018-05-03 20:31:17 (INFO): Calculate trading advice
2018-05-03 20:31:17 (INFO): Using the strategy: RSI_BULL_BEAR_ADX
2018-05-03 20:31:17 (ERROR): Failed to load indicator ADX
xxx POST /api/backtest 500 181ms -
Error: non-error thrown: Child process has died.
at Object.onerror (/home/user/gekko/node_modules/koa/lib/context.js:105:40)
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:188:7)
**EDIT:** I found the error: I only moved ADX.js but you have to move ALL indicators
I'm trying to get it up and running but unfortunately there is a problem with loading ADX... does anyone know how to solve this?
I've added the ADX.js to gekko/strategies/indicators/
<-- POST /api/backtest
2018-05-03 20:31:17 (INFO): Setting up Gekko in backtest mode
2018-05-03 20:31:17 (INFO):
2018-05-03 20:31:17 (INFO): Setting up:
2018-05-03 20:31:17 (INFO): Trading Advisor
2018-05-03 20:31:17 (INFO): Calculate trading advice
2018-05-03 20:31:17 (INFO): Using the strategy: RSI_BULL_BEAR_ADX
2018-05-03 20:31:17 (ERROR): Failed to load indicator ADX
xxx POST /api/backtest 500 181ms -
Error: non-error thrown: Child process has died.
at Object.onerror (/home/user/gekko/node_modules/koa/lib/context.js:105:40)
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:188:7)
**EDIT:** I found the error: I only moved ADX.js but you have to move ALL indicators