Username: Password:

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Daisy

Pages: [1]
1
Technical Support & Development / Re: Curious about the websocket
« on: November 28, 2017, 02:03:34 PM »
Awesome! Do share!  :)

2
We need to come up with an implementation of genetic algorithm evolution to tune Gunbot strategies. They will generate random configs & evolve them using evolutionary bayesian optimization.
See:
https://github.com/Gab0/gekkoJaponicus

3
Beginners & Help / Re: Matching strategies to various coin pairs
« on: November 22, 2017, 09:19:06 PM »
Thank you.

I'm curious, why 15 period, not 5? Also, why TRADES_TIMEOUT set to 0?

4
Tried to set it up as SSL, using instructions from a gekko install, same as yours but adding redirection to port 443 and SSL cert paths.  Seems to be looping authentication though :(

5
General Discussion / Re: Gunbot XT Edition + Gunthy GUI
« on: November 22, 2017, 04:45:02 PM »
I can't seem to expose Gunthy UI outside of VPS (port 5000, 5001 have been added to firewall). It looks like Gunthy UI only allows connection from http://localhost:5000. Is there a way to change the listening address?

@tomnuen - Did you ever resolve this? I seem to have the same issue on my home server.  I have opened ports 3000,5000-5001 on the firewall and the setup the port redirection on the router, yet I can only access GB XT from local network, not from internet.

6
Technical Support & Development / Re: Curious about the websocket
« on: November 22, 2017, 04:15:12 AM »
+1

7
Beginners & Help / Re: Matching strategies to various coin pairs
« on: November 22, 2017, 03:28:46 AM »
@sloaleks, here are the stock settings from XT.  They look quite different from the 5.x settings you had.  Are these the ones you are using? (with the exception of SELLLVL1, like you said)

Code: [Select]
"TRADING_LIMIT": 0.001,
"PERIOD": 15,
"BUY_LEVEL", 0.1
"GAIN", 0.6
"EMA1": 16,
"EMA2": 8,
"HIGH_BB": 40,
"LOW_BB": 40,
"STDV": 2,
"SMAPERIOD": 50,
"SELLLVL1": 0.6,
"SELLLVL2": 2,
"SELLLVL3": 70,
"SELLLVL": 1,
"PANIC_SELL": false,
"DOUBLE_UP": false,
"DOUBLE_UP_CAP": 1,
"STOP_LIMIT": 60,
"BUY_ENABLED": true,
"MIN_VOLUME_TO_BUY": 0.0001,
"MIN_VOLUME_TO_SELL": 0.0001,
"TRADES_TIMEOUT": 600

8
Technical Support & Development / Decentralized Exchanges Support
« on: November 22, 2017, 01:52:21 AM »
Any plans on adding support for decentralized exchanges like EtherDelta and such? No more exchange fees.... :)

9
General Discussion / Re: Gunbot XT Edition + Gunthy GUI
« on: November 12, 2017, 08:38:03 PM »
Is it a free upgrade for the owners of a legacy license?

Pages: [1]