New Members: Be sure to confirm your email address by clicking on the link that was sent to your email inbox. You will not be able to post messages until you click that link.
so I have a real simple scan but it doesn't work
[type=stock]
And[volume >550000]
and [country is USA] AND [CLOSE <.10]And [CLOSE >.0001]
and [Group is not etf ]
and [outstanding shares <50000000]
No matter what I change the os to it comes up empty. If I rise the price to say 15.00 it works.
If I take out the os I get 350 stocks some with lower os than what I had in the scan.
Can anyone help?
0
Comments
I'm not sure it would make a difference, but I think it should be country is US, not country is USA.
And[volume >550000]
and [country is USA] AND [CLOSE <.10]And [CLOSE >.0001]
and [Group is not etf ]
and [outstanding shares <50000000]
This passes syntax check.
You are asking for less than 50000000 shares. I'd be concerned if you were getting some that were HIGHER in the results.
When I run it just now I get 361 results
If you are concerned about a specific criteria, the best way I can think of to "check" it is to add a rank by statement as the last line of the code.
rank by [outstanding shares]
will put the values of outstanding share as the last column of the results.
Thats what I'm saying, they are all higher if I rise the price. Some show up lower but very few.
changing it to 15.00
[type=stock]
And[volume >550000]
and [country is USA] AND [CLOSE <15.00]And [CLOSE >.0001]
and [Group is not etf ]
and [outstanding shares <50000000]
I get 1603 results. FPVD listed 1st again.
My point was no matter what size os I put in it wouldn't work until I increased the share price. I didn't and don't understand why that is.
So that suggests there are no symbols in the share price range you requested that meet all your conditions.
(and it was the share price range in your original scan that I thought was unusual - less than 10 cents.)
Maybe it would help to request the share price range and rank by outstanding shares to see what that price universe looks like. Something like:
[country is US]
AND [CLOSE <.10] And [CLOSE >.0001]
rank by outstanding shares
Then add conditions to see which ones (singly or in combination) knock the total down to zero.
But thats my problem, when I check otc markets there are stocks that meet the criteria. when I look at the list that show up some have less os than my scan asks.
I'm trying to find out why it doesn't work.
[type=stock]
And[volume >550000]
and [country is USA] AND [CLOSE <.10]And [CLOSE >.0001]
and [Group is not etf ]
and [outstanding shares <50000000]