07-08-2018, 07:04 PM
(07-08-2018, 03:13 PM)askmike Wrote: Could you provide a bit more information? Like:
- CLI or UI?
- what config? Specifically what requiredHistory and what candleSize?
- what gekko version (if downloaded via git please post the commit hash, which is the top line of the command "git log")?
Code:
^Croot@vps520385:~/gekko# ./loop.bash "node gekko --config *cobtceur.js"
______ ________ __ __ __ __ ______
/ \ / |/ | / |/ | / | / \
/$$$$$$ |$$$$$$$$/ $$ | /$$/ $$ | /$$/ /$$$$$$ |
$$ | _$$/ $$ |__ $$ |/$$/ $$ |/$$/ $$ | $$ |
$$ |/ |$$ | $$ $$< $$ $$< $$ | $$ |
$$ |$$$$ |$$$$$/ $$$$$ \ $$$$$ \ $$ | $$ |
$$ \__$$ |$$ |_____ $$ |$$ \ $$ |$$ \ $$ \__$$ |
$$ $$/ $$ |$$ | $$ |$$ | $$ |$$ $$/
$$$$$$/ $$$$$$$$/ $$/ $$/ $$/ $$/ $$$$$$/
Gekko v0.6.1
I'm gonna make you rich, Bud Fox.
2018-07-08 20:59:24 (INFO): Setting up Gekko in realtime mode
2018-07-08 20:59:24 (INFO):
2018-07-08 20:59:24 (INFO): Setting up:
2018-07-08 20:59:24 (INFO): Candle writer
2018-07-08 20:59:24 (INFO): Store candles in a database
2018-07-08 20:59:24 (INFO):
2018-07-08 20:59:24 (INFO): Setting up:
2018-07-08 20:59:24 (INFO): Trading Advisor
2018-07-08 20:59:24 (INFO): Calculate trading advice
2018-07-08 20:59:24 (INFO): Using the strategy: NNv2
2018-07-08 20:59:25 (INFO): The trading method requests 15000 minutes of historic data. Checking availablity..
2018-07-08 20:59:25 (INFO):
2018-07-08 20:59:25 (INFO): Usable local data available, trying to match with exchange data..
Scanning back in the history needed... moment.utc("2018-07-08T18:43:00.000+00:00")
2018-07-08 20:59:25 (INFO): Full history locally available. Seeding the trading method with all required historical candles.
2018-07-08 20:59:26 (INFO): Setting up:
2018-07-08 20:59:26 (INFO): Advice logger
2018-07-08 20:59:26 (INFO):
2018-07-08 20:59:26 (INFO): Setting up:
2018-07-08 20:59:26 (INFO): Trader
2018-07-08 20:59:26 (INFO): Follows the advice and create real orders.
2018-07-08 20:59:26 (INFO):
2018-07-08 20:59:31 (INFO): Portfolio:
2018-07-08 20:59:31 (INFO): REMOVED EUR
2018-07-08 20:59:31 (INFO): REMOVED BTC
2018-07-08 20:59:31 (INFO): Balance:
2018-07-08 20:59:31 (INFO): REMOVED EUR
2018-07-08 20:59:31 (INFO): Exposed:
2018-07-08 20:59:31 (INFO): no (5.14%)
2018-07-08 20:59:31 (INFO): Setting up:
2018-07-08 20:59:31 (INFO): Performance Analyzer
2018-07-08 20:59:31 (INFO): Analyzes performances of trades
2018-07-08 20:59:31 (INFO):
2018-07-08 20:59:31 (INFO): Setting up:
2018-07-08 20:59:31 (INFO): Google Forms
2018-07-08 20:59:31 (INFO): Logs Trades to Google Forms
2018-07-08 20:59:31 (INFO): Prefilled link parsed successfully. 11 fields found.
2018-07-08 20:59:31 (INFO): gForms Plugin Active. Any new trades will be sent to your google form
2018-07-08 20:59:31 (INFO):
2018-07-08 20:59:31 (INFO): Starting to watch the market: GDAX BTC/EUR
Scanning back in the history needed... moment.utc("2018-07-08T18:43:00.000+00:00")
Scanning back in the history needed... false
Scanning back in the history needed... false
I hope this helps.