Using Excel 2007/VBA and the API:
As of around 2:00 PM Central Time, in today's market session (01/28/2010), I am seeing virtually all block trades in BAC being reported with lFlags = 0. That's almost 1,500 trades.
I set up a watch box for my tsItem. All other trade details appear to be okay, but tsItem.lFlags = 0 on almost all of the trades. Retried it a few times and got the same results.
Seeing the same thing in numerous other symbols, as well, but BAC seems to be the worst.
This is the filter I am using:
tsFilter.sSymbol = "BAC"
tsFilter.bQuotes = False
tsFilter.bTrades = True
tsFilter.lNumDays = 1
tsFilter.bFilterPrice = False
tsFilter.bFilterVolume = True
tsFilter.lVolume = 10000
tsFilter.bFilterQuoteExchanges = False
tsFilter.bFilterTradeExchanges = False
Thanks,
George
As of around 2:00 PM Central Time, in today's market session (01/28/2010), I am seeing virtually all block trades in BAC being reported with lFlags = 0. That's almost 1,500 trades.
I set up a watch box for my tsItem. All other trade details appear to be okay, but tsItem.lFlags = 0 on almost all of the trades. Retried it a few times and got the same results.
Seeing the same thing in numerous other symbols, as well, but BAC seems to be the worst.
This is the filter I am using:
tsFilter.sSymbol = "BAC"
tsFilter.bQuotes = False
tsFilter.bTrades = True
tsFilter.lNumDays = 1
tsFilter.bFilterPrice = False
tsFilter.bFilterVolume = True
tsFilter.lVolume = 10000
tsFilter.bFilterQuoteExchanges = False
tsFilter.bFilterTradeExchanges = False
Thanks,
George
Comment