Hi all,
whats the right process to let gekko livetrader use as much local history (from an import) as possible? I have a strat that uses a very slow sma and it would take days to wait until it fetches enough data to start.
Thanks!
BR,
Mathias
Mike answerd me:
Only the --ui version dos not load local data to use as history.
The CLI-cmd version fetches some data but mine could not find the local data.
Instead it loaded the required data from Binance/exchange !nice
//After starting it only says:
trading at binance ACTIVE
I startet 4 gekkos to see if it trades (win7) 3 days each.
Indeed it dos and if the Strat is good and testet, it works at the expected Buy/Sell Levels.
Thanks Guys, will try it in terminal mode
02-08-2018, 08:17 PM
(This post was last modified: 02-08-2018, 08:47 PM by 0mathew0.)
Works!
One thing, I found out - I bet you already know this, but just in case another person is asking:
It didn't find local data when importing via CLI before starting the trader (no usable data found), only importing via the UI worked and the trader found all the data it needed.
One more question: How can I activate logging into a corresponding log file under ../logs, like it does when using the UI ?