I've been trying to plot the up/down volume breadth indicator for the NYSE.
I'm using Dtn / IqFeed as my data provider, and they provide the following tickers for the up and down volumes on the NYSE: VINA.Z & VIND.Z
This works as expected. However, I would like to plot this an a candlestick indicator, by using styleCandlestick instead of styleLine. This doesn't work, I think because there is no OHL data available for the two foreign tickers.
I also tried using SetForeign(), but as far as I know, I can only use this with one foreign ticker, not with two as in my case.
Let's assume you are an equities trader, and you are using market breadth indicators to measure sentiment of the market
These indicators are equal-weighted - that is, any movement of any underlying component is considered equally.
But, since you are including ALL securities, there are many you probably would want to exclude.
Let's consider one stock on NYSE - Bank of America Corp (BAC).
There was also 10 Preferred securities for Bank of America Corp - (BAC-B, -E, -K, -L, -M, -N, -O, -P, -Q, -S). These hybrid debt-equity instruments have some level of correlation to the underyling stock, but also to interest rate movements.
Do you think that including them would improve or reduce the quality of a market-wide metric? Do you think that including interest-rate-senstivie non-equity instruments is useful to your study of equities?