StockFetcher Forums · Filter Exchange · new 65 days high<< >>Post Follow-up
morsan
27 posts
msg #74137
Ignore morsan
5/6/2009 8:26:40 AM

Can some kind soul help me to construct this filter?
IT is based on van meertens blog
http://www.investorplaceblogs.com/users/vanmeerten/2008/06/how_to_use_barchart_for_superi.php

I want a filter which picks stocks that made a new 65 days high and has a column that counts how many times the stock made a new high within this period. I also want to pick the stock when RSI(2) is below 10.

This is my attempt so far but I lack the count of new highs within this period.

Show stocks where high reached a new 65 day high within last 5 days
and rsi(2) is below 10
and Average Volume(90) is above 50000
and close is between 5 and 250


Many thanks
Morsan

chetron
2,817 posts
msg #74138
Ignore chetron
modified
5/6/2009 8:34:15 AM

CLICKABLE...


Fetcher[
SET{VAR1,COUNT(HIGH ABOVE HIGH 1 DAY AGO,65)}

ADD COLUMN VAR1 {NEW_HI_65}


Show stocks where high reached a new 65 day high within last 5 days
and rsi(2) is below 10
and Average Volume(90) is above 50000
and close is between 5 and 250

SORT COLUMN 5 DESCENDING
]



morsan
27 posts
msg #74139
Ignore morsan
5/6/2009 9:22:17 AM

Appreciate that! Thank you very much Chetron!

chetron
2,817 posts
msg #74141
Ignore chetron
5/6/2009 11:06:31 AM

HOW ABOUT......
VERY FEW RESULTS IF YOU KEEP THE 65 DAY HIGH THINGY....


Fetcher[

SET{VAR1,COUNT(HIGH ABOVE HIGH 1 DAY AGO,65)}

ADD COLUMN VAR1 {NEW_HI_65}

ADD COLUMN RSI(2)
rsi(2) is below 35
Average Volume(90) is above 50000
close is between 5 and 250

VAR1 1 DAY AGO BELOW 25.5
VAR1 ABOVE 25.5
SORT COLUMN 5 DESCENDING
]



morsan
27 posts
msg #74142
Ignore morsan
5/6/2009 12:22:57 PM

I think van Meerten looks for top ten over 25 when he picks if i understand him right.

chetron
2,817 posts
msg #74144
Ignore chetron
5/6/2009 2:15:42 PM

I JUST DID A QUICK SAMPLE OF DATES AND FOUND THE HIGH 30'S JUST END UP PETERING OUT AND READ THE SITE WHERE HE TALK OF THOSE REACHING 25, WHICH I PERCEIVED THEM DOING BETTER.



HTH



chetron
2,817 posts
msg #77392
Ignore chetron
modified
8/9/2009 10:15:52 AM

maybe....


Fetcher[

SET{vnh,COUNT(HIGH ABOVE HIGH 1 DAY AGO,100)}
SET{vnl,COUNT(low below low 1 DAY AGO,100)}

set{var1,vnh + vnl}
set{var2,vnh / var1}
set{vnhldiff,indposition(var2,100) * 100}

draw vnl on plot vnh
draw vnhldiff line at 0
draw vnhldiff line at 100

vnh below 50
vnhldiff above 75
close above .1
volume above 1000000
]



chetron
2,817 posts
msg #77394
Ignore chetron
8/9/2009 6:06:57 PM

AND.....


Fetcher[


SET{vnh,COUNT(HIGH ABOVE HIGH 1 DAY AGO,100)}
SET{vnl,COUNT(low below low 1 DAY AGO,100)}

set{var1,vnh + vnl}
set{var2,vnh / var1}
set{vnhldiff,indposition(var2,100) * 100}

draw vnl on plot vnh
draw vnhldiff line at 0
draw vnhldiff line at 100

vnh 1 day ago below vnh 13 day high 2 day ago
vnh above vnh 13 day high 1 day ago
vnhldiff above 99
close above .1
volume above 1000000
]



StockFetcher Forums · Filter Exchange · new 65 days high<< >>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.