Pages:
Author

Topic: Real Time MtGox Order Book - page 5. (Read 26716 times)

legendary
Activity: 1974
Merit: 1029
July 11, 2011, 11:07:31 AM
#34
Here are a couple of features/changes that come to mind. I'm only sharing them so they don't die inside my head.

  • Option to not show all the Add/Rem Bid/Ask in the console. Personally I'm not interested in those.
  • Ability to click on a row to highlight it, like "I have an order at this point" (e.g. with a brighter background). Auto-remove the highlight only when that row has completely been fulfilled. My particular order may be long gone by then, but there's no way that can be detected.
  • Don't highlight round numbers, but big (≥2000Ⓑ?) orders instead.
hero member
Activity: 548
Merit: 502
So much code.
July 11, 2011, 10:51:25 AM
#33
We have devised some solutions in the Time & Sales thread here: http://forum.bitcoin.org/index.php?topic=11560.0

It covers Opera & Firefox and enabling WebSockets for those browsers.
vip
Activity: 608
Merit: 501
-
July 11, 2011, 03:29:05 AM
#32
I get::::

Your Browser does not Support WebSockets

Please try a better browser. You can get help here.


I am using firefox 5.  how much better can you get?

Chrome, Firefox 6.0, MSIE+HTML Labs, Safari...

Details: http://en.wikipedia.org/wiki/WebSockets#Browser_support

legendary
Activity: 1876
Merit: 1000
July 11, 2011, 02:16:55 AM
#31
I get::::

Your Browser does not Support WebSockets

Please try a better browser. You can get help here.


I am using firefox 5.  how much better can you get?
hero member
Activity: 548
Merit: 502
So much code.
July 10, 2011, 05:58:01 PM
#30
I'm glad to see that it's back up and running!

As always, thanks for the donations!

I also updated the display of non-significant zeros in the size column. They are now very dark, so the view should be a little more like aligning to the decimal point.

full member
Activity: 182
Merit: 100
July 10, 2011, 03:03:49 PM
#29
Maybe I'm not reading it right but the prices seem to be off.   Right now mt. gox is trading at 15 and this shows last trade at 15.11

EDIT nevermind its just super fast and sees into the future.  Awesome
full member
Activity: 237
Merit: 100
July 10, 2011, 10:55:52 AM
#28
All websockets based feeds are broken ATM.

On the plus side, I am using this order book as a non-real-time service, manually reloading the page... it's a lot faster than MtGox own non-real-time order book.
Yay!

Its back realtime informative as ever! Thanks Clark! donation sent
full member
Activity: 168
Merit: 100
June 29, 2011, 10:38:31 PM
#27
any word on the time and sales chart?  It's like heroin
newbie
Activity: 23
Merit: 0
June 28, 2011, 05:25:32 PM
#26
All websockets based feeds are broken ATM.

On the plus side, I am using this order book as a non-real-time service, manually reloading the page... it's a lot faster than MtGox own non-real-time order book.
Yay!
full member
Activity: 237
Merit: 100
June 27, 2011, 07:47:07 AM
#25
Since mtgox came back online the order book aint updating and the buy column is upsidedown :-(
hero member
Activity: 548
Merit: 502
So much code.
June 27, 2011, 01:06:51 AM
#24
Awesome!  Smiley
full member
Activity: 176
Merit: 106
XMR = BTC in 2010. Rise chikun.
June 26, 2011, 11:41:20 PM
#23
Great, I'm glad to see it fixed already!  You're welcome, I've just sent 0.25 BTC Smiley

P.S. I see from your site/Twitter that you are a Christian - I am too!  A friend of mine at the Christian college I attend informed me about Bitcoin, and we began mining with our graphics cards together.  He is now a more serious Bitcoin miner, with several Radeon cards running.  As for me, I've only got a single 5870, but it's already paid itself off in BTC, plus extra Smiley
hero member
Activity: 548
Merit: 502
So much code.
June 26, 2011, 10:47:02 PM
#22
Yeah, Gox changed the order in which the bids come over the JSON getDepth call. I didn't check for ordering, so that's why it's backwards. It should be fixed now.

As you have also noticed, the WebSockets are not working properly. The handshake happens just fine, but the socket doesn't send any data. Hopefully this is an indication that the WebSocket stuff is being upgraded. But one can only hope.

Feel free to donate to any of my addresses! And thank you very much for donating already!
full member
Activity: 176
Merit: 106
XMR = BTC in 2010. Rise chikun.
June 26, 2011, 09:47:39 PM
#21
Just noticed that the bids in the order book are upside-down - I had to display 1000 rows, and the highest bid was on the bottom of the list.  Did Mt. Gox change their websocket format?  On another note, I noticed that my live sierrachartfeed-0.2 plugin stopped working too, and will not stream live, but only shows historical data (I believe it also uses the Mt. Gox websockets by default).

Btw, I have another question, if I want to donate to you again, do you prefer the address in your signature, or the address displayed at the bottom of http://bitcoin.clarkmoody.com/order-book/ ?
newbie
Activity: 55
Merit: 0
June 18, 2011, 01:15:21 PM
#20
Great!!! Thanks a lot.

Thanks for your quick reply!!
hero member
Activity: 548
Merit: 502
So much code.
June 18, 2011, 01:11:00 PM
#19
There is some IP switching going on with the server, so after that finishes it should be back.
newbie
Activity: 55
Merit: 0
June 18, 2011, 12:12:55 PM
#18
Hi Clarck

First, Thanks for that great site!!!

Second, Today i cant load the orders list. In the console bottom said "Buffering Ask" or "Buffering Bid". What this buffering thing?

I leave the window open for a while if at some time filled the buffer and showed me something but nothing.

Are you doing new improvements??

Thanks!!
hero member
Activity: 548
Merit: 502
So much code.
June 17, 2011, 11:56:39 AM
#17
I am not using Socket.IO. I simply used the built-in WebSocket object and jQuery to run everything else.
jr. member
Activity: 55
Merit: 3
June 17, 2011, 06:26:20 AM
#16
Nice project. Which technology is behind your online order book? Are you using something like Socket.IO (+node.JS)?
hero member
Activity: 548
Merit: 502
So much code.
June 15, 2011, 03:42:03 PM
#15
@jaybny: I have added a select box control that allows you to change the number of rows of the depth table displayed, all the way up to 1000. This should allow you to see the whole table, potentially at the expense of JavaScript performance.

@aandreas: It seems that you might be behind some sort of transparent proxy that cannot handle the WebSocket protocol handshake properly. There are no regulations from me on this. As I've pointed out other places, if MtGox implements the Secure WebSockets protocol, it will fix many of these compatibility issues.

@YoYa: Thank you for the donation!
Pages:
Jump to: