Haha, no I'm running it on a mac..
Hi can a sticky order be used to make trades on an exchange remotely and manually?
Hi
for end users
can you summarize what new features are gekko 6.3
thank you
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?
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?