Steffer
Newbie
Offline
Activity: 15
Merit: 0
|
|
January 19, 2012, 02:13:39 AM |
|
Any chance of making the site a bit more iPad friendly? The Donate, date: Mtgox, Help & Feedback and so on is floading in the middle of the screen
|
|
|
|
buck92
Newbie
Offline
Activity: 42
Merit: 0
|
|
January 21, 2012, 01:56:41 AM |
|
Just wanted to drop by to let you know how much I appreciate what you have built here. It is truly one of the most helpful trading tools in the bitcoin world, I cannot wait to see how your trading platform you mentioned that you are currently developing turns out. Another plus, your website actually works reliably on my Android phone, which is something that cannot be said about MtGoxlive. I'll be sure to send you a small donation to express my gratitude for your continued work once I get my trading in order.
|
|
|
|
Clark (OP)
|
|
January 21, 2012, 04:26:15 PM |
|
Just wanted to drop by to let you know how much I appreciate what you have built here. It is truly one of the most helpful trading tools in the bitcoin world, I cannot wait to see how your trading platform you mentioned that you are currently developing turns out. Another plus, your website actually works reliably on my Android phone, which is something that cannot be said about MtGoxlive. I'll be sure to send you a small donation to express my gratitude for your continued work once I get my trading in order.
Thank you very much. I think the trading platform will be a welcome addition to the Bitcoin exchange economy.
|
|
|
|
pirateat40
Avast Ye!
Sr. Member
Offline
Activity: 378
Merit: 250
"Yes I am a pirate, 200 years too late."
|
|
January 21, 2012, 07:56:01 PM |
|
The system seems to not remove order book info at times and during large buys or sells it misses a lot of trades. Can anything be done about this?
|
|
|
|
molecular
Donator
Legendary
Offline
Activity: 2772
Merit: 1019
|
|
January 21, 2012, 09:38:02 PM |
|
I like the site.
Suggestion: have a link that would let users hide the bid/ask orders that are smaller than a certain size. Maybe links to hide < 1 BTC and < 10 BTC. This would remove a lot of the clutter in the bids/asks.
ummmmmm you probably meant to say: "try the 'group by' option to remove clutter", but something got into your throat?
|
PGP key molecular F9B70769 fingerprint 9CDD C0D3 20F8 279F 6BE0 3F39 FC49 2362 F9B7 0769
|
|
|
Clark (OP)
|
|
January 21, 2012, 09:39:38 PM |
|
The system seems to not remove order book info at times and during large buys or sells it misses a lot of trades. Can anything be done about this?
If you watch, the book will correct itself after the next ticker message comes in - it eliminates any bids higher (asks lower) than those given in the ticker message.
|
|
|
|
pirateat40
Avast Ye!
Sr. Member
Offline
Activity: 378
Merit: 250
"Yes I am a pirate, 200 years too late."
|
|
January 21, 2012, 09:56:05 PM |
|
The system seems to not remove order book info at times and during large buys or sells it misses a lot of trades. Can anything be done about this?
If you watch, the book will correct itself after the next ticker message comes in - it eliminates any bids higher (asks lower) than those given in the ticker message. Right, i get that part but im talking the depth, every 30-1hr i have to refresh the site to get real depth numbers and sums.
|
|
|
|
|
Clark (OP)
|
|
February 13, 2012, 01:54:52 AM |
|
I've got an update that I think some people will like: The site now displays information from any currency MtGox supports. And as a bonus, when you change currencies, the site doesn't have to reload from scratch!
|
|
|
|
nmat
|
|
February 13, 2012, 02:10:29 AM |
|
I've got an update that I think some people will like:
The site now displays information from any currency MtGox supports. And as a bonus, when you change currencies, the site doesn't have to reload from scratch!
Perfect! Thank you
|
|
|
|
brox
Member
Offline
Activity: 71
Merit: 10
|
|
February 14, 2012, 12:03:29 AM |
|
Clark, can you please implement local time support (timezone)?
|
|
|
|
Clark (OP)
|
|
February 14, 2012, 01:24:00 AM |
|
Clark, can you please implement local time support (timezone)?
The console at the bottom outputs in local time. The chart and T&S are in server time.
|
|
|
|
brox
Member
Offline
Activity: 71
Merit: 10
|
|
February 14, 2012, 10:03:26 AM |
|
And thats what I'm asking to implement - why user should know server times or where the server is located?
|
|
|
|
realnowhereman
|
|
February 14, 2012, 03:43:20 PM |
|
A fresh refresh of the page is showing me order history and current order book state; but after that... no updates. The "Time & sales" never change and the order book doesn't alter. There are no errors in the console (it simply sticks at "connected").
Is this a Mt.Gox thing; has their API given up the ghost again? Bitcoinica seems to be showing live data okay.
|
1AAZ4xBHbiCr96nsZJ8jtPkSzsg1CqhwDa
|
|
|
Clark (OP)
|
|
February 14, 2012, 04:12:17 PM |
|
A fresh refresh of the page is showing me order history and current order book state; but after that... no updates. The "Time & sales" never change and the order book doesn't alter. There are no errors in the console (it simply sticks at "connected").
Is this a Mt.Gox thing; has their API given up the ghost again? Bitcoinica seems to be showing live data okay.
It has been doing this recently for some reason. There will be periods of "Connected" with no data. I really can't explain it, except to say that there is some malfunction with the socket.io stuff. My code didn't change. I am working on a long-term solution for robust streaming data, but it will not be ready any time soon (I don't think).
|
|
|
|
realnowhereman
|
|
February 14, 2012, 04:43:27 PM |
|
It has been doing this recently for some reason. There will be periods of "Connected" with no data. I really can't explain it, except to say that there is some malfunction with the socket.io stuff. My code didn't change.
If it's any consolation, Mt.Gox live seems to suffer the same fault.
|
1AAZ4xBHbiCr96nsZJ8jtPkSzsg1CqhwDa
|
|
|
realnowhereman
|
|
February 15, 2012, 09:17:21 AM |
|
I put in a little effort and wrote a basic socket.io test page of my own.
That was connecting but then going completely silent too. Today; with no change to my code it's working. As is, of course, bitcoin.clarkmoody.com.
The only conclusion I can come to is that this is a fault at Mt.Gox's end. Which is pretty appalling. The disconnect from data was pretty much all day yesterday; so we're not talking a drop out during stressful times (which shouldn't happen anyway).
|
1AAZ4xBHbiCr96nsZJ8jtPkSzsg1CqhwDa
|
|
|
realnowhereman
|
|
February 15, 2012, 12:49:40 PM |
|
Gone again. Is this happening to everyone else?
More investigation with my test app shows that the 'connect' response is being received from socketio, but the subscription requests are completely ignored. No 'subscribe' response ever gets returned.
I thought it might be something to do with my IP? That Mt.Gox was blocking my connection; but I routed packets via both home and work internet connections and the result is the same.
|
1AAZ4xBHbiCr96nsZJ8jtPkSzsg1CqhwDa
|
|
|
Clark (OP)
|
|
February 15, 2012, 09:56:53 PM |
|
Gone again. Is this happening to everyone else?
More investigation with my test app shows that the 'connect' response is being received from socketio, but the subscription requests are completely ignored. No 'subscribe' response ever gets returned.
I thought it might be something to do with my IP? That Mt.Gox was blocking my connection; but I routed packets via both home and work internet connections and the result is the same.
Unfortunately, the connection has been spotty for a couple days. This is especially disturbing during the days following the TradeHill announcement -- it would be nice to see how the markets are responding to it in real time.
|
|
|
|
Alphonso Bedoya
Newbie
Offline
Activity: 45
Merit: 0
|
|
February 22, 2012, 05:06:36 PM |
|
very nice work, just sent small smackeral (donation) your way.
|
|
|
|
|