Search results

  1. kmiklas

    Bloomberg Terminal: What is this graph??

    Yeah, but, I like the peeps on EliteTrader better :rolleyes:
  2. kmiklas

    Bloomberg Terminal: What is this graph??

    I was doing some research yesterday, and encountered the graph shown on the screen below. What the heck is this? What does this tree structure represent?
  3. kmiklas

    How to edit title?

    Thanks, Baron. Obviously, I missed the "Thread Tools" menu. :D
  4. kmiklas

    How to edit title?

    Hello, How do I edit the title on a thread? Tyvm, Keith
  5. kmiklas

    How to delete post?

    Hello, How can I delete a thread? I don't see a delete option anywhere. Thanks, Keith
  6. kmiklas

    Photographer: Kiyoshi Ota/Bloomberg Jawbone Liquidation Inflicts Losses, Prompts CEO Move to Health

    https://www.bloomberg.com/news/articles/2017-07-10/jawbone-liquidation-inflicts-losses-prompts-ceo-move-to-health Jawbone Liquidation Inflicts Losses, Prompts CEO Move to Health By Selina Wang July 10, 2017, 7:00 AM EDT Company was early wearables pioneer, known for sleek design Health holds...
  7. kmiklas

    Ritchie - Web Site Update

    Thank you for this comment. It is very helpful. I have not looked at the IEX (I will now!) but this business of introducing delay concerns me. I'm really trying hard on Ritchie not to introduce lag or delay: I want it to be supersonically fast. The key is to make it supersonically fast for...
  8. kmiklas

    Ritchie - Web Site Update

    Re: Data feed to Excel, I see now. You just want a simple Dynamic Data Exchange (DDE) interface to the feed. I thought that you wanted to gather historical data. I plan to offer you the ability to buy and sell a financial instrument for one U.S. quarter (US$0.25) per trade. Free tick data, and...
  9. kmiklas

    Ritchie - Web Site Update

    Thanks, Lee. Good eye; I will delete the binaries. I have written some other exchange code that I haven't committed yet. Now that I have the concept pretty solidly in mind, I think that the coding will go fairly quickly. I did make up a "To Do" list, and put it on the Web site. Building an...
  10. kmiklas

    Ritchie - Web Site Update

    In the spirit of the FSF and OSI, we at Ritchie believe that, for an exchange to be "fair and orderly," all exchange data must be free and available to all market participants, for both display and non-display use. Our definition of "exchange data" includes the following: Tick data for all...
  11. kmiklas

    Ritchie - Web Site Update

    These data are going to be flying... you may get 1000 ticks per second or more. Excel's row limit is 65536 rows; you can easily fill up an entire column in about a minute. In the past, when you've imported data into excel, what exactly did you import? I doubt that it was tick data.
  12. kmiklas

    Ritchie - Web Site Update

    How do you interface Excel to market tick data?
  13. kmiklas

    Why is this UDP unicast not being received by the client?

    @i960 , tick data test server is up and running. Kindly hit the URL and let me know if you see data flowing: http://www.ritchiestockexchange.com/tickdata/index.html - The exchange, market data server, and Web data server are all separate - "Last sale" price data are sent via C/C++ socket...
  14. kmiklas

    Market Tick Data Server Test - Ritchie

    Hey All, If you can spare a moment, kindly hit the following URL and let me know if you see tick data flowing. http://www.ritchiestockexchange.com/tickdata/index.html Technically: - The exchange, market data server, and Web data server are all separate - "Last sale" price data are sent via...
  15. kmiklas

    Ritchie - Web Site Update

    Hello All, I've done a lot of work on the Ritchie concept, including some matching engine changes. If you can spare a moment, please browse around the site, let me know if you find anything that looks fishy, comment here on the concept; whatever you think. http://www.ritchiestockexchange.com/...
  16. kmiklas

    i'm noob got an idea

    Paper trade 10 picks, and see if you can win on 6 of them. Be clear about your time horizon, and balance the total return across all. So, if ABC costs $20/share and DEF $10/share, you'll have to buy 200 shares of DEF to (roughly) normalize return across all your picks. If you have superior...
  17. kmiklas

    Tick Data Server: C++ UDP "talker" to Nodejs "listener" crashing. Any insight?

    Nevermind, I got it. In the nodejs section I was setting up an infinite number of 'listener' event handlers. I just needed to set it up once. while(1) { // <--- HERE, not necessary server.on('message', function (message, remote) { Nodejs price feed handler successfully receiving...
  18. kmiklas

    Tick Data Server: C++ UDP "talker" to Nodejs "listener" crashing. Any insight?

    Attempting to send UDP price ticks from a C++ "talker" process to a nodejs "listener" process, and I'm getting a crash. Tick talking and listening is working for C++ to C++ processes. When I added the Nodejs piece listener, it blew up. Any insight? Thx, Keith :^) TICK DATA: Looks good...
  19. kmiklas

    Why is this UDP unicast not being received by the client?

    We are trying to accomplish the creation of an exchange; very much similar to how Josh Levine created Island. We are building an entitiy to compete with the Nyse, Nasdaq, et. al, that it is built upon Free Software Foundation (FSF) and open-source principles: free market data, open DOM, etc. The...
  20. kmiklas

    Broker for financial products and Bitcoin

    Why do you say that peer-to-peer instruments are along the lines of airline miles? Are you suggesting that "counterparty" is some form of central server? Google defines peer-to-peer (emphasis mine) as: Bitcoin is transferred directly from one wallet to another. Example: I give you $20 to wash...
Back
Top