jejellupi 4 posts msg #159437 - Ignore jejellupi |
8/12/2022 6:54:16 AM
below is a filter I use to capture stocks moving up on higher than average volume. On 8/9/22 it should have captured ASTS but it didn't. I used the "Check Filter For Symbol" tool and it indicated that all criteria was met for ASTS but it did not appear in the results? Any help would be much appreciated with this. I experience this quite often with Stockfetcher i.e. missing results.
Thanks!
close is more than 2% above open
daily volume is more than 200% above the daily average volume (21) 1 day ago
price > MA(50)
price > MA(150)
and price is greater than 5
set{dollarVolume, cma(volume, 21) * close}
add column dollarVolume
dollarVolume > 10,000,000
and market is not OTCBB
add column Industry
market cap > 200
add column market cap
|