Jim Dean![]() Sage ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 3433 Joined: 3/13/2006 Location: L'ville, GA ![]() | Numrec tells you in theory what's there, but for thinly traded symbols, sometimes there are "holes". N is supposed to catch and strip those ... and as of ~2016 everything was clean ... I know since I created a routine to find ALL the historical "holes", and Cose used it to remove them. But I've no idea what's been done since then. Maybe you could try this scan: Sum( -(V >= 1000 and L >= 0.1), 250 ) = 250 ... or if you're willing to have say two "holes", you could check if it's >= 248 ... don't forget to include the minus sign ... it's important ... you could use this method with some other V or price critera |