StockFetcher Forums · General Discussion · Ema 10 /20/50 crossing<< >>Post Follow-up
lvainik
52 posts
msg #47967
Ignore lvainik
11/14/2006 4:25:31 PM

Filter help?

10 20 50 ema all at almost the same price signaling a change in direction?
Love to see how someoone else would write this?

Thanks!



s.j.piracci
3 posts
msg #51841
Ignore s.j.piracci
modified
5/28/2007 5:34:06 AM

I need help in the wording to obtain results.
a filter where the ema 10-20-50 cross(bullish) exact point.
If anyone can help me I would appreciate it.
Thank you

TheRumpledOne
6,407 posts
msg #51845
Ignore TheRumpledOne
5/28/2007 11:21:39 AM

Fetcher[
/* THREE MOVING AVERAGES WITHIN 1 PERCENT OF EACH OTHER */

set{E513b,days(ema(10) is above ema(20),100)}
set{E513a,days(ema(10) is below ema(20),100)}
set{M1X, E513a - E513b}


set{E534b,days(ema(10) is above ema(50),100)}
set{E534a,days(ema(10) is below ema(50),100)}
set{M2X, E534a - E534b}


set{E1334b,days(ema(20) is above ema(50),100)}
set{E1334a,days(ema(20) is below ema(50),100)}
set{M3X, E1334a - E1334b}

set{diff1, abs(ema(10) minus ema(20) )}
set{diff2, abs(ema(20) minus ema(50) )}
set{diff3, abs(ema(10) minus ema(50) )}

/* change .01 to whatever percent you want */
set{pctdiff, close * .01}

add column diff1
add column diff2
add column diff3
add column pctdiff

add column SEPARATOR

add column M1X
add column M2X
add column M3X

diff1 below pctdiff
diff2 below pctdiff
diff3 below pctdiff

DRAW ema(10)
DRAW ema(20)
DRAW ema(50)

close above 20
volume above 1000000

sort column 5 ascending
]



I wrote this one a while back.

HTH.

StockFetcher Forums · General Discussion · Ema 10 /20/50 crossing<< >>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.