|
Peter
2013-10-12 10:21:46
|
|
Hey Everyone,
I tried to set up a simple Fundamental screen through the Wizard but it always comes up with no symbols.
I used the following rule(just to try things out):
var1 = GetData('sales_growth', 'sales growth', LastData) >= GetData('sales_growth', '5y sales grwth', LastData);
filter = (var1);
Nothing is returned. Is there any walkthrough for such a screen?
|
|
|
|
|
Peter
2013-10-13 07:43:09
0
|
|
Thanks a ton!
|
|
|
|
Peter
2013-10-13 07:57:47
0
|
|
Ok, I downloaded it and put in PS<=1 to just see if it worked. Nothing was returned.
|
|
|
|
QuantShare
2013-10-14 12:59:24
0
|
|
What exact formula did you use?
Did you run the downloader? You can see data by selecting "Data -> Edit Databases"
|
|
|
|
Peter
2013-10-15 10:03:37
0
|
|
Sorry if I'm bugging everyone but I'm Demoing this to see if I want to buy it!
The formula is:,
var1 = GetData('fund_valuation', 'ps', LastData) <= 1;
filter = (var1);
|
|
|
|
QuantShare
2013-10-15 20:21:16
0
|
|
I just run your screen and got many symbols.
Are you sure you downloaded data? Please see your database in "Data -> Edit Databases"
Did you select screen by "Date" or "Bar" in the screener? If you selected "Date", make sure you entered a correct date (Analyzed symbols must have data on that date)
If you still have problems, please send a screenshot of your screen to support [at] quantshare [dot] com
|
|
|
|
Peter
2013-10-20 11:39:23
0
|
|
Got it! Thanks! But I'm only pulling up 800 or so(seems they only bring up the As) how do I add the rest?
|
|
|
|
QuantShare
2013-10-21 13:17:50
0
|
|
In the "Screenner" control, click on "Select Symbols" button to select which stocks to use in your screen.
|
|
|
|