StockFetcher Forums · Public Filter List · EMA 50,100,200<< >>Post Follow-up
056183882
15 posts
msg #89527
Ignore 056183882
3/13/2010 12:52:50 PM


hi

I'm looking for filter that show me stocks that there EMA 50,100,200 are :

a. converge-thay have to be a cent difference between them

b. EMA 200-cross above EMA 50,100

c. EMA 200 - cross below EMA 50,100

thanks


yaki

lillian
26 posts
msg #89541
Ignore lillian
3/13/2010 4:57:28 PM

I'm new at this, but try this one

Fetcher[set{A, count(EMA(200) crosses above EMA(50), 1)}
set{B, count(EMA(200) crosses above EMA(100), 1)}
set{OR1, A + B}
show stocks where OR1 above 0
DRAW EMA(200)
DRAW EMA(50)
DRAW EMA(100)
ADD COLUMN EMA(200)
ADD COLUMN EMA(100)
ADD COLUMN EMA(50)}
SET{DIFF50,EMA(200)-EMA(50)}
SET{DIFF100,EMA(200)-EMA(100)}
SET{DIFF,EMA(100)-EMA(50)}
/* ADD COLUMN DIFF100 */
/* ADD COLUMN DIFF50 */
/* ADD COLUMN DIFF */
DIFF50 BETWEEN -.1 AND .1
DIFF100 BETWEEN -.1 AND .1
DIFF BETWEEN -.1 AND .1
PRICE > 1
DO NOT DRAW DIFF
DO NOT DRAW DIFF50
DO NOT DRAW DIFF100
average daily volume(90) > 100000
]



dickysofa
63 posts
msg #89555
Ignore dickysofa
3/13/2010 6:40:28 PM

Filter Exchange is the place to post this.

StockFetcher Forums · Public Filter List · EMA 50,100,200<< >>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.