OK, I've shorted just about everything but AAPL and am left with nothing to do but fiddle around with scans. Why is it that for most stocks, the following scan returns "N/A" for the IRLDailyIndex:
output="comnets2.lst";
float pctchange;
pctchange:=((close(0)/close(-1))-1)*100;
if Close(-1) >= 0 then Println Symbol, ", ", "Close: ", close(0):6:3, ", ", "Change: ", Close(0)-close(-1):6:2, ", ", "Percent Change: ", pctchange:6:2, ", ", "IRL Group: ", IRLDailyIndex;
endif;
Some stocks are privileged enough to get an IRL group number, but not many. Most get "N/A."
Brooke |