When I swap the markets view I keep getting this error. The most recent trades all show up as an hour old. Everything works fine until I swap to a different market view. Is anyone else getting this problem?
Huh, not to me, fun thing is these are shown as from the future ("in 1 hour" not "1 hour ago"). It should be using time offset provided by your javascript, so timezone should be irrelevant, I'm assuming your local clock is correct? does "new Date()" in JS console gives you proper time? And if both are fine, what timezone are you in?
If anybody else is experience this I would also appreciate some feedback.
I think it would be nice if we could add a way so that when I hover over the volume I can see how much exactly it was.
I'll try to add it, but only if first I do what somebody else suggested, that is for bars to be exact timespans, like 1d or 5m or whatever (currently it just splits whole displayed timespan evenly), only then it makes sense to know exact value I guess. Both these things are implemented on
http://data.bitcoinity.org though.
i expect to see a response to my accusations on the previous page
I don't consider them being worthy a response (as accusations). Although around the time you posted it, that is ~ Aug 2014, I did see some live market depth issues on bitstamp. I haven't changed anything on my side before or after, it could be some edge case in my code but I would risk suggestion that it could be something on bitstamp side. However I've seen they currently have some new different API so I'll try to update to the new one, nice they kept the old stuff but maybe it's not getting enough attention so it's faulty sometimes. Too bad their new live depth API is... well its design sucks IMHO.
Coinbase on the other hand did live market depth API in a very sane way which actually allows to keep proper state of the orderbook. I'm not updating this thread often so probably already known but I added them as soon as they lunched the exchange
http://bitcoinity.org/markets/coinbase/USDI had some db problems lately so
http://data.bitcoinity.org was working quite randomly, this should be resolved now, but I will need to do one more maintenance which may take up to an hour (I'll put some notice few hours earlier)
Also some exchanges are in the queue to be added but I need to finish cleaning up backend first. Even if I don't reply, I read all suggestions and have some quite long todo list with many of them. Wish I would put some more time into this but my main focus currently is on something else (and I want to keep bitcoinity without any ads other than info about sponsoring).