Hafnium![]() Regular ![]() ![]() Posts: 74 Joined: 1/1/2004 Location: Fairfax, VA ![]() | Tony / Jim I was trying to develop a scan last year that would only allow the top 3 ranked sectors to download. I never got the scan/indicator to work right ( I am not a programmer). If anyone figures out how to do that, I would be appreciative... However I did figure out how to manipulate Zack group downloads (its not exact and seems to miss a stock or to, but it works fairly well). To only let Energy Stocks through, use GetClose("SECTOR") = GetClose("ZG012") To only allow all Non Energy Stocks to pass use GetClose("SECTOR") <> GetClose("ZG012") Give it a try and see if it meets your needs. |