Maybe someone can share our webserver for Gekko datasets? I have full history of BTC and BNB pairs from Binance in Gekko format. Size is 1,5 GB. Im downloading history of bitfinex usd pairs and coinfalcon btc pairs now. This taking a lot of time, so maybe someone want use my work.
recently I was experimenting with tulip-indicators and discovered some challenges. As I want to become more familiar with tulip, I focused on the "Bestone" strategy from here: link
As usual, results of standard settings are quite poor, so I want to perform gekkoga on it to improve. Now I am facing problems creating the correct gekkoga-config-file. Receiving error messages all the time, when starting gekkoga (Bestone strategy itself is running fine via gekko UI).
Has anyone succeeded using gekkoga on Bestone strategy? Would be nice to share the gekkoga config file. There is something I am missing...
Cheers
edit:
I assume to have a mistake in assigning the "variables" correctly as some of them are named identically ("optInTimePeriod" for EMAshort and EMAlong and RSI). Here is an extract of my gekkoga-config-file for reference...
candleValues: [10,12,14,16,20,30,40],
getProperties: () => ({
// Strat settings must be flattened and cannot be nested for mutation to work properly!
I was backtesting for a few days, then tried to do a paper trade when gekko crashed.
on restart i get this:
root@41RRG5F:~# node gekko --ui
module.js:549 throw err; ^
Error: Cannot find module '/root/gekko' at Function.Module._resolveFilename (module.js:547:15) at Function.Module._load (module.js:474:25) at Function.Module.runMain (module.js:693:10) at startup (bootstrap_node.js:188:16) at bootstrap_node.js:609:3
Beginner's question. Sorry if it has already been asked.
If I leave the PC with gekko started in real money mode what happens if the connection is disconnected?
1) When you start the connection, restart gekko without any consequences
2) When the connection is restarted again gekko but there are problems with the candles
3) Gekko does not start again
Another question, it is true that it would be convenient to select candles at 15 minutes to start gekko exactly at xx.15, xx.30 xx.45 xx.00? the same for those for 5 minutes
xx.00 xx.05 xx.10 xx.15 and so on?
I'm running a strategy with Gekko in UI mode, but I would like to make some improvements/tuning.
As the warmup is quite long, is there any way to modify a running strategy in Gekko ?
I run Gekko Gekko v0.5.13 I tried to use Poloniex; starting the download of data but then suddenly said everything is done, but there is no data....This is the terminal processes:
<-- GET /api/gekkos
--> GET /api/gekkos 200 64ms 2b
<-- GET /api/imports
--> GET /api/imports 200 16ms 2b
<-- GET /api/exchanges
<-- GET /api/apiKeys
--> GET /api/apiKeys 200 13ms 12b
<-- GET /api/gekkos
--> GET /api/gekkos 200 7ms 2b
--> GET /api/exchanges 200 36s 91.58kb
<-- POST /api/import
Import 7182615249482125 started
--> POST /api/import 200 114ms 151b
node-pre-gyp ERR! Tried to download(403): https://mapbox-node-binary.s3.amazonaws....arm.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for sqlite3@3.1.13 and node@8.9.4 (node-v57 ABI) (falling back to source compile with node-gyp)
make: Entering directory '/usr/lib/node_modules/sqlite3/build'
ACTION deps_sqlite3_gyp_action_before_build_target_unpack_sqlite_dep Release/obj/gen/sqlite-autoconf-3150000/sqlite3.c
TOUCH Release/obj.target/deps/action_before_build.stamp
CC(target) Release/obj.target/sqlite3/gen/sqlite-autoconf-3150000/sqlite3.o
Is a step by step tuto exist to install GEKKO on a Raspberry pi 2 ?