StockFetcher Forums · General Discussion · Any Way To Bring Stocks Up That Bounce off of 30 DMA?<< >>Post Follow-up
JeffB
14 posts
msg #42258
Ignore JeffB
3/20/2006 11:17:21 AM

Looking for stocks that bounce from patterns such as 30 or 90 day moving average. Any way to screen for them?


WALLSTREETGENIUS
983 posts
msg #42280
Ignore WALLSTREETGENIUS
3/20/2006 11:20:50 PM

Try this Jeff....

MA(30)ON APPROACH:

Fetcher[60-day slope of close is above 0
Do not draw 60-day slope of close
Draw MA(30)
Close has been decreasing the last 2-days
Close is approaching MA(30)
average volume(90)is above 100000
volume is above 100000
sort column 2 descending
offset 0 days


/* MP CCIWLR ANALYZER DISPLAY */

/* NORMALIZE accumulation distribution */

set{adval, INDPOSITION(accumulation distribution, 60) * 100 }

/* NORMALIZE momentum(12) */

set{moval, INDPOSITION(momentum(12), 60) * 100}

/* NORMALIZE CCI(14) */

set{ccval, INDPOSITION(CCI(14), 60) * 100 }

/* NORMALIZE williams %r(10) */

set{wrval, INDPOSITION(williams %r(10), 60) * 100 }


/* DRAW THE MP CCIWLR CHART */

and draw wrval
and draw adval on plot wrval
and draw moval on plot wrval
and draw ccval on plot wrval

add column adval
add column ccval
add column moval
add column wrval

adval is above 80
]





MA(90)ON APPROACH:


Fetcher[60-day slope of close is above 0
Do not draw 60-day slope of close
Draw MA(90)
Close has been decreasing the last 2-days
Close is approaching MA(90)
average volume(90)is above 100000
volume is above 100000
sort column 2 descending
offset 0 days


/* MP CCIWLR ANALYZER DISPLAY */

/* NORMALIZE accumulation distribution */

set{adval, INDPOSITION(accumulation distribution, 60) * 100 }

/* NORMALIZE momentum(12) */

set{moval, INDPOSITION(momentum(12), 60) * 100}

/* NORMALIZE CCI(14) */

set{ccval, INDPOSITION(CCI(14), 60) * 100 }

/* NORMALIZE williams %r(10) */

set{wrval, INDPOSITION(williams %r(10), 60) * 100 }


/* DRAW THE MP CCIWLR CHART */

and draw wrval
and draw adval on plot wrval
and draw moval on plot wrval
and draw ccval on plot wrval

add column adval
add column ccval
add column moval
add column wrval

adval is above 80
]






maxreturn
745 posts
msg #42370
Ignore maxreturn
modified
3/23/2006 8:22:45 AM

Jeff, this is a simple approach which first requires that the stock be above the ema(200) and above the ma(30) and declining towards the ma(30):

Fetcher[show stocks where price approaching ma(30) from above and ma(30) above ema(200) and average volume(65) above 500000 and price above 1]





JeffB
14 posts
msg #42372
Ignore JeffB
3/23/2006 9:39:41 AM

Thanks for the response.


WALLSTREETGENIUS
983 posts
msg #42408
Ignore WALLSTREETGENIUS
3/24/2006 1:15:38 AM

YOU'RE WELCOME!!!


StockFetcher Forums · General Discussion · Any Way To Bring Stocks Up That Bounce off of 30 DMA?<< >>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.