cosg2004 3 posts msg #131807 - Ignore cosg2004 |
10/6/2016 10:20:04 PM
I can't save this filter:
set{var1,close - open}
set{var2,high - low}
set{var3,var1 / var2}
show stocks where var3 is above 0.9
and var2 is above 0.50
What's going on?
|
spauken 47 posts msg #131811 - Ignore spauken |
10/7/2016 11:44:42 AM
Try this:
set{var1,close minus open}
set{var2,high minus low}
set{var3,var1 divided by var2}
show stocks where var3 is above 0.9
and var2 is above 0.50
|
cosg2004 3 posts msg #131819 - Ignore cosg2004 |
10/7/2016 6:06:18 PM
Thanks spauken,
I tried. It's not it. I think it has something to do with my basic plan 8.95$/mth limitation.
I hope someone from StockFetcher could advise.
|
four 5,087 posts msg #131820 - Ignore four modified |
10/7/2016 7:41:54 PM
cosg2004,
I will post both of your filters as clickable. They both work !!!
|
cosg2004 3 posts msg #131840 - Ignore cosg2004 |
10/9/2016 9:36:38 AM
Thanks all. It works for me too now. I can only assume it was the time of the day for data base maintenance.
|