StockFetcher Forums · Filter Exchange · 52 Week Postion Filter<< 1 2 >>Post Follow-up
roncarn
21 posts
msg #58734
Ignore roncarn
1/4/2008 2:04:36 PM

I'm going to repost my 52 week postition filter and 3 variations of it. Again anyone can copy & make there own changes & improvements.
52 week position filter
52 week position filter PE > 0
104 week position filter
104 week position filter PE > 0



roncarn
21 posts
msg #58735
Ignore roncarn
1/4/2008 2:08:24 PM

Fetcher[
/* Shows Current location of a stock in respect to it's 52 week high and low */

set{LOW52, low 52 week low}
set{HIGH52, high 52 week high}
set{SPREAD52, HIGH52 - LOW52}
set{CLOSE52, close - LOW52}
set{LOCATION52, CLOSE52 / SPREAD52}
set{POSITION, LOCATION52 * 100}

add column POSITION
add column Long Term Debt {Debt}
add column Profit Margin {ProfMarg}
add column Dividend {Div}
add column Dividend Yield {DivYld}

and sort column 5 descending

/* Add your criteria here */

and Average Volume(5) is above 50000
and close is above 3.00
/*and PE is below 11
and PE is above 1 */

/* and sector Energy
and industry semiconductors
and stock type is etf */

/* and POSITION is below 20
and POSITION is above POSITION 1 week ago
and close is at a 1 week high */
]




roncarn
21 posts
msg #58736
Ignore roncarn
1/4/2008 2:10:03 PM

Fetcher[
/* Shows Current location of a stock in respect to it's 52 week high and low */

set{LOW52, low 52 week low}
set{HIGH52, high 52 week high}
set{SPREAD52, HIGH52 - LOW52}
set{CLOSE52, close - LOW52}
set{LOCATION52, CLOSE52 / SPREAD52}
set{POSITION, LOCATION52 * 100}

add column POSITION
add column Long Term Debt {Debt}
add column Profit Margin {ProfMarg}
add column Dividend {Div}
add column Dividend Yield {DivYld}

and sort column 5 descending

/* Add your criteria here */

and Average Volume(5) is above 50000
and close is above 1.00

/* and PE is below 11 */
and PE is above 0.1

/* and sector Energy
and industry semiconductors
and stock type is etf */

/* and POSITION is below 20
and POSITION is above POSITION 1 week ago
and close is at a 1 week high */

]




roncarn
21 posts
msg #58737
Ignore roncarn
1/4/2008 2:11:48 PM

Fetcher [
/* Shows Current location of a stock in respect to it's 104 week high and low */

set{LOW104, low 104 week low}
set{HIGH104, high 104 week high}
set{SPREAD104, HIGH104 - LOW104}
set{CLOSE104, close - LOW104}
set{LOCATION104, CLOSE104 / SPREAD104}
set{POSITION, LOCATION104 * 100}

add column POSITION
add column Long Term Debt {Debt}
add column Profit Margin {ProfMarg}
add column Dividend {Div}
add column Dividend Yield {DivYld}

and sort column 5 descending

/* Add your criteria here */

and Average Volume(5) is above 50000
and close is above 3.00
/*and PE is below 11
and PE is above 1 */

/* and sector Energy
and industry semiconductors
and stock type is etf */

/* and POSITION is below 20
and POSITION is above POSITION 1 week ago
and close is at a 1 week high */
]

roncarn
21 posts
msg #58738
Ignore roncarn
1/4/2008 2:12:52 PM

Not very forgiving is it.. repost of last filter:

Fetcher[
/* Shows Current location of a stock in respect to it's 104 week high and low */

set{LOW104, low 104 week low}
set{HIGH104, high 104 week high}
set{SPREAD104, HIGH104 - LOW104}
set{CLOSE104, close - LOW104}
set{LOCATION104, CLOSE104 / SPREAD104}
set{POSITION, LOCATION104 * 100}

add column POSITION
add column Long Term Debt {Debt}
add column Profit Margin {ProfMarg}
add column Dividend {Div}
add column Dividend Yield {DivYld}

and sort column 5 descending

/* Add your criteria here */

and Average Volume(5) is above 50000
and close is above 3.00
/*and PE is below 11
and PE is above 1 */

/* and sector Energy
and industry semiconductors
and stock type is etf */

/* and POSITION is below 20
and POSITION is above POSITION 1 week ago
and close is at a 1 week high */
]




roncarn
21 posts
msg #58739
Ignore roncarn
1/4/2008 2:13:49 PM

Fetcher[
/* Shows Current location of a stock in respect to it's 104 week high and low */

set{LOW104, low 104 week low}
set{HIGH104, high 104 week high}
set{SPREAD104, HIGH104 - LOW104}
set{CLOSE104, close - LOW104}
set{LOCATION104, CLOSE104 / SPREAD104}
set{POSITION, LOCATION104 * 100}

add column POSITION
add column Long Term Debt {Debt}
add column Profit Margin {ProfMarg}
add column Dividend {Div}
add column Dividend Yield {DivYld}

and sort column 5 descending

/* Add your criteria here */

and Average Volume(5) is above 50000
and close is above 1.00

/* and PE is below 11 */
and PE is above 0.1

/* and sector Energy
and industry semiconductors
and stock type is etf */

/* and POSITION is below 20
and POSITION is above POSITION 1 week ago
and close is at a 1 week high */
]




StockFetcher Forums · Filter Exchange · 52 Week Postion Filter<< 1 2 >>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.