StockFetcher Forums · Filter Exchange · Price bouncing off a 50 day MA<< >>Post Follow-up
ouraccount1
4 posts
msg #50265
Ignore ouraccount1
2/26/2007 12:40:23 PM

Has any one created a filter to identify stocks that have bounced off a 50 day ma for the first time after a pull back?




TheRumpledOne
6,407 posts
msg #50269
Ignore TheRumpledOne
2/26/2007 2:27:05 PM

I think I wrote a MUDDY ZONE pullback filter... you can modify that one.




TheRumpledOne
6,407 posts
msg #50279
Ignore TheRumpledOne
modified
2/27/2007 11:42:17 AM

Fetcher[
/* 50 MA ZONE FILTER */

set{uBB, count(HIGH above the upper bollinger band (20),5)}

set{v, volume 1 day ago}
set{volinc, volume - v}
set{volpc, volinc / v}
set{volpct, volpc * 100}

set{VolUp, days(volume is below volume 1 day ago,100)}


set{T10, count(10 day slope of the close above 0,1)}
set{T60, count(60 day slope of the close above 0,1)}
set{T200, count(200 day slope of the close above 0,1)}


Set{a1, T200 * 1}
Set{a2, T60 * 10}
Set{a3, T10 * 100}

Set{aa, a1 + a2}
Set{TREND, aa + a3}


set{dojix, close - open}
set{doji,days(dojix equal 0,100)}

set{MA50b,days(close is above MA(50),100)}
set{MA50a,days(close is below MA(50),100)}
set{CxMA50, MA50a - MA50b}


low below MA(50)

and close above MA(50)

and uBB above 0

and close above 0.0005

AND VOLUME ABOVE 100000


add column uBB {UBB}

add column ma(50) {SMA50}

and add column volpct

and add column VolUp

and add column Trend

and add column doji

and add column CxMA50 {C_x_MA50}

and sort column 4 descending

]



Modified my Muddy Zone Pullback filter.

HTH.


ouraccount1
4 posts
msg #50289
Ignore ouraccount1
2/27/2007 8:41:39 PM

This is good. Thanks a lot...


StockFetcher Forums · Filter Exchange · Price bouncing off a 50 day MA<< >>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.