Gamestudio Links
Zorro Links
Newest Posts
zorro 64bit command line support
by jcl. 04/20/24 08:52
StartWeek not working as it should
by jcl. 04/20/24 08:38
Data from CSV not parsed correctly
by jcl. 04/20/24 08:32
Zorro FIX plugin - Experimental
by jcl. 04/20/24 08:30
folder management functions
by VoroneTZ. 04/17/24 06:52
lookback setting performance issue
by 7th_zorro. 04/16/24 03:08
Zorro FIX plugin - Experimental
by flink. 04/14/24 07:46
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
5 registered members (7th_zorro, Aku_Aku, henrybane, flink, 1 invisible), 712 guests, and 0 spiders.
Key: Admin, Global Mod, Mod
Newest Members
EternallyCurious, howardR, 11honza11, ccorrea, sakolin
19047 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 2 of 3 1 2 3
Re: Kraken Plugin (crypto trading) [Re: pcz] #468786
10/19/17 10:21
10/19/17 10:21
Joined: Nov 2016
Posts: 103
NSW
V
vinsom Offline OP
Member
vinsom  Offline OP
Member
V

Joined: Nov 2016
Posts: 103
NSW
Yes you are right, the Kraken account must be funded. I had the same issue the first time calling the API.
Here there is the response from Kraken Support when I had the issue:

Andy (Kraken Support)
Jul 28, 04:51 PDT

Hi Vincenzo,

I'm Andy from Kraken Client Engagement team. Sorry for the late response, our support team has been under heavy load lately.

Balance is not returned for the assets that were never used. Please deposit or buy a small amount of each asset that you want to get via API

Please, let us know if there's anything else we can assist you with. And have a good day!

Regards,

Andy
Kraken Client Engagement

Re: Kraken Plugin (crypto trading) [Re: vinsom] #468788
10/19/17 11:17
10/19/17 11:17
Joined: May 2016
Posts: 180
Prague
pcz Offline
Member
pcz  Offline
Member

Joined: May 2016
Posts: 180
Prague
OK, thank you for your help!

Re: Kraken Plugin (crypto trading) [Re: vinsom] #469648
11/27/17 16:10
11/27/17 16:10
Joined: Nov 2017
Posts: 1
H
hyperinho Offline
Guest
hyperinho  Offline
Guest
H

Joined: Nov 2017
Posts: 1
@vinsom, thanks for sharing this plugin. Now, trading in cryptos would be much more fun

I'm having a few issues trying to connect to Kraken. My first attempt was to download the BCH/EUR historic data, but got this error:

Quote:
Login Kraken..
!syntax error at line 1 near: <!DOCTYPE html>
!/0/private/TradeBalance - Error Parsing JSon
!Error calling API BrokerAccount
!Can't Login - Retry
Can't connect!


As an initial test, I created the Kraken API allowing export data only. Plugged "API Key" as PublicKey and "Private Key" as it is on the Zorro.ini file. Additionally, these are my other setups:

Quote:
DisplayCurrency="EUR"
BaseTradeCurrency="BCH"
EnableLog="1";
UseCryptoCompareHistory="1"


On the Zorro 1.66 UI, filled the parameters as:
User: nothing
Account: Real / Kraken
Script: Download BCH/EUR

Placed Kraken.dll within /Plugins folder and remaining files inside a subfolder named /Plugins/kraken.

Your comments are much appreciated.

UPDATE: it's worth to mention I tried including assets in AssetsFix.csv and in a separate file as well, in which case I modify Account.csv file accordingly. Additionally, besides public and private API credentials, I plugged my user/password I use to log into Kraken's site in the Zorro's UI user parameter. None worked as expected

Last edited by hyperinho; 12/01/17 16:14.
Re: Kraken Plugin (crypto trading) [Re: hyperinho] #470553
01/20/18 14:50
01/20/18 14:50
Joined: Dec 2013
Posts: 568
Fuerth, DE
Sphin Offline
User
Sphin  Offline
User

Joined: Dec 2013
Posts: 568
Fuerth, DE
I bought and sold BCH, ETH and ETC via Kraken, so these currencies are 'used' already in my account. But I succeed only in trading BCH/EUR via Zorro, trying ETH/EUR or ETC/EUR results in:

Quote:
Login 0 Kraken.. at UTC 01-20 14:03
!Error MinOrderSize missing. "type mismatch! call is<type>() before get<type>()" && is<double>()
Error 055: No ETH/EUR prices
Logout.. ok

Login 0 Kraken.. at UTC 01-20 14:03
!Error MinOrderSize missing. "type mismatch! call is<type>() before get<type>()" && is<double>()
Error 055: No ETC/EUR prices
Logout.. ok

These pairs are identically set in my Assets.csv

Quote:
BCH/EUR,50,0,0,0,0.00000001,0.01,0,1,1,0,BCH/EUR
ETC/EUR,50,0,0,0,0.00000001,0.01,0,1,1,0,ETC/EUR
ETH/EUR,50,0,0,0,0.00000001,0.01,0,1,1,0,ETH/EUR

Any ideas?

Another question: is it sure to do currency trading via API although no leverage is set? From their docs setting a leverage distinguishes between buying a currency and currency pair trading.

Re: Kraken Plugin (crypto trading) [Re: Sphin] #470558
01/20/18 21:09
01/20/18 21:09
Joined: Nov 2016
Posts: 103
NSW
V
vinsom Offline OP
Member
vinsom  Offline OP
Member
V

Joined: Nov 2016
Posts: 103
NSW
Hi Sphin,
Sorry I made this plugin and tested it only for trading between Crypto.
Never tried with fiat currency.
So as usual do it at your own risk.

For the error you mention you can play with the MinOrderSize in the Zorro ini (see readme on github).
Not sure can fix this issue.


Leverage is always set to 1 (hardcoded) with this plugin.

Re: Kraken Plugin (crypto trading) [Re: vinsom] #470565
01/21/18 19:46
01/21/18 19:46
Joined: Dec 2013
Posts: 568
Fuerth, DE
Sphin Offline
User
Sphin  Offline
User

Joined: Dec 2013
Posts: 568
Fuerth, DE
Setting leverage to none should be okay first of all but access to other currency pairs would be helpful.
I only can take the minimum sizes Kraken has set but these are original your settings in the Zorro.ini section, I can't see any error there.
Do you think there is a difference if a fiat currency is used? I guess they are treated the same way as cryptos.
Maybe any other user has an idea, I fear my possibilities to debug are very limited at this point.

Re: Kraken Plugin (crypto trading) [Re: Sphin] #470705
01/31/18 20:01
01/31/18 20:01
Joined: Nov 2016
Posts: 103
NSW
V
vinsom Offline OP
Member
vinsom  Offline OP
Member
V

Joined: Nov 2016
Posts: 103
NSW
Hi Sphin,
Give me a bit of time.
Will try to debug it as soon as I have a couple of hours.

Cheers

Re: Kraken Plugin (crypto trading) [Re: vinsom] #470706
01/31/18 20:21
01/31/18 20:21
Joined: Dec 2013
Posts: 568
Fuerth, DE
Sphin Offline
User
Sphin  Offline
User

Joined: Dec 2013
Posts: 568
Fuerth, DE
No problem at all! Glad that someone does this great work anyway, take you time!

Re: Kraken Plugin (crypto trading) [Re: Sphin] #470708
01/31/18 22:52
01/31/18 22:52
Joined: Nov 2016
Posts: 103
NSW
V
vinsom Offline OP
Member
vinsom  Offline OP
Member
V

Joined: Nov 2016
Posts: 103
NSW
Hi Sphin,
Try this, add as I did below in the zorro ini at the end "EUR":10 and let me know if it works.
In this care I set 10 Euro as minimum order size.
Cheers

MinOrderSize={"error":[],"result":{"REP":0.3,"XBT":0.002,"DASH":0.03,"XDG":3000,"EOS":3,"ETH":0.02,"ETC":0.3,"GNO":0.03,"ICN":2,"LTC":0.1,"MLN":0.1,"XMR":0.1,"XRP":30,"XLM":300,"ZEC":0.03,"BCH":0.002,"EUR":10}}

Re: Kraken Plugin (crypto trading) [Re: vinsom] #470722
02/01/18 16:58
02/01/18 16:58
Joined: Dec 2013
Posts: 568
Fuerth, DE
Sphin Offline
User
Sphin  Offline
User

Joined: Dec 2013
Posts: 568
Fuerth, DE
It didn't change anything but I don't know if the problem is really related to EUR because as I stated already above: BCH/EUR works!
I get the type mismatch error only choosing any other pair like ETH/EUR or ETC/EUR.

Page 2 of 3 1 2 3

Moderated by  Petra 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1