StockFetcher Forums · General Discussion · Can't save<< >>Post Follow-up
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 !!!

Fetcher[
/* VERSION: cosg2004 */
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
]



Fetcher[
/* VERSION: spauken */
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 #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.

StockFetcher Forums · General Discussion · Can't save<< >>Post Follow-up

*** Disclaimer *** StockFetcher.com does not endorse or suggest any of the securities which are returned in any of the searches or filters. They are provided purely for informational and research purposes. StockFetcher.com does not recommend particular securities. StockFetcher.com, Vestyl Software, L.L.C. and involved content providers shall not be liable for any errors or delays in the content, or for any actions taken based on the content.


Copyright 2022 - Vestyl Software L.L.C.Terms of Service | License | Questions or comments? Contact Us
EOD Data sources: DDFPlus & CSI Data Quotes delayed during active market hours. Delay times are at least 15 mins for NASDAQ, 20 mins for NYSE and Amex. Delayed intraday data provided by DDFPlus


This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.