StockFetcher Forums · Filter Exchange · 52 week high............<< >>Post Follow-up
miketranz
956 posts
msg #57682
Ignore miketranz
12/6/2007 9:23:09 AM

Can anyone come up with a filter for stocks pulling back from a 52wk high? I notice alot a stocks pulling back below the breakout zone,touching the bottom BB(20),and then taking off like a rocket,probably because all the short sellers fading the breakout got caught with there pants down.Any help would be highly appreciated.Thanks,Mike.........

TheRumpledOne
6,407 posts
msg #57685
Ignore TheRumpledOne
12/6/2007 10:05:46 AM

Have you SEARCHED the forums for "52 week high"?

Also, my BASIC FILTER FOR NEWBIES can be adapted to do just about anything you want... SEARCH FOR IT.

Also, I just posted a MARKET PROFILE FILTER that shows the position of stocks in the 52 week high/low range.

HTH.

nikoschopen
2,824 posts
msg #57746
Ignore nikoschopen
12/7/2007 6:10:36 PM

If what you say is true, here's the 10 day performance of the stocks since the day they were spitted out by SF. Remove the "date offset" from the filter to use it normally.

Fetcher[
date offset 10
days(price reached a new 52 week high,10) above 0
Bollinger %B(20,2.0) 1 day ago crossed below 0
Bollinger %B(20,2.0) crossed above 0
draw Bollinger Bands(20,2.0)
]



miketranz
956 posts
msg #57757
Ignore miketranz
12/8/2007 12:23:39 AM

Thank you for your help......

TheRumpledOne
6,407 posts
msg #57773
Ignore TheRumpledOne
12/8/2007 2:48:13 PM

Fetcher[
/* PRICE POSITION PERCENT DISPLAY */

/* enter your Upper Limit criteria */
set{UpperLim, High 52 week High}

/* enter your Lower Limit criteria */
set{LowerLim, Low 52 week Low}

set{LimDiff, UpperLim minus LowerLim}
set{PPDiff, CLOSE minus LowerLim}
set{PPDiv, PPDiff / LimDiff}
set{BallOn, PPDiv * 100}

set{PCT, LimDiff / LowerLim}

set{HiOp,high - open}
set{OpLo, open - low}
set{ClLo, close - low}

set{CCb,days(close is above close 1 day ago,100)}
set{CCa,days(close is below close 1 day ago,100)}
set{ClxCl, CCa - CCb}

set{HHb,days(High is above High 1 day ago,100)}
set{HHa,days(High is below High 1 day ago,100)}
set{HixHi, HHa - HHb}

set{LLb,days(Low is above Low 1 day ago,100)}
set{LLa,days(Low is below Low 1 day ago,100)}
set{LoxLo, LLa - LLb}

/* column display */
add column BallOn
add column PCT

add column ClxCl
add column HixHi
add column LoxLo

add column ClLo
add column HiOp
add column OpLo

/* PLOTS */

draw UpperLim on plot price
draw LowerLim on plot price

set{BallLow, count( BallOn < 2 , 1 ) }
set{BallHigh, count( BallOn > 98 , 1 ) }
set{PlayBall, BallLow + BallHigh }

/* Selection Criteria */

MARKET IS NASDAQ 100

add column industry

Sort column 5 descending

/* DRAW LINES */

draw upperlim on plot price
draw lowerlim on plot price
]



StockFetcher Forums · Filter Exchange · 52 week 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.