cabogordon 88 posts msg #75945 - Ignore cabogordon |
7/1/2009 4:05:19 PM
6/13/2009 6:34:15 PM
HMMMM.............................
NO SPECIAL CHARACTERS ALLOWED.... LIKE THE TIC TAC TOE SYMBOL.....
Fetcher[
/* Range Contraction/Expansion Scan Filter for counting Doji's followed by a Breakout */
/* Doji (H/L Rng above .20 w/Candle Body less than 30% of H/L Rng) */
/* Vary the % below to determine the volatility of the Breakout */
Close > 2.9% above Close 10 day High 1 day ago
set{HiLoRng, High - Low}
set{ClOpRng, abs(Close minus Open)}
set{ClOp_HiLo_ratio, ClOpRng / HiLoRng}
set{Range, count(HiLoRng is above .20, 1)}
set{Body, count(ClOp_HiLo_ratio is less than .30, 1)}
set{doji, Range * Body}
set{sdoji,count(doji above .5,10)}
and average volume (40) above 300,000
and add column Average Volume (40)
/* NUMBER of Closes Over EMA8 */
set{close_up3, count(close above EMA(8),2)}
and add column close_up3 {^EMA8}
draw sdoji
sdoji above 2.5
and do not draw close 2 week high
add column sdoji
and add column beta
and add column high 10 day high 1 day ago
and add column Sector
and draw EMA(8)
draw EMA(20)
draw MA(50)
and institutional holder percent is above 50
and market is not otcbb
sort column 11 descending
chart-time is 4 months
and date offset 06/04/2009
|
chetron 2,817 posts msg #75948 - Ignore chetron |
7/1/2009 6:13:09 PM
forgot the last bracket.....
|
cabogordon 88 posts msg #75949 - Ignore cabogordon |
7/1/2009 6:18:44 PM
anyone else useing this or backtest it....
|
cabogordon 88 posts msg #75950 - Ignore cabogordon |
7/1/2009 6:31:16 PM
chetron
thanks
|
dwiggains 444 posts msg #75951 - Ignore dwiggains |
7/1/2009 7:00:01 PM
Hi cabogordon
Nice filter
but please remember
sort column 11 descending
See ya
David
|
chetron 2,817 posts msg #75952 - Ignore chetron |
7/1/2009 9:10:06 PM
LOL, THANX DAVID
|
cabogordon 88 posts msg #75961 - Ignore cabogordon |
7/2/2009 11:11:59 AM
David,
something weird happened. on July 1 at market close and July 2 open / your doji filter picked up LAMR and ATMI , 2 hours later when it filter some stocks for today ( 12 pm EST ) LAMR and ATMI disapeared from the previous days filter ?
really strange, any explanation. thanks .
|