idbeentaken 4 posts msg #148209 - Ignore idbeentaken |
6/20/2019 7:09:32 AM
hi everyone, and thanks in advance for your help.
I am a new stockfetcher user and I am learning.
Please look at this filter as an example of my issue: //diag 4 OPEN
market is not etf
market is not otcbb
and day point range reached a new 7 day low
and yesterday high below 7 days ago high
set{market_cap, shares outstanding * close}
show stocks where market_cap is above 200
and add column market_cap
as you can see, in the results I get certain stocks where the High is above 7 days ago high .
How can I make sure that I get results where ALL the variables I write must be true? I thought it was by using the AND clause, but evidently is not.
|