mktmole 325 posts msg #74941 - Ignore mktmole |
6/2/2009 5:47:51 PM
Fetcher[set{closeup, count(close above close 1 day ago, 10)}
and add column average volume(30)
and add column average day range(30)
and add column closeUp
show stocks where close crossed above upper bollinger band(20,0.5)
and close above open
and Day Point Range(1) > 20% above average day point range(8) 1 day ago
and close 1 day ago below open 1 day ago
and close 1 day ago below close 2 days ago
and volume 1 day ago below volume 2 days ago
set{vol1, volume - volume 1 day ago}
set{volpc, vol1 / volume 1 day ago }
set{volpct, volpc * 100}
and add column volpct
and close above EMA(8) and 40 day slope of the close above 0.4
and do not draw 40 day slope of the close
/* Kicker: A gap occurs. a Black Marubozu followed by a White Marubozu
Trend does not matter. Movement will be in the direction of the longer of the two candles */
set{KICKNG,count(pattern is bullish kicking,1)}
set{ENGULF, count(pattern is Bullish Engulfing,1)}
/* BUY SETUP 4 cents above High */
set{Buy1, high + .04}
and add column Buy1 {Buy@Tomorrow}
/* PSTOP 4 cents below Low */
set{Pstop, Low - .04}
and add column Pstop
and add column kickng
and add column engulf
and average volume(30) above 250,000
and market is not otcbb
and price above 3
and chart-length is 6 months
and date offset is 05/26/09]
|