Bitcoin Forum

Economy => Speculation => Topic started by: Spekulatius on February 02, 2012, 11:17:08 PM



Title: Poll: Bitcoincharts.com: Improvement poll, Vote for change!*
Post by: Spekulatius on February 02, 2012, 11:17:08 PM
* no change guaranteed ;)
Quote
Dear Mr. Bitcoincharts.com,

When I use different methods to predict market movements, I naturally look at charts with differently cut intervals, as it gives me a broader view of movement and reversal points. For daytrading the available 1-60 min intervals are very sufficient, but when it comes to weekly or bi-weekly outlooks, the hourly intervals present an instrument too tiny crafted to make significant statements. If you compare charts of the different intervals available for example:

From 1min- to 5min intervals the differential factor is 1:5
from 5min- to 15min intervals the differential factor is 1:3
from 15min- to 30min intervals the differential factor is 1:2
from 30min- to 60min intervals the differential factor is 1:2
from 60min- to 1day intervals the differential factor is 1:24!!

To improve the utility and value of bitcoincharts.com as a day-to-day trading tool, I'd like to see this augmentation being implemented in the coming updates.

Yours sincerely,
Spekulatius

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

[the above message was sent to info@bitcoincharts.com on the 31st of January 2012]
[answer of Mr. bitcoincharts.com:]

Quote
Dear Spekulatius,

thanks for your suggestion! We are happy to announce that three new
intervals are available:

 * 2-hour
 * 6-hour
 * 12-hour

Best regards,

Bitcoincharts

What else would you like to see on bitcoincharts.com?


Title: Re: Poll: Bitcoincharts.com: More time intervalls?
Post by: adamstgBit on February 02, 2012, 11:56:39 PM
cool!

the only thing that bugs me with bitcoin charts is the way it looks when i'm looking at 1 day 5min interval,

too see the exactly what happened at a very specific time, its becomes very hard to see, maybe it would be easier to see if we could see 1,6,12 hours of data at a time, like mtgox live.


Title: Re: Poll: Bitcoincharts.com: More time intervalls?
Post by: alan2here on February 03, 2012, 01:52:41 AM
Two new intervals please, 10secs and 6hours.
Also can I get a "save as Excell" file, for further analysis.

Also the larger mode seems to expand only really on the right on very high res monitors.

How about Bitcoinica buy and sell price lines, taking the odd price spreads and time slipping.

Parameters for the indicators please. And why not make it more contextual, so instead of having 4 Indicators have "add indicator" so there can be as many or as few as desired.


Title: Re: Poll: Bitcoincharts.com: More time intervalls?
Post by: Oldminer on February 03, 2012, 02:47:59 AM
How about some extra parameters for some of the indicators?


Title: Re: Poll: Bitcoincharts.com: Improvement poll, Vote for change!*
Post by: Spekulatius on February 03, 2012, 07:48:25 PM
update (poll options added from comments), please vote for change!

thx


Title: Re: Poll: Bitcoincharts.com: Improvement poll, Vote for change!*
Post by: stochastic on February 03, 2012, 07:52:06 PM
I want OHLC (Open, High, Low, Close) format like you can download from Yahoo! Finance or any other financial data site.


Title: Re: Poll: Bitcoincharts.com: Improvement poll, Vote for change!*
Post by: ineededausername on February 03, 2012, 08:41:32 PM
I want historical depth data and Revalin charts :)


Title: Re: Poll: Bitcoincharts.com: Improvement poll, Vote for change!*
Post by: Qoheleth on February 03, 2012, 11:09:30 PM
I want OHLC (Open, High, Low, Close) format like you can download from Yahoo! Finance or any other financial data site.
What do you use as Open and Close for a 24-hour exchange?


Title: Re: Poll: Bitcoincharts.com: Improvement poll, Vote for change!*
Post by: adamstgBit on February 03, 2012, 11:17:56 PM
i want a seven day forecast :D


Title: Re: Poll: Bitcoincharts.com: Improvement poll, Vote for change!*
Post by: RyNinDaCleM on February 04, 2012, 12:08:52 AM
I want OHLC (Open, High, Low, Close) format like you can download from Yahoo! Finance or any other financial data site.
What do you use as Open and Close for a 24-hour exchange?

24hr would be 12:00am UTC for both.


Title: Re: Poll: Bitcoincharts.com: Improvement poll, Vote for change!*
Post by: dree12 on February 04, 2012, 12:15:52 AM
I want OHLC (Open, High, Low, Close) format like you can download from Yahoo! Finance or any other financial data site.
Isn't this already in the bitcoincharts?


Title: Re: Poll: Bitcoincharts.com: Improvement poll, Vote for change!*
Post by: old_engineer on February 04, 2012, 02:47:05 AM
I want historical depth data and Revalin charts :)
+1


Title: Re: Poll: Bitcoincharts.com: Improvement poll, Vote for change!*
Post by: ineededausername on February 04, 2012, 02:49:09 AM
I want historical depth data and Revalin charts :)
+1

add to options please, this is big!


Title: Re: Poll: Bitcoincharts.com: Improvement poll, Vote for change!*
Post by: Vandroiy on February 04, 2012, 11:31:29 AM
Historical depth, it's the only thing that comes to mind currently.

Love the new 6-hour option BTW, thanks for this.

Bitcoincharts rules, best and most reliable exchange data for Bitcoin. :)


Title: Re: Poll: Bitcoincharts.com: Improvement poll, Vote for change!*
Post by: da2ce7 on February 04, 2012, 01:28:56 PM
Better support for rouge trades...

Such as: http://bitcoincharts.com/charts/cryptoxUSD#rg60ztgSzm1g10zm2g25zvzl

 ;D


Title: Re: Poll: Bitcoincharts.com: Improvement poll, Vote for change!*
Post by: Spekulatius on February 04, 2012, 04:12:05 PM
update:
In regards to public demand, historical depth charts added to vote.


Title: Re: Poll: Bitcoincharts.com: Improvement poll, Vote for change!*
Post by: organofcorti on February 07, 2012, 12:06:23 PM
I want OHLC (Open, High, Low, Close) format like you can download from Yahoo! Finance or any other financial data site.

You want to use xts for that, dropoutbox:

Code:
 library(xts)
btc<-read.csv('trades.csv',col.names=c("Date","Price","Volume"))
btcxts<-xts(btc[,2:3],order.by<-ISOdate(1970,1,1)+ btc[,1])
btcohlc<-to.hourly(btcxts)

That will give you an R xts object with OHLC values. Handy for historical data, and takes less than a second for all btc trades so far.




Title: Re: Poll: Bitcoincharts.com: Improvement poll, Vote for change!*
Post by: organofcorti on February 07, 2012, 12:13:33 PM
I know this isn't really what you're asking, but I'd like historical bid/ask data at time of sale available on the markets api, while we're making wishes come true. Also whether the trade was seller or buyer initiated (I'm interested in whether liquidity shocks in bitcoin will be any easier to model than in the general stock/forex market).