Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 294 online users. » 2 Member(s) | 292 Guest(s) oz1alscom, win79faith
|
Latest Threads |
Gekko with malware spotte...
Forum: Announcements
Last Post: adeldoors
3 hours ago
» Replies: 192
» Views: 170,537
|
Gekko development status ...
Forum: Announcements
Last Post: kontho
Yesterday, 04:00 PM
» Replies: 1,008
» Views: 935,710
|
Gekko 0.6 released
Forum: Announcements
Last Post: Pharagon
11-23-2024, 10:13 AM
» Replies: 122
» Views: 269,349
|
An official Gekko service...
Forum: Announcements
Last Post: drivemad2
11-22-2024, 07:24 AM
» Replies: 103
» Views: 190,237
|
New Gekko UI in the works
Forum: Announcements
Last Post: clduplicateremover
11-18-2024, 08:21 PM
» Replies: 174
» Views: 228,015
|
How to Soft Reset or Hard...
Forum: General Discussion
Last Post: lucifar
10-07-2021, 07:18 PM
» Replies: 22
» Views: 53,057
|
How to add Binance Future...
Forum: Technical Support
Last Post: Xavier32
10-07-2021, 02:20 PM
» Replies: 47
» Views: 108,459
|
Bittrex Configuration hel...
Forum: Bittrex
Last Post: yirzolusto
10-07-2021, 07:39 AM
» Replies: 6
» Views: 19,130
|
[Question] Why does gekko...
Forum: General Discussion
Last Post: cryptocurrency0
10-06-2021, 01:16 PM
» Replies: 16
» Views: 45,848
|
a couple of technical Que...
Forum: Technical Support
Last Post: mtom78632
10-06-2021, 11:08 AM
» Replies: 25
» Views: 58,608
|
|
|
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.]
|
|
|
|