Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 124 online users. » 1 Member(s) | 123 Guest(s) jaynestcom
|
Latest Threads |
Gekko development status ...
Forum: Announcements
Last Post: kontho
3 hours ago
» Replies: 1,006
» Views: 930,916
|
Gekko with malware spotte...
Forum: Announcements
Last Post: Dstewarts
3 hours ago
» Replies: 189
» Views: 170,057
|
Gekko 0.6 released
Forum: Announcements
Last Post: Pharagon
11-23-2024, 10:13 AM
» Replies: 122
» Views: 269,014
|
An official Gekko service...
Forum: Announcements
Last Post: drivemad2
11-22-2024, 07:24 AM
» Replies: 103
» Views: 189,800
|
New Gekko UI in the works
Forum: Announcements
Last Post: clduplicateremover
11-18-2024, 08:21 PM
» Replies: 174
» Views: 227,637
|
How to Soft Reset or Hard...
Forum: General Discussion
Last Post: lucifar
10-07-2021, 07:18 PM
» Replies: 22
» Views: 53,005
|
How to add Binance Future...
Forum: Technical Support
Last Post: Xavier32
10-07-2021, 02:20 PM
» Replies: 47
» Views: 108,363
|
Bittrex Configuration hel...
Forum: Bittrex
Last Post: yirzolusto
10-07-2021, 07:39 AM
» Replies: 6
» Views: 19,110
|
[Question] Why does gekko...
Forum: General Discussion
Last Post: cryptocurrency0
10-06-2021, 01:16 PM
» Replies: 16
» Views: 45,823
|
a couple of technical Que...
Forum: Technical Support
Last Post: mtom78632
10-06-2021, 11:08 AM
» Replies: 25
» Views: 58,575
|
|
|
Specify start time |
Posted by: Shima - 03-19-2018, 03:11 PM - Forum: Feature Requests
- Replies (1)
|
|
When running longer candle sizes (and maybe also other scenarios) it would be nice to be able to specify an exact time (and possibly date) for Gekko to go live. For example, if I run a strat on four hour candles and would like it fairly synchronized with TradeView candles so that I easier can analyze/predict the actions of Gekko, I don't want to sit around for two-three hours to press "enter" exactly when TradeView starts a new candle. I would much rather just set a start time as a switch in the console and then Gekko could run a market watcher until then so that market data is ready at the time it goes live.
Like for eample:
node gekko --config strategy.js --start 2018-02-14T04:00:00
|
|
|
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.
|
|
|
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?
|
|
|
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?
|
|
|
|