Gamestudio Links
Zorro Links
Newest Posts
Blobsculptor tools and objects download here
by NeoDumont. 03/28/24 03:01
Issue with Multi-Core WFO Training
by aliswee. 03/24/24 20:20
Why Zorro supports up to 72 cores?
by Edgar_Herrera. 03/23/24 21:41
Zorro Trader GPT
by TipmyPip. 03/06/24 09:27
VSCode instead of SED
by 3run. 03/01/24 19:06
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
3 registered members (AndrewAMD, Nymphodora, Quad), 923 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
sakolin, rajesh7827, juergen_wue, NITRO_FOREVER, jack0roses
19043 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 3 of 3 1 2 3
Re: Kraken Plugin (crypto trading) [Re: Sphin] #470732
02/03/18 20:37
02/03/18 20:37
Joined: Nov 2016
Posts: 103
NSW
V
vinsom Offline OP
Member
vinsom  Offline OP
Member
V

Joined: Nov 2016
Posts: 103
NSW
Hi Sphin,
So finally found some time to do some debugging.
Issues are due do the Kraken naming conventions for pairs.
So to let it work with fiat please do:

in Zorro.ini (note the ZEUR and XETH changes):
DisplayCurrency="ZEUR"
BaseTradeCurrency="ZEUR"
IntervalSec = "30"
DemoTrading="1"
EnableLog="1"
UseCryptoCompareHistory="1"
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,"XETH":0.02}}

and in your asset list(notice the last column):
BCH/EUR,50,0,0,0,0.00000001,0.01,0,1,1,0,BCH/ZEUR
ETC/EUR,50,0,0,0,0.00000001,0.01,0,1,1,0,XETC/ZEUR
ETH/EUR,50,0,0,0,0.00000001,0.01,0,1,1,0,XETH/ZEUR

Not sure how your BCHEUR has been working with your current setting as is't not working for me with my settings.

To know the naming conventions for their pairs please cann this API from the browser:
https://api.kraken.com/0/public/AssetPairs

Cheers

Re: Kraken Plugin (crypto trading) [Re: vinsom] #470733
02/03/18 23:31
02/03/18 23:31
Joined: Dec 2013
Posts: 568
Fuerth, DE
Sphin Offline
User
Sphin  Offline
User

Joined: Dec 2013
Posts: 568
Fuerth, DE
This is much better but I had to change in the last line of Zorro.ini:
XBT -> XXBT
ETC -> XETC
LTC -> XLTC

BCH is now the only asset I can't get but this doesn't matter anyway. Thanks for your help!

Re: Kraken Plugin (crypto trading) [Re: Sphin] #471056
02/17/18 18:31
02/17/18 18:31
Joined: Dec 2013
Posts: 568
Fuerth, DE
Sphin Offline
User
Sphin  Offline
User

Joined: Dec 2013
Posts: 568
Fuerth, DE
You wrote @GitHub:
Quote:
Zorro works with market orders that have a higher fee 0.26% than limit orders 0.16%

Does this mean an entry limit is useless or controled by Zorro only and OrderLimit is not possible with the Kraken API?

Re: Kraken Plugin (crypto trading) [Re: Sphin] #471111
02/20/18 00:27
02/20/18 00:27
Joined: Nov 2016
Posts: 103
NSW
V
vinsom Offline OP
Member
vinsom  Offline OP
Member
V

Joined: Nov 2016
Posts: 103
NSW
hi Sphin,
When I developed the plugin Zorro was only able to do market orders.
So the plugin now only support market orders.

I think this changed with recent Zorro version.

Kraken API yes support Limit orders.

Cheers

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

Joined: Dec 2013
Posts: 568
Fuerth, DE
That's really fine! But as far as I understood Kraken's trading fees are hardly to calculate because one can't know in advance if his order matches an order already in their order book though the chances to be a maker are surely higher with a limit order. Together with the discount concerning to ones cummulative turnover I guess it's more useful to take any averaged value. laugh

Re: Kraken Plugin (crypto trading) [Re: vinsom] #473403
07/03/18 12:06
07/03/18 12:06
Joined: Dec 2016
Posts: 12
K
kreko Offline
Newbie
kreko  Offline
Newbie
K

Joined: Dec 2016
Posts: 12
Hi vinsom. Maybe you you could look at this post? I'm having trouble understanding how to use your CryptoCompareAPI.
I'm having an error. ( I attached it in the post) I think it's simply I don't understand what is the process flow or step by step actions I need to take to make it work.
Thanks.

Original post
http://www.opserver.de/ubb7/ubbthreads.php?ubb=showflat&Number=473396#Post473396

Re: Kraken Plugin (crypto trading) [Re: kreko] #473693
08/05/18 11:05
08/05/18 11:05
Joined: Nov 2016
Posts: 103
NSW
V
vinsom Offline OP
Member
vinsom  Offline OP
Member
V

Joined: Nov 2016
Posts: 103
NSW

Hi Krko,
Please use this snippet in this other post:

http://www.opserver.de/ubb7/ubbthreads.php?ubb=showflat&Number=468152&page=3

Cheers

Page 3 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