Hi all!
I'm trying to model and advance-decline line for a universe of stocks. As far as I can tell, there are two ways to do this. One would be setting my universe to say, the top 100 stocks in the NYSE and pulling each individually to see if it was an advance or decline. On the other hand, I could also use fetcher and pull in a CSV that contains a daily NYSE advance-decline spread. That said, I'd rather do it all programatically if possible. Is there a function somewhere which already calculates this information? Or is it better to do it the quick and dirty way of just pulling from outside sources?