Gekko 0.6 released - Printable Version +- Gekko Forum (https://forum.gekko.wizb.it) +-- Forum: Gekko (https://forum.gekko.wizb.it/forum-13.html) +--- Forum: Announcements (https://forum.gekko.wizb.it/forum-16.html) +--- Thread: Gekko 0.6 released (/thread-57279.html) |
RE: Gekko 0.6 released - martyc - 07-17-2018 (07-17-2018, 12:36 PM)wewantmoore Wrote: Windows. EDIT: Mac... I'm confused. Windows or Mac? If Win10 try powershell and then use Test-NetConnection -computername <ipaddress> -port <port> RE: Gekko 0.6 released - wewantmoore - 07-17-2018 Haha, no I'm running it on a mac.. RE: Gekko 0.6 released - Kris191 - 07-19-2018 Hi can a sticky order be used to make trades on an exchange remotely and manually? RE: Gekko 0.6 released - Kris191 - 07-20-2018 (07-09-2018, 01:31 PM)askmike Wrote:Quote:was 30 mins and 1500 history Hi Mike, this is still appearing even on shorter history, did you find any reason for it? RE: Gekko 0.6 released - dugu-dugu - 07-20-2018 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. RE: Gekko 0.6 released - ankasem - 07-21-2018 Hi for end users can you summarize what new features are gekko 6.3 thank you RE: Gekko 0.6 released - wewantmoore - 07-22-2018 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? RE: Gekko 0.6 released - askmike - 07-22-2018 (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/introduction.html Quote:this is still appearing even on shorter history, did you find any reason for it? Will look into this asap. RE: Gekko 0.6 released - wewantmoore - 07-22-2018 (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. I'm using Chrome on a mac. UI (still) works on an older version of Gekko. RE: Gekko 0.6 released - mark.sch - 08-17-2018 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? |