StockFetcher Forums · Filter Exchange · /* Bowl Pattern */<< >>Post Follow-up
TheRumpledOne
6,407 posts
msg #43535
Ignore TheRumpledOne
5/7/2006 1:22:30 PM

Fetcher[
/* Bowl Pattern */

/* Idea from TASC May 2006 article, "The Bowl Pattern Breakout" by Sharon Yamanaka */

set{H52Diff, high - high 52 weeks ago}
set{H52Pctd, H52Diff / high 52 weeks ago}
set{H52, 52 week high 1 day ago }

set{H52days, days( high 1 day ago equal H52, 100) }

set{H52New, count( high equal 52 week high, 100) }

set{H104Diff, high - high 104 weeks ago}
set{H104Pctd, H104Diff / high 104 weeks ago}
set{H104, 104 week high 1 day ago }

set{H104days, days( high 1 day ago equal H104, 100) }

set{H104New, count( high equal 104 week high, 100) }



add column H104Diff
add column H104Pctd
add column H104days
add column H104New

High reached a new 52 week high

draw high 52 week high

draw high 104 week high

add column H52Diff
add column H52Pctd
add column H52days
add column H52New

close above 1
avg volume(30) above 100000

H52Diff below 1

H52Pctd below .10

]



I added the 104 week ( 2 year ) as a reference to see if the stock is really making new historical highs or just retracing.

This filter probably needs a little work but should get you in the ballpark.

IOM looks good!

MAY ALL YOUR FILLS BE COMPLETE.


TheRumpledOne
6,407 posts
msg #43718
Ignore TheRumpledOne
modified
5/20/2006 8:22:24 AM

Fetcher[
/* Bowl Pattern */

/* Idea from TASC May 2006 article, "The Bowl Pattern Breakout" by Sharon Yamanaka */


set{HI52,days(weekly High equal high 52 week high , 100 )}
set{LO52,days(weekly Low equal Low 52 week high , 100 )}


set{H52Diff, high - high 52 weeks ago}
set{H52Pctd, H52Diff / high 52 weeks ago}
set{H52, 52 week high 1 day ago }

set{H52days, days( high 1 day ago equal H52, 100) }

set{H52New, count( high equal 52 week high, 100) }

set{H104Diff, high - high 104 weeks ago}
set{H104Pctd, H104Diff / high 104 weeks ago}
set{H104, 104 week high 1 day ago }

set{H104days, days( high 1 day ago equal H104, 100) }

set{H104New, count( high equal 104 week high, 100) }

set{HHb52,days(52 week High is above 52 week High 1 day ago,100)}
set{HHa52,days(52 week High is below 52 week High 1 day ago,100)}
set{HixHi52, HHa52 - HHb52}


set{HHb26,days(26 week High is above 26 week High 1 day ago,100)}
set{HHa26,days(26 week High is below 26 week High 1 day ago,100)}
set{HixHi26, HHa26 - HHb26}



set{HHb13,days(13 week High is above 13 week High 1 day ago,100)}
set{HHa13,days(13 week High is below 13 week High 1 day ago,100)}
set{HixHi13, HHa13 - HHb13}

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

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

set{Double, UpperLim * .50 }

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


and add column HI52
and add column LO52

add column BallOn
add column hixhi13
add column hixhi26
add column hixhi52

add column H104Diff
add column H104Pctd
add column H104days
add column H104New

High reached a new 13 week high

draw high 52 week high

draw high 104 week high

add column H52Diff
add column H52Pctd
add column H52days
add column H52New

close above 1
avg volume(30) above 100000

H52Diff below 1

H52Pctd below .10
]






TheRumpledOne
6,407 posts
msg #43935
Ignore TheRumpledOne
5/20/2006 8:22:28 AM

The HI52 and LO52 columns show how many WEEKS since the 52 week high and low were made.

MAY ALL YOUR FILLS BE COMPLETE.



StockFetcher Forums · Filter Exchange · /* Bowl Pattern */<< >>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.