Bitcoin Forum

Bitcoin => Project Development => Topic started by: Luther on December 24, 2010, 09:06:55 PM



Title: btctrade 0.2.0 is released
Post by: Luther on December 24, 2010, 09:06:55 PM
This program looks at the historical data file from bitcoinwatch.com, and reports the high, low, and average price of each currency, in bitcoins, for a given year/month/day/whatever. See the README for details.

The main page is here:
https://savannah.nongnu.org/projects/btctrade

The direct download is here:
http://download.savannah.gnu.org/releases/btctrade/btctrade-0.2.0.tar.bz2

I gladly accept bug reports, donations, and feature requests. I warn you though, that I use a GNU operating system, so I'm not 100% sure how it will work on Windows or Mac.

EDITED to reflect current version.


Title: Re: Ruby program to make trades.csv easier to read
Post by: FreeMoney on December 25, 2010, 04:10:20 AM
Do you know about blockexplorer.com?


Title: Re: Ruby program to make trades.csv easier to read
Post by: Luther on December 25, 2010, 07:29:54 AM
That's not really what I'm looking for. I'm trying to get a feel for the long term trends in market prices.


Title: Re: Ruby program to make trades.csv easier to read
Post by: grondilu on December 25, 2010, 07:37:45 AM


unixtime2date() {  date -d "1970-01-01 $1 sec" ; }


Title: Re: Ruby program to make trades.csv easier to read
Post by: FreeMoney on December 25, 2010, 09:26:20 AM
That's not really what I'm looking for. I'm trying to get a feel for the long term trends in market prices.

Oh sorry, then do you know about bitcoincharts.com?


Title: Re: Ruby program to make trades.csv easier to read
Post by: grondilu on December 25, 2010, 12:09:00 PM
Oh sorry, then do you know about bitcoincharts.com?

I didn't know this one.  It looks pretty good.

PS.  Just donated a few BTC to this.


Title: Re: Ruby program to make trades.csv easier to read
Post by: Luther on December 27, 2010, 07:07:49 AM
Oh sorry, then do you know about bitcoincharts.com?

Yes, I've seen that website. I might have to make use of their JSON API to make my script more versatile.


Title: Re: btctrade 0.2.0 is released
Post by: Luther on February 05, 2011, 05:15:15 AM
<bump>

New, improved version of btctrade. This version no longer outputs a CSV file. Instead, it takes numerical arguments as a date, and reports the high, low, and average for that year/month/day/whatever.