Jim Dean
 Sage
       Posts: 3433
Joined: 3/13/2006
Location: L'ville, GA
User Profile |
Another way to skin the cat, slightly more efficient (tho the Sum method also works) is to just check to make sure the min price or vol in that period is above the threshold.
LLV(C,250) > 5
LLV(V,50) > 1000000
In theory, this runs a bit faster.
|