Hello, I built a simple screener based on an indicator that counts days in the market (MyIndicator(32)). The screener code is: indicator1 = CALL “MyIndicator(32)”(close) c1 = (indicator1 > indicator1[1]) criteria = Volume SCREENER[c1] (criteria AS “Volume”) The screener gives only partial results, some stocks are not being shown (I attached a screen shot of one of those stocks). Any ideas? Thanks in advance Assaf