StockFetcher Forums · General Discussion · swing trade crossover<< >>Post Follow-up
UNITED
81 posts
msg #41088
Ignore UNITED
modified
2/8/2006 9:27:59 AM

What kind of scan can be set up for a 4 day moving avg crossover to the upside? Stock must be trading above its 50 day ma and have at least 30 adx or 80 rs. Thanks...Mike..



alf44
2,025 posts
msg #41090
Ignore alf44
modified
2/8/2006 11:13:06 AM

...OR...

...this variation which takes the same filter posted above and ADDS the requirement that the Close has NOT CROSSED BELOW the EMA(50) in the last 20 days !!!

----------------------

Fetcher[/* EMA(4) EMA(6) Crossover */

Show all stocks where

count(Close below EMA(50), 20) is below 1 and
60 day Slope of EMA(50) is above 0 and
Close is above EMA(50) and
EMA(4) crossed above EMA(6) and

Average Volume(65) is above 500000 and
Volume is above 500000 and
Price is above 5

and draw EMA(50)
and draw RSI(14)
and draw ADX(14)
]


----------------------


Regards,

alf44



alf44
2,025 posts
msg #41089
Ignore alf44
modified
2/8/2006 1:12:58 PM

...howz bout something simple like this...

---------------------

Fetcher[/* EMA(4) EMA(6) Crossover */

Show all stocks where

60 day Slope of EMA(50) is above 0 and
Close is above EMA(50) and
EMA(4) crossed above EMA(6) and

Average Volume(65) is above 500000 and
Volume is above 500000 and
Price is above 5

and draw EMA(50)
and draw RSI(14)
and draw ADX(14)
]



-----------------------

This filter requires both an UP Sloping EMA(50) and a Close above EMA(50) and an EMA(4)...EMA(6) crossover !



Regards,

alf44




alf44
2,025 posts
msg #41109
Ignore alf44
2/8/2006 10:45:11 PM

...uhhh !

You're Welcome !


Regards,

alf44




nikoschopen
2,824 posts
msg #41126
Ignore nikoschopen
modified
2/9/2006 4:28:10 PM

Alf, you left out the condition "...and have at least 30 adx or 80 rs." Also I think what he means by "a 4 day moving avg crossover to the upside" is the price/MA(4) crossover rather than a crossover between 2 MAs (but I could be wrong).

Fetcher[
close above MA(50)
price crossed above MA(4)
set{a,count(ADX(14) above 30,1)}
set{b,count(RSI(9) above 80,1)}
set{c, a + b}
c above 0

do not draw c
draw RSI(14)
draw ADX(14)

chart-time is 3 months
]



UNITED, if you want both ADX(14) above 30 AND RSI(9) above 80, then change "c above 0" to "c above 1". This will bring the results down to a manageable number.


alf44
2,025 posts
msg #41127
Ignore alf44
2/9/2006 4:39:17 PM

...I did that intentionally !

I drew an ADX and an RSI for analysis of those 2 indicators if desired !

To screen...explicitly...for the conditions he mentioned excludes MANY great set-ups ! imo

Therefore, I used...shall we say..."creative license" in the filters I posted !


Regards,

alf44




UNITED
81 posts
msg #41130
Ignore UNITED
2/9/2006 9:19:20 PM

Thanks.......


StockFetcher Forums · General Discussion · swing trade crossover<< >>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.