Here's what I'd like to do:
I'd like to build an array of futures T&S data that records the following info:
Where MarketSide is defined as BelowBid = -2, AtBid = -1, Between = 0, AtAsk = +1, AboveAsk = +2,
I'd like to have the following fields in the array: time (in ms, if possible), price, MarketSide

Comment