Bitcoin Forum
April 19, 2024, 01:44:01 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 [31] 32 33 34 »
  Print  
Author Topic: Gekko - a javascript trading bot and backtesting platform  (Read 147800 times)
bitkominer
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
June 22, 2017, 09:52:54 PM
 #601

Hi, is anyone still alive here?
I just installed gekko-stable and play around with it. Can anyone tell me how to add Heiken Ashi indicator to gekko-stable's strategy?

I found Heiken Ashi is available in another gekko branch (gekko-config_fix), but I got no result while installing it and ended up with many errors.
1713534241
Hero Member
*
Offline Offline

Posts: 1713534241

View Profile Personal Message (Offline)

Ignore
1713534241
Reply with quote  #2

1713534241
Report to moderator
"I'm sure that in 20 years there will either be very large transaction volume or no volume." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
coinmania
Member
**
Offline Offline

Activity: 97
Merit: 10


View Profile
June 23, 2017, 09:23:45 PM
 #602

Hey guys just discovered this thread im also a Gekko user just experimented with the back testing and now on live trade i was playing with settings and came up with this strategie. 

Code:
// Exponential Moving Averages settings:
config.DEMA = {
  // EMA weight (α)
  // the higher the weight, the more smooth (and delayed) the line
  short: 13,
  long: 19,
  // amount of candles to remember and base initial EMAs on
  // the difference between the EMAs (to act as triggers)
  thresholds: {
    down: -1,
    up: 1
  }

It is quite conservative and does not many trades, but it is about +200% in the last 2 Month

Now i just don't figure
1. How to install talib on a windows PC and
2. is there a way to adjust the amount / percentage of available funds the bot shall spend on each Trade?
3. How can i combine strategies for example a Fibo Retracement wit an DEMA or something?

Cheers

"Amateurs sit and wait for inspiration, the rest of us get up and go to work" Stephen King

Just sayin: 158xW3o63zdGe6wCQH5edyrjm5RFzTqghn
AntiLopa19
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
July 02, 2017, 08:19:40 AM
 #603

Is there an elaborated documentation?

I'm looking for docs for understanding each function and what it does..
For example in the MACD, the "short","long" indicators I dont know if it by days/hours... And in general what each parameter stand for, it's very unclear to beginners.. The TA-lib indicators site isn't helpful either since it only elaborate the functions without any explanation & parameters details.

Can someone assist?
dragonsfire1981
Jr. Member
*
Offline Offline

Activity: 58
Merit: 1


View Profile
July 15, 2017, 03:46:01 PM
 #604

I agree with this- I just don't know what the parameters mean. I was able to install and set it up after a few attempts but the programming and numbers don't mean much to me- would the developer be able to give easy examples as to what parameters to change on different strategies?

Is there an elaborated documentation?

I'm looking for docs for understanding each function and what it does..
For example in the MACD, the "short","long" indicators I dont know if it by days/hours... And in general what each parameter stand for, it's very unclear to beginners.. The TA-lib indicators site isn't helpful either since it only elaborate the functions without any explanation & parameters details.

Is there an elaborated documentation?

I'm looking for docs for understanding each function and what it does..
For example in the MACD, the "short","long" indicators I dont know if it by days/hours... And in general what each parameter stand for, it's very unclear to beginners.. The TA-lib indicators site isn't helpful either since it only elaborate the functions without any explanation & parameters details.

Can someone assist?
1melyun
Hero Member
*****
Offline Offline

Activity: 546
Merit: 501


View Profile
July 24, 2017, 01:44:41 PM
 #605

I got an error when I was trying to import data. This picture show error code on cmd. How can I fix that. Where did I mistake. Can you help me to solve this problem. I will gratefull if you come with a solution below that post Smiley
kaanb
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
August 02, 2017, 06:04:13 PM
 #606

you need to install the package you are missing

npm install sqlite3

that should do the job
kaanb
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
August 02, 2017, 06:12:32 PM
 #607

I backtested your strategy on ETHBTC (poloniex) from 2016-06-30 to 2017-04-15 15:59 and got a whopping 64% profit :p

https://s1.postimg.org/d1xjfmq5b/Screen_Shot_2017-08-02_at_21.04.57.png


Smiley



Hey guys just discovered this thread im also a Gekko user just experimented with the back testing and now on live trade i was playing with settings and came up with this strategie.  

Code:
// Exponential Moving Averages settings:
config.DEMA = {
  // EMA weight (α)
  // the higher the weight, the more smooth (and delayed) the line
  short: 13,
  long: 19,
  // amount of candles to remember and base initial EMAs on
  // the difference between the EMAs (to act as triggers)
  thresholds: {
    down: -1,
    up: 1
  }

It is quite conservative and does not many trades, but it is about +200% in the last 2 Month

Now i just don't figure
1. How to install talib on a windows PC and
2. is there a way to adjust the amount / percentage of available funds the bot shall spend on each Trade?
3. How can i combine strategies for example a Fibo Retracement wit an DEMA or something?

Cheers

isbkch
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
September 04, 2017, 03:59:13 PM
 #608

Any plans to add Bittrex importer ?
36524s
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
September 08, 2017, 11:41:30 PM
 #609

I have put up a new site for Gekko that has:

  • download Gekko genetic algorithm for optimising strategies
  • database downloads including: 5+ years btce btc/usd and many 1+ years major coin pairs on poloniex
  • tips and tricks for using and optimising Gekko

http://gekkowarez.com/
Stivenson
Member
**
Offline Offline

Activity: 89
Merit: 10


View Profile
September 28, 2017, 10:40:27 AM
 #610

Hello there!
Does someone already add Novaexchange to Gekko?

JoshyC
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
October 02, 2017, 02:10:58 PM
 #611

did you find what your looking for presuntinho4? i am looking for the same thing...

I have put up a new site for Gekko that has:

  • download Gekko genetic algorithm for optimising strategies
  • database downloads including: 5+ years btce btc/usd and many 1+ years major coin pairs on poloniex
  • tips and tricks for using and optimising Gekko

http://gekkowarez.com/


HI. Do you think is possible to do what I asked in the post above?
whydifficult (OP)
Sr. Member
****
Offline Offline

Activity: 287
Merit: 250



View Profile WWW
October 02, 2017, 02:18:19 PM
 #612

In the next version of Gekko you can (using limit orders), right now you would have to implement in your strategy (which is anything but realtime, but it works).

Gekko a nodejs bitcoin trading bot!
Realtime Bitcoin Globe - visualizing all transactions and blocks
Tip jar (BTC): 1KyQdQ9ctjCrGjGRCWSBhPKcj5omy4gv5S
dewme5
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
October 21, 2017, 02:04:16 PM
 #613

Any idea what I might have done wrong.  These are my settings

DEMA
short = 13
long = 19

[thresholds]
down = -1
up = 0.75

To me, it looks like I am buying low, and selling high, so what am I misunderstanding?

https://imgur.com/a/UZus1
normanu
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
October 24, 2017, 03:01:41 PM
 #614

Does anyone know how to combine strategy's ?
For example if I want to combine CCI & RSI and they crosslines sell or buy?
dragonsfire1981
Jr. Member
*
Offline Offline

Activity: 58
Merit: 1


View Profile
October 24, 2017, 11:34:56 PM
 #615

Is there a way to use the Ichimoku method with this? Someone I know is designing an Ichimoku bot and is interested in doing tests with Gekko.
zotaryum
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
November 08, 2017, 05:29:16 PM
 #616

hi guys, the bot works perfect. but im struggling with what strategy i have to use for poloniex.
what are your settings? i dont quiet get the logic behind the strategies... any help would be appreciated. Smiley
biobit
Newbie
*
Offline Offline

Activity: 34
Merit: 0


View Profile
November 11, 2017, 10:54:19 PM
 #617

Hello. Any plans to add Cryptopia exchange support?
nirozeen
Newbie
*
Offline Offline

Activity: 34
Merit: 0


View Profile
November 25, 2017, 09:33:15 AM
 #618

is it still working?
and what is the monthly average % gain?

ZZ8ZZ
Full Member
***
Offline Offline

Activity: 560
Merit: 112



View Profile
December 10, 2017, 06:03:58 PM
 #619

Here is a video explaining how to install on windows, meant for users not very experienced with commandlines / terminals.

https://www.youtube.com/watch?v=R68IwVujju8

Finally managed to install it thanks to this video. Got plenty of errors and crashes as well, but that's normal on my machine  Grin Thank you! Can't wait to start doing some tests with it once I understand how it works  Smiley
arklan
Legendary
*
Offline Offline

Activity: 1778
Merit: 1008



View Profile
December 18, 2017, 11:28:03 PM
 #620

oh hey, found your thread. stumbled on gekko from google. gonna set it up and do some backtesting during the holidays. looks interesting.

i don't post much, but this space for rent.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 [31] 32 33 34 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!