Bitcoin Forum
September 19, 2024, 11:31:02 AM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 [25] 26 27 28 »
481  Economy / Trading Discussion / Re: Real Time Order Book with WebSockets on: August 10, 2011, 06:55:36 PM
Clark, your Real Time Order Book page is just awesome (as are your other Bitcoin pages).  I tried to program something like that myself a few months ago and couldn't come close.  Your page is exactly what I was trying to achieve and I failed miserably.  If I were Mr. Gox I would offer you a job.

Thanks very much!

As a side note, I have now added a real-time calculator to the order book. A longer description is in the first post in this thread.

Enjoy!
482  Bitcoin / Bitcoin Discussion / Re: idea for mtgoxlive.com on: August 10, 2011, 06:48:08 PM
Well, I did it. So go check out http://bitcoin.clarkmoody.com/order-book/ and use the nifty new calculator there!
483  Bitcoin / Bitcoin Discussion / Re: idea for mtgoxlive.com on: August 10, 2011, 04:28:26 PM
how does one get started in programming a site that utilises this live feed?

Well, you can take a look at the Wiki and work with the WebSocket API.

Obtaining the whole order book is a bit tricky, but my service does it. I could add this sort of calculator to my order book site. Are you putting up a bounty for it?  Wink
484  Economy / Economics / Re: 8/8/11 and the big "meh" on: August 08, 2011, 07:20:29 PM
The reason the AAA rating means anything to the markets is that institutional investors are often limited to AAA-rated instruments. Hence, in 2008 with the mortgage market dipped, everything dropped like a brick because there were AAA stamps on something that was very risky. But the AAA rating allowed large amounts of institutional money to be placed on CDOs and the other fancy instruments that the finance world cooked up.

With a downgrade on US debt, institutions will be forced by their own policies to sell those risky assets off of their books.
485  Economy / Trading Discussion / Re: Real Time Order Book with WebSockets on: August 05, 2011, 03:01:18 PM
And by 'site down,' do you mean that
  • My website failed to load?
  • Or the WebSocket would never connect to give any data?

It would be nice to have the details so I know if there's anything I can do about the problem.

It looks fine to me at this point though. I'm glad to see people finding these tools useful  Smiley
486  Economy / Trading Discussion / Re: Advanced Trading API Poll - FOK / AON / Stoploss on: July 21, 2011, 02:16:49 AM
Thanks so much. I think you will like the next project I have cooking even more  Grin
487  Economy / Trading Discussion / Re: Advanced Trading API Poll - FOK / AON / Stoploss on: July 20, 2011, 05:22:40 PM
I have a quick comment concerning security:

It would be very nice to implement an API key system similar to the one at MtGox so that the user may access the exchange through third-party software without entrusting them with his username & password.


A comment about convenience:

I would also love to see JSONP enabled for the public data to allow cross-domain calls through AJAX. Enabling JSONP takes literally one line of php to do, and it eliminates the need to poll from the server.
488  Economy / Trading Discussion / Re: Realtime MtGox Time and Sales with WebSockets on: July 16, 2011, 10:54:23 PM
Added feature:

The current 'trend' is output in the console and in the header. The trend is defined as a series of trades in the same direction, and the output is the total price change from the end of the last trend  (in USD) along with the total number of BTC traded during the current run.
489  Economy / Trading Discussion / Re: Realtime MtGox Time and Sales with WebSockets on: July 16, 2011, 04:28:17 AM
Trades that change direction from downward to upward are not considered part of the same order, so they colored differently.

That is a peculiar trade though.
490  Economy / Trading Discussion / Re: Realtime MtGox Time and Sales with WebSockets on: July 15, 2011, 11:35:22 PM
Idea: make the background color/brightness of each line depend on the time from the last trade. This way, we'll be able to see big trades at a glance, instead of paying attention to the timestamps.

Implemented.

I have also added a title attribute on the trade table that shows the total trade amount in the exchanged currency (price * amount); just hover over the particular trade to see it.
491  Bitcoin / Bitcoin Discussion / Re: Someone is flooding twitter with bitcoin statuses on: July 14, 2011, 02:47:05 AM
What could be the reason to do this? Some kind of coordinated effort to discredit BTC or its users? Is there a way to make money off this?

I guess you could ask the same of spammers who send emails containing no links. Not the same, but similar and it begs a big "WHY?"
492  Bitcoin / Bitcoin Discussion / Re: Someone is flooding twitter with bitcoin statuses on: July 13, 2011, 08:28:42 PM
I just reported a few of them for spam. I think Twitter HQ is all over it.
493  Economy / Trading Discussion / Re: HelloBitcoin.com: New exchange looking for beta testers on: July 11, 2011, 05:24:10 PM
At first glance, this exchange seems to have the most logical, well-documented API page of any out there. I especially appreciate the auth_token aspect of this. It is nice that username+password isn't required with each transaction to the API.
494  Economy / Trading Discussion / Re: Real Time Order Book with WebSockets on: July 11, 2011, 03:36:48 PM
I like those ideas.

I'm thinking that it might be nice to simply add your MtGox trade api token and subscribe to your particular order feed on the WebSocket. Then it would be very easy to highlight events related to your orders (though there would be no persistence between sessions).

As a side note, I am currently working on a far more sophisticated real time quotes system that everyone will enjoy. Please stay tuned for developments.

In the mean time I will probably launch a side-by-side order book and time & sales so you can close the console altogether.
495  Economy / Trading Discussion / Re: Real Time Order Book with WebSockets on: July 11, 2011, 02:51:25 PM
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.
496  Economy / Trading Discussion / Re: Real Time Order Book with WebSockets on: July 10, 2011, 09:58:01 PM
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.

497  Economy / Trading Discussion / Re: MtGox Websocket finally open! on: July 05, 2011, 06:57:53 PM
Yeah, it looks like MtGox has disabled the WebSockets from their end.
498  Economy / Trading Discussion / Re: bitcoinity.org/markets - live mtgox & tradehill charts on: June 30, 2011, 10:54:01 PM
The combined order book is something that I've been looking into myself. I'm not sure exactly how to do it, given that some overlap will exist between exchanges while we have arbitrage opportunities.

How are you combining the depth data from both markets?
499  Economy / Trading Discussion / Re: Real Time Order Book with WebSockets on: June 27, 2011, 05:06:51 AM
Awesome!  Smiley
500  Economy / Trading Discussion / Re: Real Time Order Book with WebSockets on: June 27, 2011, 02:47:02 AM
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!
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 [25] 26 27 28 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!