StockFetcher Forums · General Discussion · brad koteshwar , perfect spaculator<< >>Post Follow-up
jiten_ch
9 posts
msg #158584
Ignore jiten_ch
2/12/2022 2:44:30 PM

I built a filter based on book perfect speculator. it is not catching many stocks . Did I build it right.
/* 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



nibor100
1,010 posts
msg #158588
Ignore nibor100
2/13/2022 10:22:35 AM

This line is your biggest stock results limiting problem:

"volume is more than 500% above average volume(30) 1 day ago'

Ed S.

StockFetcher Forums · General Discussion · brad koteshwar , perfect spaculator<< >>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.