Bitcoin Forum

Bitcoin => Project Development => Topic started by: skilo on July 02, 2013, 08:42:57 PM



Title: Crypto Coin Price App
Post by: skilo on July 02, 2013, 08:42:57 PM
Got bored and created a new app for checking the prices of all the coins from different exchanges.

I find it useful, If you do too consider donating.  :)

Download here: https://sourceforge.net/projects/cryptocoinprice/

Source: https://gist.github.com/anonymous/3abe1cd1b74ae60655e9

Screenshot:

https://a.fsdn.com/con/app/proj/cryptocoinprice/screenshots/Capturdde.PNG


Title: Re: Crypto Coin Price App
Post by: skilo on July 03, 2013, 12:12:06 AM
Things i would like to add:

1.mt.gox ticker api's
They are formatted differently than the ones i used in the program, Need help deserializing them.

2.Maybe suggestions on other exchanges to add?
There seem to be a lot of exchanges popping up now days, I would like to add as many as possible provided they have ticker api's


Title: Re: Crypto Coin Price App
Post by: daybyter on July 05, 2013, 04:58:43 PM
I did something similar with the depth (using phonegap):

https://bitcointalk.org/index.php?topic=135392.0

Mods for mtgox are really minimal.

I work on some java trading stuff and released my API implementations:

https://github.com/ReAzem/cryptocoin-tradelib

With this concept, you can just add new exchanges as modules. As an example, this trade dialog doesn't use any exchange methods directly:

https://i.imgur.com/MqHfF.jpg

When a new module for an exchange is added, you can trade there.


Title: Re: Crypto Coin Price App
Post by: skilo on July 06, 2013, 02:25:46 AM
I did something similar with the depth (using phonegap):

https://bitcointalk.org/index.php?topic=135392.0

Mods for mtgox are really minimal.

I work on some java trading stuff and released my API implementations:

https://github.com/ReAzem/cryptocoin-tradelib

With this concept, you can just add new exchanges as modules. As an example, this trade dialog doesn't use any exchange methods directly:

https://i.imgur.com/MqHfF.jpg

When a new module for an exchange is added, you can trade there.

Unfortunately im kind of a noob at programming, I only know VB.NET and i had to have some help with this app lol.

Java is like and alien language to me i'm afraid.

But the project is open source free software so anyone can contribute to it and make it better.


Title: Re: Crypto Coin Price App
Post by: daybyter on July 06, 2013, 08:25:49 AM
I only use Linux, so vb is not for me ...

But phonegap is just html and javascript, so very easy to program. You might want to take a look ...


Title: Re: Crypto Coin Price App
Post by: skilo on July 06, 2013, 11:11:13 PM
I only use Linux, so vb is not for me ...

But phonegap is just html and javascript, so very easy to program. You might want to take a look ...

I will look into it.