Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 583 online users. » 0 Member(s) | 583 Guest(s)
|
Latest Threads |
Gekko 0.6 released
Forum: Announcements
Last Post: pihubangalore11
5 hours ago
» Replies: 126
» Views: 342,952
|
Gekko development status ...
Forum: Announcements
Last Post: 78wincombiz
Yesterday, 11:14 AM
» Replies: 747
» Views: 1,538,219
|
New Gekko UI in the works
Forum: Announcements
Last Post: cofffee124
09-04-2025, 08:12 AM
» Replies: 186
» Views: 337,910
|
An official Gekko service...
Forum: Announcements
Last Post: Ruslanjoshua
07-24-2025, 06:27 AM
» Replies: 111
» Views: 256,797
|
Gekko with malware spotte...
Forum: Announcements
Last Post: pugoing
07-01-2025, 02:29 AM
» Replies: 212
» Views: 290,137
|
How to add Binance Future...
Forum: Technical Support
Last Post: Xavier32
10-07-2021, 02:20 PM
» Replies: 47
» Views: 139,437
|
Bittrex Configuration hel...
Forum: Bittrex
Last Post: yirzolusto
10-07-2021, 07:39 AM
» Replies: 6
» Views: 24,543
|
[Question] Why does gekko...
Forum: General Discussion
Last Post: cryptocurrency0
10-06-2021, 01:16 PM
» Replies: 16
» Views: 59,911
|
a couple of technical Que...
Forum: Technical Support
Last Post: mtom78632
10-06-2021, 11:08 AM
» Replies: 25
» Views: 74,777
|
crex24
Forum: Other exchanges
Last Post: marketingseo
10-05-2021, 09:47 AM
» Replies: 216
» Views: 527,259
|
|
|
error exchange |
Posted by: dakasti - 12-29-2019, 09:38 PM - Forum: Technical Discussion
- No Replies
|
 |
Dies ist Gekko mit dem folgenden Fehler abgestürzt: {"name": "ExchangeError", "message": {}}
kann mir da wer helfen?
can somebody help me?
THX
|
|
|
Issue: 502 Bad Gateway when Backtesting |
Posted by: gurkentier - 12-09-2019, 01:33 PM - Forum: Technical Discussion
- No Replies
|
 |
Hello,
I am running Gekko v0.6.8 and Gekko UI v0.2.3 and use Nginx as a reverse proxy.
I am encountering an issue when backtesting on bigger time ranges.
I did a backtest on a 11 month date range for USD <-> XRP on binance.
When I choose a range smaller than 1 month, the backtest works just fine.
If I choose a bigger range, the client gets an 502 Bad Gateway from my nginx.
The nginx error log says:
2019/12/09 08:26:40 [error] 3116#3116: *325 connect() failed (111: Connection refused) while connecting to upstream, client: 46.189.28.77, server: _, request: "GET /app.5e99ecf7.js.map HTTP/1.1", upstream: "http://[::1]:3001/app.5e99ecf7.js.map", host: "censored.com"
2019/12/09 08:26:44 [error] 3116#3116: *236 upstream prematurely closed connection while reading response header from upstream, client: 46.189.28.77, server: _, request: "POST /api/backtest HTTP/1.1", upstream: "http://127.0.0.1:3001/api/backtest", host: "censored.com", referrer: "http://censored.com/"
Using the RSI_BB_ADX_PEAK strategy with following params:
# SMA Trends
SMA_long = 220
SMA_short = 21
# BULL
BULL_RSI = 29
BULL_RSI_high = 76
BULL_RSI_low = 31
# BEAR
BEAR_RSI = 27
BEAR_RSI_high = 55
BEAR_RSI_low = 24
# MODIFY RSI (depending on ADX)
BULL_MOD_high = 7
BULL_MOD_low = -10
BEAR_MOD_high = 21
BEAR_MOD_low = -7
# ADX
ADX = 17
ADX_high = 75
ADX_low = 26
# Stop Loss
Stop_Loss_Percent = 15
With candle size of 5 minutes and a warmup of 220.
Is there anybody having the same issues and / or knowing a solution for it?
Thank you in advance
|
|
|
GDAX Users? |
Posted by: LoNgTuRd - 11-24-2019, 02:54 AM - Forum: GDAX
- No Replies
|
 |
Is anyone having any sucess with GDAX at all? I understand the importing of data is slow, i have read somewhere that there is a time limit built into the Coinbase API that restricts how often the bot can request data. I cant help but notice that there are only 3 posts in the GDAX section though. Surely there has to be more users. Coinbase is the only US friendly exchange that supoorts small trades, right?
|
|
|
Show OHLC graph when Backtesting |
Posted by: peterdehondt - 11-20-2019, 11:21 PM - Forum: Technical Discussion
- No Replies
|
 |
Hi, as far as i can see there is no possibility in the current version to show a OHLC graph when backtesting.
This would really be useful when developing strategies.
Where do i need to look when i want to add a OHLC graph in the code.
As far as i can tell the charts are being made in :
gekko/web/vue/src/d3/chart3.js
so i would need to create a similar setup which renders a OHLC chart.
But from where does the chart3.js function get the data needed to chart?
|
|
|
|