Gekko 0.6 released
#61
(07-17-2018, 12:36 PM)wewantmoore Wrote: Windows.   EDIT: Mac...

I haven't changed anything at all to the newest gekko-develop branch. Version 0.6.2. UIconfig is:

// Note: this file gets copied around, make sure you edit
// the UIconfig located at `gekko/web/vue/dist/UIconfig.js`.

// This config is used by both the frontend as well as the web server.
// see https://gekko.wizb.it/docs/installation/...ring-Gekko

const CONFIG = {
 headless: false,
 api: {
   host: '127.0.0.1',
   port: 3000,
   timeout: 120000 // 2 minutes
 },
 ui: {
   ssl: false,
   host: 'localhost',
   port: 3000,
   path: '/'
 },
 adapter: 'sqlite'
}

if(typeof window === 'undefined')
 module.exports = CONFIG;
else
 window.CONFIG = CONFIG;

I'm confused. Windows or Mac?
If Win10 try powershell and then use Test-NetConnection -computername <ipaddress> -port <port>
  Reply
#62
Haha, no I'm running it on a mac..
  Reply
#63
Hi can a sticky order be used to make trades on an exchange remotely and manually?
  Reply
#64
(07-09-2018, 01:31 PM)askmike Wrote:
Quote:was 30 mins and 1500 history

1500 history? :o

That's over a month of history (1500 candles of 30 min each). I'll look into gdax code but do you really need that much history for your indicators?

Hi Mike,

this is still appearing even on shorter history, did you find any reason for it?
  Reply
#65
Do I report a bug here? Later edit: I have opened issue 2340 in github.

I have upgraded from version 0.5.14 to 0.6.2 (with git pull).

It seems that partial orders on Kraken are no longer moved. I see this in gekko log:
Code:
'error creating:' 'API:Invalid nonce'

To clarify:
In the old gekko version 0.5.14 a SELL order would get recreated every minute with a new price until the whole sum was sold. That was working even for orders that didn't sell the whole amount and become "partial".

In the new gekko version 0.6.2 a SELL order is being "MOVED" and "OPEN" (these are terms I see in the log). These operations were performed as long as the order was "untouched". When it become "partial", it was no longer "MOVED", it remained "OPEN" forever. That error would show up in log.
  Reply
#66
Hi
for end users
can you summarize what new features are gekko 6.3
thank you
  Reply
#67
I still can't get the UI working. Gekko 6.3 will work in CLI but if I run the UI I keep getting a blank page.

After installing 6.3 I also recompiled the frontend with:

cd web/vue
npm install
npm run build
cd ../..

Still nothing.

What am I doing wrong?
  Reply
#68
(07-22-2018, 12:00 AM)wewantmoore Wrote: I still can't get the UI working. Gekko 6.3 will work in CLI but if I run the UI I keep getting a blank page.

What browser are you using? Currently I am only sure Gekko works in latest firefox or chrome.

Quote:can you summarize what new features are gekko 6.3

See here: https://github.com/askmike/gekko/releases/tag/v0.6.3

Quote:Do I report a bug here? Later edit: I have opened issue 2340 in github.

I replied on github!

Quote:Hi can a sticky order be used to make trades on an exchange remotely and manually?

Right now you can only use it programmatically (in a script), docs are a work in progress but can be found here: https://gekko.wizb.it/docs/gekko-broker/...ction.html

Quote:this is still appearing even on shorter history, did you find any reason for it?

Will look into this asap.
  Reply
#69
(07-22-2018, 12:19 AM)askmike Wrote:
(07-22-2018, 12:00 AM)wewantmoore Wrote: I still can't get the UI working. Gekko 6.3 will work in CLI but if I run the UI I keep getting a blank page.

What browser are you using? Currently I am only sure Gekko works in latest firefox or chrome.


I'm using Chrome on a mac. UI (still) works on an older version of Gekko.
  Reply
#70
Since v0.6 I encounter strange kraken behaviors, advices are not executed from time to time. From the cli output I got:

2018-08-17 09:28:14 (INFO): We have new trading advice!
2018-08-17 09:28:14 (INFO): Position: short
2018-08-17 09:28:14 (INFO): Market price: 264.98
2018-08-17 09:28:14 (INFO): Based on market time: 2018-08-17 07:27:00

2018-08-17 09:28:14 (INFO): Trader Received advice to go short. Selling ETH
2018-08-17 09:28:14 (DEBUG): Creating order to sell 1.45581991 ETH
2018-08-17 09:28:16 (INFO): Send advice via email.
Error: General:Temporary lockout
at rawRequest (/var/www/nodejs/gekko06/exchange/node_modules/kraken-api/kraken.js:54:9)
at <anonymous>
at process._tickDomainCallback (internal/process/next_tick.js:228:7)
2018-08-17 09:28:21 (DEBUG): Requested ETH/EUR trade data from Kraken ...
2018-08-17 09:28:22 (DEBUG): No new trades.

Another time this happens:

2018-08-17 10:00:58 (INFO): We have new trading advice!
2018-08-17 10:00:58 (INFO): Position: short
2018-08-17 10:00:58 (INFO): Market price: 265.06
2018-08-17 10:00:58 (INFO): Based on market time: 2018-08-17 07:59:00

2018-08-17 10:00:58 (INFO): Received advice to sell however Gekko is already in the process to undefined
2018-08-17 10:00:58 (INFO): Canceling undefined order first
2018-08-17 10:01:00 (INFO): Send advice via email.
2018-08-17 10:01:01 (DEBUG): Requested ETH/EUR trade data from Kraken ...


Any idea what is going wrong?
  Reply


Forum Jump:


Users browsing this thread: