StockFetcher Forums · Filter Exchange · Marching Warriors<< >>Post Follow-up
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]


chetron
2,817 posts
msg #74943
Ignore chetron
modified
6/2/2009 6:19:11 PM

HOW ABOUT....

NO AMPPING SAMS.....

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)}

DRAW ENGULF ON PLOT KICKNG

/* BUY SETUP 4 cents above High */

set{var04,.04}
set{Buy1, high + var04}
and add column Buy1 {BuyATTomorrow}

/* PSTOP 4 cents below Low */
set{Pstop, Low - var04}
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
]



StockFetcher Forums · Filter Exchange · Marching Warriors<< >>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.