Hi Everyone,
I have been working on candle stick based strategies and I am now looking at extending them to ticks/quotes. I can envision strategies that depend on NBBO, T&S and aggregated quotes on both sides; a lot of valuable market information can be derived from these three parameters... I was wondering if level2/depth of market quotes can provide similar value? Majority of the (non-NBBO) quotes are fake as I understand (please correct me) and so is there any value in storing all the changes in non-nbbo asks/bids.... this comprises of so much data... why store all the junk when you know its mostly fake.
My question:
1. Are the non-NBBO quotes any useful at all?
2. Does it makes sense to store non-NBBO quotes for future use? Does anyone store all this information?
thanks,
I have been working on candle stick based strategies and I am now looking at extending them to ticks/quotes. I can envision strategies that depend on NBBO, T&S and aggregated quotes on both sides; a lot of valuable market information can be derived from these three parameters... I was wondering if level2/depth of market quotes can provide similar value? Majority of the (non-NBBO) quotes are fake as I understand (please correct me) and so is there any value in storing all the changes in non-nbbo asks/bids.... this comprises of so much data... why store all the junk when you know its mostly fake.
My question:
1. Are the non-NBBO quotes any useful at all?
2. Does it makes sense to store non-NBBO quotes for future use? Does anyone store all this information?
thanks,
Today, I need three pieces of data: trades, the lowest ask/highest bid at that time and aggregated sum of the 5 consecutive asks & bids... I get all this in the datafeed from my broker. I can visualize the strategies that can filter out the spoofing and use the information appropriately.