Bitcoin Forum

Economy => Trading Discussion => Topic started by: sethsethseth on April 26, 2011, 09:15:29 PM



Title: Live mtgox order list?
Post by: sethsethseth on April 26, 2011, 09:15:29 PM
I want to see live mtgox trading stats without continually refreshing a webpage.  Where can i see this?


Title: Re: Live mtgox order list?
Post by: FooDSt4mP on April 26, 2011, 10:26:41 PM
I want to see live mtgox trading stats without continually refreshing a webpage.  Where can i see this?

#bitcoin-market on freenode streams all trades on mtgox and other exchanges
mtgox also has a websocket api that streams all orders as well as trades: http://bitcointalk.org/index.php?topic=5855.0


Title: Re: Live mtgox order list?
Post by: sandos on April 27, 2011, 11:49:50 AM
It also used to be visible here: http://www.thenewsh.com/~newsham/x/mtgox/

Hope it comes back


Title: Re: Live mtgox order list?
Post by: bitcoinBull on April 27, 2011, 03:27:02 PM
The bid/ask matrix at taters.net still works, but the recent trades portion is suddenly broken  :-[

http://www.taters.net/cgi-bin/btc/matrix.pl?axisinc=0.01


Does anyone have a screenshot of newsham from when it was functional?  I'm designing something new using the websockets API, but  never saw that one.


Title: Re: Live mtgox order list?
Post by: TTBit on April 28, 2011, 01:59:09 AM
The bid/ask matrix at taters.net still works, but the recent trades portion is suddenly broken  :-[

http://www.taters.net/cgi-bin/btc/matrix.pl?axisinc=0.01


Does anyone have a screenshot of newsham from when it was functional?  I'm designing something new using the websockets API, but  never saw that one.

I'm not a web/programming expert, but the getTrades.php doesn't load anymore from the script. I read the getTrades.php from mtgox as a string, and I think that is the problem.


Title: Re: Live mtgox order list?
Post by: deadlizard on April 28, 2011, 04:17:35 PM
This is what I'm using to keep an eye on the market ;)
MtGox SierraChart bridge - Realtime Bitcoin charts
http://bitcointalk.org/index.php?topic=6019


Title: Re: Live mtgox order list?
Post by: ColdHardMetal on April 28, 2011, 04:23:08 PM
This is what I'm using to keep an eye on the market ;)
MtGox SierraChart bridge - Realtime Bitcoin charts
http://bitcointalk.org/index.php?topic=6019

That gives you rates but doesn't tell you anything about open orders.


Title: Re: Live mtgox order list?
Post by: sethsethseth on May 10, 2011, 08:28:40 PM
getting so annoyed at constantly having to refresh pages


Title: Re: Live mtgox order list?
Post by: toffoo on May 11, 2011, 07:08:25 PM
getting so annoyed at constantly having to refresh pages
Agreed.  The new Mt.Gox beta websockets feed was announced weeks ago.  I was sure somebody would have coded up a real-time updating NASDAQ Level 2-type market depth monitor by now.
If MagicalTux isn't already working on this for the new version of Mt.Gox, perhaps a bounty is in order?


Title: Re: Live mtgox order list?
Post by: Cusipzzz on May 11, 2011, 07:28:48 PM
getting so annoyed at constantly having to refresh pages
Agreed.  The new Mt.Gox beta websockets feed was announced weeks ago.  I was sure somebody would have coded up a real-time updating NASDAQ Level 2-type market depth monitor by now.
If MagicalTux isn't already working on this for the new version of Mt.Gox, perhaps a bounty is in order?

+1 real time order book pls


Title: Re: Live mtgox order list?
Post by: Keefe on May 13, 2011, 10:09:09 AM
getting so annoyed at constantly having to refresh pages
Agreed.  The new Mt.Gox beta websockets feed was announced weeks ago.  I was sure somebody would have coded up a real-time updating NASDAQ Level 2-type market depth monitor by now.
If MagicalTux isn't already working on this for the new version of Mt.Gox, perhaps a bounty is in order?

Unfortunately some shortcomings currently deter me from setting up a nice realtime graphical interface for that. For example, the feed doesn't provide the current order book upon connection start, and pulling that from another page would be quite tough to sync properly. I've also heard the feed omits some data sometimes, though I haven't verified that.


Title: Re: Live mtgox order list?
Post by: wumpus on May 15, 2011, 06:56:00 AM
There used to be an XMPP stream for this that sent the orders as JSON records, but it seems to have gone down.

Nowadays I use #bitcoin-market. It's human readable but indeed not very useful for machine parsing.


Title: Re: Live mtgox order list?
Post by: ColdHardMetal on May 15, 2011, 09:28:43 AM
There used to be an XMPP stream for this that sent the orders as JSON records, but it seems to have gone down.

Nowadays I use #bitcoin-market. It's human readable but indeed not very useful for machine parsing.


It also only gives you the trade data and doesn't tell you anything about the depth of market, which is what we really need.


Title: Re: Live mtgox order list?
Post by: Justsomeforumuser on May 15, 2011, 02:09:04 PM
I wouldn't mind a small quote ticker you can place in the corner of your desktop like a widget or something.

Just current mtGox bid/ask, streamed or polled, whatever works without killing off the site.
And then a configurable alert whenever price moves over/under price X.

That's really the most useful thing I can think of right now.


Title: Re: Live mtgox order list?
Post by: sandos on May 30, 2011, 08:11:22 PM
Why is http://mtgoxlive.bco.in/orders and http://warpi.net/bitcoin/ so very different? Is http://mtgoxlive.bco.in/orders really re-synching with the full order depth or just relying on the websockets stream always, or is it just a matter of resolution?