Search results

  1. P

    Differences between trades and quote, NYSE Data

    Hi, I have a question concerning general trading: What is the difference between "Trades" and "Quotes"? My question comes from the Nyse trading systems. If you look here: http://www.nyxdata.com/nysedata/DataProducts/NYSE/CustomTAQ/tabid/731/Default.aspx?rfrby=glry-794 you will...
  2. P

    Intraday market depth evolution

    Is the school basically supplying this information for you? >>no, it is not just for me. But I have only a restricted access. By the way, I think I can get the info in the format you have sent, with the @ And if they are how long are you going to study this for? >>I dont know. It...
  3. P

    Intraday market depth evolution

    No, I just see shares and prices
  4. P

    Intraday market depth evolution

    1) High Volume equities (like maybe top 25-50 if possible) Yes, But what for the rest of the equities? I dont think that just 25 equities drive the market
  5. P

    Intraday market depth evolution

    So you are obviously good at programming somewhat if you are able to make your own program to convert this information just few lines: void main(){ std::ifstream infile("20070808"); std::ofstream outfile("ETG.txt"); string value; double i=0; while(value!="0ETG"){...
  6. P

    Intraday market depth evolution

    although I am guessing for relevant information you must get quite a length of time under your belt to start to make assumptions, but this is a start >>Thank you for your interest and support. It is indeed to early for me to say anything but if you are interested, we can keep in touch...
  7. P

    Intraday market depth evolution

    How do you think you could implement this strategy in real time? If you have the data in real time, it is definitively possible, but i am not a trader, so I am note interested in real time data. Have you tracked a single equity for longer than 1 year in length? >>No, I cannot on 1 year...
  8. P

    Intraday market depth evolution

    Excellent, I was unaware that you could see that sort of depth in L2. >>Well, those data are not available for free, but I can't communicate them. You wont find those in any brooker. Unless you pay for it. What conclusions are you drawing so far, but a far better question is - 1) Have...
  9. P

    Intraday market depth evolution

    is this Level II information fed into a spreadsheet or something? yes, it is my own stuff. I can send you a snapshot of my spreadsheet. But it is not live data. Only backdated. As you can see, it the data are filled second by second.
  10. P

    Intraday market depth evolution

    When you are speaking market depth, you are speaking how many are available on just the bid and ask?.. >> I speak about the whole range: from 0.01 to 200. Here is an other one; I dont remember I think it is Google, or AMZN. The black range is the spread
  11. P

    Intraday market depth evolution

    Thank you for the book. I well keep the refs. Yes, I have "found" interesting things. As you can see on the second attached file, this is the spectrogramme of the stock: BJS. On the horizontal line you have the time and the verticals line you ve got the level prices. (top: ask...
  12. P

    Intraday market depth evolution

    Hi I am studing, as a Phd student, high frequency moves of stocks on the NYSE. That's is the intraday evolution of NYSE stocks. I have the whole market depth of all NYSE stocks. I have modelled (see the pic I have sent) the activity of the market depth for one day of Google (a.o.d...
  13. P

    Does anyone here trade on the equities?

    I have questions concerning: -book order, -market depth -transactions. for NYSE stocks. Thank you
  14. P

    Question on the market depth

    As much as I would like to help out it seems that my worth to you on this post is running low. Ultimately my opinion is I don't care. I was trying to help but I don't think anything I say will be of much use to you. Good luck in your research and I hope you find what you are looking for...
  15. P

    Question on the market depth

    Genesis Laser >>I have not found anything like this on the internet. Could you please provide me some info about it?
  16. P

    Question on the market depth

    What more do you want out of it? I want to know lots of things, because there is a lot to say about it. As you can see on the attached file, there is the market depth of the stock AMZN (amazon.com). There are only 30 lines. I hardly believe that there are in real life only 30 lines. A...
  17. P

    Question on the market depth

    This is the DOM I see from my plateform: http://img9.imageshack.us/img9/4119/sansitre.jpg It is the Quotestream plateform
  18. P

    Question on the market depth

    All in all though for trading it is pretty useless. It provides a false sense of edge to new traders. Nothing more nothing less. If there is an order for 100, or 1,000 somethings and it is hidden don't you think that would make a big impact on your decision-making process if you could see it...
  19. P

    Question on the market depth

    Hope you are not paying extra for "DOM". Yes I do. I use this: www.quotestream.com Dont know if it is reliable or not. I am not a trader, but I am studing the information avaliable on the market. So if some traders hide their position, so be it, it will be the same for every one...
  20. P

    Question on the market depth

    Hi all, I have question concerning limit orders book. Is it possible to see, at any time, the whole range of bid and ask offers. I mean the whole depth of the market. I am currently using quotemedia, which is very good, but it only shows 30 levels of each bid and ask side. Do you...
Back
Top