02-11-2018, 03:38 AM
(02-10-2018, 08:05 PM)Derbeweis Wrote: Another question:
I managed actually a lot here, i can now use tmux and have multiple sessions parallel... i did more than one import and it was good.... now i starrten to try the backtest and ended up with this error:f
node gekko --config config_02.js --backtest
______ ________ __ __ __ __ ______
/ \ / |/ | / |/ | / | / \
/$$$$$$ |$$$$$$$$/ $$ | /$$/ $$ | /$$/ /$$$$$$ |
$$ | _$$/ $$ |__ $$ |/$$/ $$ |/$$/ $$ | $$ |
$$ |/ |$$ | $$ $$< $$ $$< $$ | $$ |
$$ |$$$$ |$$$$$/ $$$$$ \ $$$$$ \ $$ | $$ |
$$ \__$$ |$$ |_____ $$ |$$ \ $$ |$$ \ $$ \__$$ |
$$ $$/ $$ |$$ | $$ |$$ | $$ |$$ $$/
$$$$$$/ $$$$$$$$/ $$/ $$/ $$/ $$/ $$$$$$/
��������Gekko v0.5.12
��������I'm gonna make you rich, Bud Fox.
2018-02-10 20:59:15 (INFO):�����Setting up Gekko in backtest mode
2018-02-10 20:59:15 (INFO):
2018-02-10 20:59:15 (INFO):�����Setting up:
2018-02-10 20:59:15 (INFO):������������� Trading Advisor
2018-02-10 20:59:15 (INFO):������������� Calculate trading advice
2018-02-10 20:59:15 (INFO):������������� Using the strategy: MACD
2018-02-10 20:59:15 (WARN):�����TALIB indicators could not be loaded, they will be unavailable.
2018-02-10 20:59:15 (INFO):
2018-02-10 20:59:15 (INFO):�����Setting up:
2018-02-10 20:59:15 (INFO):������������� Paper Trader
2018-02-10 20:59:15 (INFO):������������� Paper trader that simulates fake trades.
2018-02-10 20:59:15 (INFO):
2018-02-10 20:59:15 (INFO):�����Setting up:
2018-02-10 20:59:15 (INFO):������������� Performance Analyzer
2018-02-10 20:59:15 (INFO):������������� Analyzes performances of trades
2018-02-10 20:59:15 (INFO):
Gekko encountered an error and can't continue
Error:
History directory does not exist.
Meta debug info:
Gekko version: v0.5.12
Nodejs version: v9.5.0
Any idea why?
Where are my imports ??
Thanks
I found it : The candle.writer was off (
Now a really hard question for me :
In the config files when you sepeiciy the Candelsize and the history size... are these in minutes?
So 10 is 10 min?
then, does it affect the import? (I assume not, but i am not sure) so if I imort a year with these settings on 1 and 1
And then in the paper trade i use 10 or 5 or 15, they all can use the same import right?
Last question: when i run a new strategy from CL do i have to build the Tombl file also? Or can I just have the settings in the strategy?
Thanks a lot..