1. a large block of 5,000+ lots hit the market all filled at 195 within the same second 08:45:03 on 8may2013
2. the inside market on the DOM did not move off 200 Ask / 195 Bid
3. the prints on the Time & Sales were mainly green meaning the Ask had to drop to 195...it did not...visibly anyway
So, I had my code output from OnMarketData(MarketDataEventArgs e) and noticed hits on LAST, ASK and BID. (see pic 2)
Questions:
A. The DOM must be filtered since if it kept up with the OnMarketData hits the CPU would over heat and catch fire and/or Ninja would constantly freeze trying to keep up with the plots. So how is the DOM filtered assuming the T&S prints hitting the Bid are correct? i.e. assuming the inside market did shift and the DOM is filtered.
B.The T&S must be filtered since it is solid green followed by solid red while the OnMarketData hits shift rapidly between Bid, Ask and Last constantly. So how is it filtered? i.e. what had to happen for the majority of the prints to be solid green then the last several change to solid red?
C. For my purposes I would like to assume the DOM is correct, that the Inside Market did not shift and all the volume hit the Bid and all the T&S prints should be red. However most of them are green indicating strength not weakness. For traders Tape Reading using the T&S print colors this could be misleading at times of heavy volume. Could you please explain exactly how the T&S print colors are determined in this instance?
D. Can this whole issue be attributed to the fact that very large volume hit one price all within 1 second? In which case should we consciously filter out the T&S print colors in similar very high volume situations?

Comment