Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 113 online users. » 0 Member(s) | 113 Guest(s)
|
Latest Threads |
Gekko 0.6 released
Forum: Announcements
Last Post: lsm99dna
08-06-2025, 08:15 PM
» Replies: 124
» Views: 333,603
|
An official Gekko service...
Forum: Announcements
Last Post: Ruslanjoshua
07-24-2025, 06:27 AM
» Replies: 111
» Views: 247,752
|
New Gekko UI in the works
Forum: Announcements
Last Post: celemtine
07-03-2025, 07:24 AM
» Replies: 185
» Views: 325,299
|
Gekko with malware spotte...
Forum: Announcements
Last Post: pugoing
07-01-2025, 02:29 AM
» Replies: 212
» Views: 276,912
|
Gekko development status ...
Forum: Announcements
Last Post: sanmarconns
10-21-2024, 06:34 PM
» Replies: 744
» Views: 1,478,025
|
How to add Binance Future...
Forum: Technical Support
Last Post: Xavier32
10-07-2021, 02:20 PM
» Replies: 47
» Views: 134,502
|
Bittrex Configuration hel...
Forum: Bittrex
Last Post: yirzolusto
10-07-2021, 07:39 AM
» Replies: 6
» Views: 22,985
|
[Question] Why does gekko...
Forum: General Discussion
Last Post: cryptocurrency0
10-06-2021, 01:16 PM
» Replies: 16
» Views: 57,377
|
a couple of technical Que...
Forum: Technical Support
Last Post: mtom78632
10-06-2021, 11:08 AM
» Replies: 25
» Views: 72,023
|
crex24
Forum: Other exchanges
Last Post: marketingseo
10-05-2021, 09:47 AM
» Replies: 216
» Views: 514,161
|
|
|
macd - signal crossover wanted |
Posted by: wilbertvdl - 08-07-2018, 10:58 PM - Forum: Strategy Development
- Replies (5)
|
 |
Hi all,
Just started with Gekko and I'm looking to create a very simple strategy:
- if macd crosses signal while going up: buy
- if macd crosses signal while going down: sell
I tried to "hack" together a custom strategy, but I'm having difficulties getting the values for EMAshort(12), EMAlong(26) and signal(9) as such so I can use them in a the above mentioned crossovers.
I can't seem to find a strategy that does this, it's probably out there and I don't know what to look for or it's not since it is a foolish strategy... I don't know which..
To be honest, I'm quite new to java programming and strategies... but I would still like to see what happens with such a strategy and gain some experience programming it.
Can anyone point me in the right direction please?
Thanks!
|
|
|
Binance Error |
Posted by: kenpachi - 08-07-2018, 04:02 AM - Forum: Technical Discussion
- Replies (3)
|
 |
Hi All,
Does anybody experience this kind of error when running marketwatcher on Binance?
2018-08-07 12:00:36 (WARN): Binance returned an error while fetching trades: { Error: unable to verify the first certificate
at TLSSocket.<anonymous> (_tls_wrap.js:1105:38)
at emitNone (events.js:106:13)
at TLSSocket.emit (events.js:208:7)
at TLSSocket._finishInit (_tls_wrap.js:639:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:469:38) code: 'UNABLE_TO_VERIFY_LEAF_SIGNATURE' }
|
|
|
Viewing all current variables |
Posted by: martyc - 08-06-2018, 11:10 AM - Forum: Technical Discussion
- Replies (1)
|
 |
This may help someone.
I was trying to add the tick time to my logging and kept getting lost so I added
log.info(this); at the end of the script.
This causes it to display ALL of the variables and then I was able to narrow it down bit by bit.
log.info(this.candle.start) was what I was after btw.
|
|
|
Automate strategies |
Posted by: Jeroen - 08-05-2018, 08:12 AM - Forum: Feature Requests
- Replies (1)
|
 |
Hi! Jeroen here,
I've got a question about the backtest api.
I was trying to post to the backtest api, using Postman, but I got a lot of Internal Server Errors.
I want to try all methods automatically, with different settings, by using the backtest api.
Is there already something like this, if not, I would like to request this as a feature!
Kind regards
[EDIT: I think this post thread belongs to the Technical Support, not feature requests.]
|
|
|
|