StockFetcher Forums · Public Filter List · The Boyd Hunt Method<< 1 2 >>Post Follow-up
jiten_ch
9 posts
msg #154072
Ignore jiten_ch
9/20/2020 3:27:50 AM

How did this filter work out for you ?
This is my interpretation for brad koteshwar filter

jiten_ch
9 posts
msg #154073
Ignore jiten_ch
9/20/2020 3:28:31 AM

/* etf want some votaliy so optionable */
market is not ETF
optionable

/*
52week high is more than double of 52 week low
*/
set{52wh,high 52-week high}
set{52wl,low 52-week low}
set{double,52wl * 2}
set {t52h, 52wh * 0.80}

set{v3,volume 3 years ago}
set{v6,v3 3 years ago}
set{v9,v6 3 years ago}
set{v10,v9 1 year ago}



52wh > double

/* near the 52week high withing 20% */
close > t52h

/* price went up by 20% in last four weeks */
Price gained 20% over the last 4 weeks

/* volume up 5 times */
volume is more than 500% above average volume(30) 1 day ago


/* Relative-strength line */
Relative Strength(^SPX,150) > 1.5
30-day slope of Relative Strength(^SPX,150) > 0

/*no penny stocks*/
close > 3
/* companies less than 9 years old*/
count(v10 equals 0,252) equals 252

add column 52wh
add column t52h
add column double

do not draw 52wh
do not draw t52h



StockFetcher Forums · Public Filter List · The Boyd Hunt Method<< 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.