Hi I try to capture real-time data using QR+QB, the result is strange, when Bid(Bidsize) and Ssk(Asksize) change the same time, the data in quantbase will become 2 quotes,
ex: DateTime,Bid,BidSize,Ask,AskSize 2015-05-08 09:15:08.893,4530.8,4,4531.2,2 2015-05-08 09:15:09.393,4529.6,16,4531.2,2 2015-05-08 09:15:09.393,4529.6,16,4530.2,2
It update bid info fist,then ask info, turn one quote into two quotes, On the other hand,using the same dataprovider(user developed) in openquant the data captued will show
ex: DateTime,Bid,BidSize,Ask,AskSize 2015-05-08 09:15:08.893,4530.8,4,4531.2,2 2015-05-08 09:15:09.393,4529.6,16,4530.2,2
Since OQ could recevie correct data, userprovider should be no problem, the same problem will continue all day repeatly, as long as Bid(Bidsize) and Ask(Asksize) change the same time, could you give some suggestion?
thanks a lot !
|