Pages:
Author

Topic: bitcoinity.org/markets - live bitcoin price charts - page 14. (Read 211496 times)

legendary
Activity: 1862
Merit: 1105
WalletScrutiny.com
something is seriously wrong with the charts. I just saw, high 133, volume 3k but market depth was somewhat old.
I hit refresh and the high was at 130. Seconds later a rally to 135 started. Volume 5k. Depth did not get updated again.
I refreshed again. Now it shows high as 135 again, last volume is only 400 and depth can't possibly be what it should look like such a spike.

Please fix it. It's kind of not trustworthy now.
sr. member
Activity: 252
Merit: 250
the image charts haven't been displaying for the past couple days  Sad

Can you post some URL where they are not displaying? They seem to look fine here: http://bitcoinity.org/markets/webmasters

And if we could move with this discussion here https://bitcointalksearch.org/topic/embeddable-bitcoin-price-chart-137424 it would keep things clean.

all of those charts at your link are fine

i meant the main charts here:
http://bitcoinity.org/markets

however, it seems that after visiting that other page, those main charts show up again. dont know what happened. i had previously tried refreshing, reopening browser, etc. but who knows, it works again
sr. member
Activity: 247
Merit: 252
What's with http://bitcoinity.org/markets/mtgox/USD today? It seems to show a very small order book (only 6500 BTC for sale?).

Mtgox changed something and even though I was polling for full depth with the same frequency as I've been for the last year, I got banned. I'm in contact with them, they did some changes, blah blah blah gox gox, it should be back within 24h. Sorry for the problem.
sr. member
Activity: 444
Merit: 250
What's with http://bitcoinity.org/markets/mtgox/USD today? It seems to show a very small order book (only 6500 BTC for sale?).
sr. member
Activity: 247
Merit: 252
the image charts haven't been displaying for the past couple days  Sad

Can you post some URL where they are not displaying? They seem to look fine here: http://bitcoinity.org/markets/webmasters

And if we could move with this discussion here https://bitcointalksearch.org/topic/embeddable-bitcoin-price-chart-137424 it would keep things clean.
sr. member
Activity: 252
Merit: 250
the image charts haven't been displaying for the past couple days  Sad
sr. member
Activity: 392
Merit: 250
1: Any plans to keep track of bitcoin.de its increasing market share has them currently shifting about 40,000 BTC per month as a euro person this would be nice to see.

I've been trying get some API from them for a few months now. Still no luck.
I'd also really like to see bitcoin.de on bitcoinity.
 
http://bitcoinaverage.com/ shows their data, so there must be some way to fetch it.
sr. member
Activity: 448
Merit: 250
Changing avatars is currently not possible.
mtgox: http://bitcoinity.org/markets?exchange=mtgox (a bit laggy while their API is still not fully functional)
tradehill: http://bitcoinity.org/markets?exchange=tradehill

I just wanted to create some thread to collect feedback.
Ideas or problem reports are welcome.

Basically I just created it to have some live ticker on my unused 15" LCD (so it's kinda optimized for 1024x768 full screen), but since some poeple started using it, I'm developing it a bit more. More features coming soon.




I found this site after reading a thread where someone posted a screenshot of it.  Looks good, I like how the market depth chart is adjustable with zooming and the change bars time.  I think I will use this often.
legendary
Activity: 2408
Merit: 1121
Really would like your service to actully work correctly. The orderbook depth never updates and ive told you about it multiple times and you havent made a fix for it still

Works pretty well for being free, I think. Not sure what you mean by orderbook depth not updating - it does for me.
legendary
Activity: 1630
Merit: 1000
Really would like your service to actully work correctly. The orderbook depth never updates and ive told you about it multiple times and you havent made a fix for it still
newbie
Activity: 5
Merit: 0
Hello. Here's more detailed trade history from CampBX exchange. The ticks are actually the trade being fulfilled. I began collecting data a few days ago.

List of trades on campbx in descending order by time then Order ID:
http://serene-waters-2795.herokuapp.com/history?startUnixtime=0
startUnixtime: begin time for query, conversion help look here: http://www.onlineconversion.com/unix_time.htm

Streaming list of latest trades:
http://serene-waters-2795.herokuapp.com/events

Happy trading.

Update 8/4: Site was down sporadically due to error connecting to database only after inactivity. No data was lost, as this app only reads from database. Another unexposed app actually collects and writes the data to database. Connection issue is now fixed with the following error handling code. Enjoy the data.
Code:
      
def connect(): Boolean = {
        try {
          Logger.debug("connecting")
          Await.result(t.find(Json.obj()).one[JsValue], 3.seconds)
          Logger.debug("connected")
          true
        } catch {
          case e: Throwable => {
            Logger.debug("retry")
            connect()
          }
        }
      }
connect()
sr. member
Activity: 287
Merit: 250
Check this: http://data.bitcoinity.org/#caaaabei, but don't tell anyone Wink

Is that NVD3?

Because I am building something similar myself Smiley
newbie
Activity: 13
Merit: 0
Could someone explain why there are red bars ABOVE the line - left to the current market price ?

to me it looks like people who are selling BTC at a low price ?

I've tried to Bid for them, but never got any !?

http://i.imgur.com/QHeq0dh.png
newbie
Activity: 13
Merit: 0
Hi ... I have an idea for an alternative to the Red-Green bars...

a radar-map:
http://i.imgur.com/o4DvoYo.jpg

on one axis you have Buy orders and on the other you have Sell orders...

I think its easier on the brain to understand - than the current Red-Red-Green-Green diagram which is VERY confusing for for first time users.

And eventhough i think i know what they mean - i still mixup their meaning because i forget what up and down is...
X/Y diagrams and radar maps are easier to read - in my oppinion.  
----------------------

Edit:

Alternatively, the BUY and SELL colors should be different ... so instead of each having 2 colors - the placement above/under indicate what they are...

Green above = increase in buy
Green below = decrease in buy
Red above = increase in sell
Red below = decrease in sell

using the same color for 2 schemes makes the graph harder to read

or maybe i havent spent enough hours getting used to what is what...
member
Activity: 119
Merit: 100
BitcoinMoxy.com
What are the intervals used for updating the minicharts? (http://bitcoinity.org/markets/webmasters)

Sorry if answered already-

0.005 * displayed timespan, so for example more than once every hour for the 7d chart. If it's an issue I can make them more up to date.

On BitcoinMoxy we display all 4 time spans next to each other:



And it shows a different latest price for each above the chart.

Is it possible to update the latest numbers (price/%) for all charts at the same time, maybe every 5 minutes, even if you want to avoid re-rendering the graphs for the bigger time spans as often? So that the numbers on all charts reflect the latest possible price.




sr. member
Activity: 247
Merit: 252
What are the intervals used for updating the minicharts? (http://bitcoinity.org/markets/webmasters)

Sorry if answered already-

0.005 * displayed timespan, so for example more than once every hour for the 7d chart. If it's an issue I can make them more up to date.
member
Activity: 119
Merit: 100
BitcoinMoxy.com
What are the intervals used for updating the minicharts? (http://bitcoinity.org/markets/webmasters)

Sorry if answered already-


hero member
Activity: 544
Merit: 500
1: Any plans to keep track of bitcoin.de its increasing market share has them currently shifting about 40,000 BTC per month as a euro person this would be nice to see.

I've been trying get some API from them for a few months now. Still no luck.

2: on your 'more' section you keep track of the various exchanges and their respective market shares. It would be great to see this graphically represented over time. I really want to watch the slow and steady downfall of GOX as the other exchanges increase % market ?

Check this: http://data.bitcoinity.org/#caaaabei, but don't tell anyone Wink

WOW... nice  Shocked
legendary
Activity: 938
Merit: 1000
chaos is fun...…damental :)
sr. member
Activity: 247
Merit: 252
1: Any plans to keep track of bitcoin.de its increasing market share has them currently shifting about 40,000 BTC per month as a euro person this would be nice to see.

I've been trying get some API from them for a few months now. Still no luck.

2: on your 'more' section you keep track of the various exchanges and their respective market shares. It would be great to see this graphically represented over time. I really want to watch the slow and steady downfall of GOX as the other exchanges increase % market ?

Check this: http://data.bitcoinity.org/#caaaabei, but don't tell anyone Wink
Pages:
Jump to: