The index is computed by counting up all of the US stocks (on any of the three major exchanges) that are making new 52-week highs and subtracting all of the US stocks that are making new 52-week lows. So to produce this index you need the historical daily price information for all 17,000+ stock symbols for the past X years. (I know this would be one row of data per symbol for each day would be 4.4M rows of data for each year of data to produce the index.)
StockCharts.com has already done this but I want to use this market index (not indicator) in my trading strategy with Ninja Trader.
SO HERE IS MY QUESTION: Let's assume I can get this historical daily price information from an external data feed and I put it into a database, spreadsheet or ascii flat file. Is there a way on Ninja Trader or other trading tool, can read that data so I can produce a new index symbol by reading this data?

Comment