Bitcoin Forum

Economy => Trading Discussion => Topic started by: fran2k on September 18, 2013, 11:41:31 PM



Title: Visualizing BTC-T API data in external software?
Post by: fran2k on September 18, 2013, 11:41:31 PM
Is there a way I can see the live data from the btc-t api or other sites in a nice software which can show me different analytics, like the EMA, MACD, etc?

I have tried with R without success and I'm not familiarized with common trading software.

Thanks.


Title: Re: Visualizing BTC-T API data in external software?
Post by: fran2k on September 18, 2013, 11:57:50 PM
Just found this (https://bitcointalk.org/index.php?topic=279773) useful post, but not sure anyway which is the best to parse API data.


Title: Re: Visualizing BTC-T API data in external software?
Post by: daybyter on September 23, 2013, 02:29:14 PM
I had this same problem. So I wrote my own stuff.

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

Released a framework to process API data in Java:

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


Title: Re: Visualizing BTC-T API data in external software?
Post by: fran2k on September 23, 2013, 11:50:54 PM
Nice, I will take a look.