StockFetcher Forums · General Discussion · help with filter please.<< >>Post Follow-up
raven4ns
23 posts
msg #33315
Ignore raven4ns
9/19/2004 7:34:26 PM

I would like to create a filter that will highlight the narrowest range over past 4 days. I found one but it has syntax errors ans I don't know how to resolve them. The following is the filter:

set{nr1,high 6 days ago-low 6 days ago}
set{nr2,high 5 days ago-low 5 days ago}
set{nr3,high 4 days ago-low 4 days ago}
set{nr4,high 3 days ago-low 3 days ago}
set{nr5,high 2 days ago-low 2 days ago}
set{nr6,high 1 days ago-low 1 days ago}
set{nr7,high-low}
nr7 < nr6 and nr7 < nr5 and nr7 < nr4 and nr7 < nr3 and nr7 < nr2 and nr7 < nr1 and
Average Volume(90) is above 20000
60-day slope of close is greater than 0
and Average Volume(7) has been decreasing over the last 5 days
and close is between 1 and 250
and low 1 day ago is lower than high
and 7-day slope of close is near 0
and date offset is 0

Can anyone resolve this problem for me? Thank you.

regards,

Tim



dangreene
229 posts
msg #33317
Ignore dangreene
9/19/2004 8:25:34 PM

Here is your scan, syntax free.

The command that is commented out was preventing any hits and was replaced as shown.

Fetcher[
set{nr1,high 6 days ago - low 6 days ago}
set{nr2,high 5 days ago - low 5 days ago}
set{nr3,high 4 days ago - low 4 days ago}
set{nr4,high 3 days ago - low 3 days ago}
set{nr5,high 2 days ago - low 2 days ago}
set{nr6,high 1 days ago - low 1 days ago}
set{nr7,high - low}
and nr7 is less than nr6
and nr7 is less than nr5
and nr7 is less than nr4
and nr7 is less than nr3
and nr7 is less than nr2
and nr7 is less than nr1
and Average Volume(90) is above 20000
and 60-day slope of close is greater than 0
and Average Volume(7) has been decreasing over the last 5 days
and close is between 1 and 250
and low 1 day ago is less than high
/* */
/* and 7 day slope of close is near 0 */
/* */

and 7 day slope of close is above 0
and date offset is 0
]




raven4ns
23 posts
msg #33319
Ignore raven4ns
9/19/2004 8:35:08 PM

Hi Dan,
Thank you for your kindness, I appreciate it very much.

Regards,

Tim


StockFetcher Forums · General Discussion · help with filter please.<< >>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.