02-09-2018, 05:37 PM
(02-09-2018, 12:19 AM)susitronix Wrote: If you tell Gekko in the config.js that you:
CONFIG.PAPERTRADER : ENABLE = TRUE
CONFIG.TRADER : ENABLE = TRUE
then gekko dont know if you like to start a Backtest OR a Stratrunner.
Gekko will only run ONE BOT PER CLI-cmd.
It is the same error again after changing the CONFIG.PAPERTRADER : ENABLE = FALSE. I run node gekko --config config.js.
______ ________ __ __ __ __ ______
/ \ / |/ | / |/ | / | / \
/$$$$$$ |$$$$$$$$/ $$ | /$$/ $$ | /$$/ /$$$$$$ |
$$ | _$$/ $$ |__ $$ |/$$/ $$ |/$$/ $$ | $$ |
$$ |/ |$$ | $$ $$< $$ $$< $$ | $$ |
$$ |$$$$ |$$$$$/ $$$$$ \ $$$$$ \ $$ | $$ |
$$ \__$$ |$$ |_____ $$ |$$ \ $$ |$$ \ $$ \__$$ |
$$ $$/ $$ |$$ | $$ |$$ | $$ |$$ $$/
$$$$$$/ $$$$$$$$/ $$/ $$/ $$/ $$/ $$$$$$/
Gekko v0.5.13
I'm gonna make you rich, Bud Fox.
2018-02-09 23:46:22 (INFO): Setting up Gekko in realtime mode
2018-02-09 23:46:22 (INFO):
2018-02-09 23:46:22 (INFO): Setting up:
2018-02-09 23:46:22 (INFO): Candle writer
2018-02-09 23:46:22 (INFO): Store candles in a database
2018-02-09 23:46:22 (INFO):
2018-02-09 23:46:22 (INFO): Setting up:
2018-02-09 23:46:22 (INFO): Trading Advisor
2018-02-09 23:46:22 (INFO): Calculate trading advice
2018-02-09 23:46:22 (INFO): Using the strategy: CCI
2018-02-09 23:46:22 (WARN): TALIB indicators could not be loaded, they will
be unavailable.
2018-02-09 23:46:23 (INFO): The trading method requests 10 minutes o
f historic data. Checking availablity..
2018-02-09 23:46:23 (INFO):
2018-02-09 23:46:23 (INFO): No usable local data available, trying t
o get as much as possible from the exchange..
2018-02-09 23:46:23 (DEBUG): Fetching exchange data since 10 minutes
ago
Gekko encountered an error and can't continue
Error:
Gekko tried to retrieve data since 2018-02-09 20:36:00, however
poloniex did not return any trades.
Meta debug info:
Gekko version: v0.5.13
Nodejs version: v8.9.3