Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 39,322
» Latest member: DishisdesignJewellery
» Forum threads: 926
» Forum posts: 6,383

Full Statistics

Online Users
There are currently 331 online users.
» 0 Member(s) | 331 Guest(s)

Latest Threads
An official Gekko service...
Forum: Announcements
Last Post: tanvirai
11-20-2025, 12:18 PM
» Replies: 113
» Views: 291,697
Gekko development status ...
Forum: Announcements
Last Post: erectilenovus
11-17-2025, 11:36 AM
» Replies: 753
» Views: 1,768,363
Gekko 0.6 released
Forum: Announcements
Last Post: soniyathakur
11-02-2025, 12:21 PM
» Replies: 129
» Views: 380,347
Gekko with malware spotte...
Forum: Announcements
Last Post: cofffee124
10-30-2025, 09:56 AM
» Replies: 216
» Views: 346,106
New Gekko UI in the works
Forum: Announcements
Last Post: cofffee124
09-04-2025, 08:12 AM
» Replies: 186
» Views: 390,501
How to add Binance Future...
Forum: Technical Support
Last Post: Xavier32
10-07-2021, 02:20 PM
» Replies: 47
» Views: 159,120
Bittrex Configuration hel...
Forum: Bittrex
Last Post: yirzolusto
10-07-2021, 07:39 AM
» Replies: 6
» Views: 31,836
[Question] Why does gekko...
Forum: General Discussion
Last Post: cryptocurrency0
10-06-2021, 01:16 PM
» Replies: 16
» Views: 70,992
a couple of technical Que...
Forum: Technical Support
Last Post: mtom78632
10-06-2021, 11:08 AM
» Replies: 25
» Views: 87,739
Is there any way to make ...
Forum: Custom Systems
Last Post: seorun
10-05-2021, 08:20 AM
» Replies: 42
» Views: 134,738

 
  Howto: auto re-run Gekko on crash
Posted by: xFFFFF - 03-18-2018, 11:49 AM - Forum: Guides - Replies (7)

Sometimes it happens that some error will occur in Gekko and the program will turn off, for example when we have runned Gekkos live trade. 

We can overcome this by simply loops in Bash.

Code:
#!/bin/bash
for i in {1..10}
do
$1
done
1. Save above code to loop.bash file and copy to Gekko directory.
2. $ chmod +x loop.bash
3. $ ./loop.bash "node gekko -c config.js"

After turning off Gekko, the script will launch Gekko again. He will repeat the action 10 times.


  I have full Binance history in datasets, but haven't webserver to share
Posted by: xFFFFF - 03-17-2018, 11:10 AM - Forum: General Discussion - Replies (9)

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.


  save data on a externe HDD ?
Posted by: RemcoCoin - 03-17-2018, 12:32 AM - Forum: Technical Support - Replies (1)

Is it possible to change the location for the data.
i wanna saving all the data of backtest and livetrading at a nas disk ?


  GekkoGA on "Bestone" strategy
Posted by: Knurrhuhn - 03-15-2018, 07:09 PM - Forum: Strategy Development - Replies (2)

Hey there, 

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!

// historySize: randomExt.integer(100, 20),
  historySize: 100,
// historySize: randomExt.integer(6, 1) * 100,

//[MACD]
optInFastPeriod: 12,
optInSlowPeriod: 26,
optInSignalPeriod: 9,

//[EMAshort]
optInTimePeriod: 9,

//[EMAlong]
optInTimePeriod: 21,

//[STOCH]
optInFastKPeriod: 9,
optInSlowKPeriod: 3,
optInSlowKMAType: 1,
optInSlowDPeriod: 3,
optInSlowDMAType: 1,

//[RSI]
optInTimePeriod: 14,

//[thresholds]
RSIhigh: randomExt.integer(85, 65),
RSIlow: randomExt.integer(35, 20),
MACDhigh: 0.0,
MACDlow: 0.0,
persistance: 1,

    candleSize: config.candleValues[randomExt.integer(config.candleValues.length -1, 0)]

  })



(sorry, attachments not allowed...)


  Error: Cannot find module '/root/gekko'
Posted by: Krokodil - 03-15-2018, 04:21 PM - Forum: Technical Support - Replies (3)

Hi, 

I am a new Gekko user.

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


Any idea what went wrong?


Wink Gekko and internet disconnection
Posted by: JoshuaKeen - 03-14-2018, 01:22 AM - Forum: Technical Support - Replies (1)

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?


  Can we do something about the spam?
Posted by: zappra - 03-13-2018, 07:36 AM - Forum: General Discussion - Replies (12)

Undecided

Does registration need to be tightened up? I'm seeing more new posts about buying meds than trading!


  Changing parameters on a running strategy
Posted by: Greg L. - 03-12-2018, 01:46 PM - Forum: Technical Support - No Replies

Hello,

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 ?

Cheers,


  Poloniex doesn't retrive information in local data
Posted by: Feetz - 03-11-2018, 06:21 AM - Forum: Poloniex - Replies (5)

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

How can I fix the entry of data or the source?



Attached Files
.png   gekko.png (Size: 291.7 KB / Downloads: 13)

Question Cannot install on Raspberry pi2
Posted by: Phil2 - 03-09-2018, 12:30 AM - Forum: Technical Support - Replies (3)

Hello All

I tried to install gekko on a Raspberry pi 2 but it doesn't work. I tried to install on a clean RaspBian 

I had the same problem as described here :

https://forum.gekko.wizb.it/thread-10.html


pi@raspberrypi:~ $ sudo npm i -g sqlite3 --unsafe-perm

> sqlite3@3.1.13 install /usr/lib/node_modules/sqlite3
> node-pre-gyp install --fallback-to-build

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 ? 

Thanks for all your helps