StockFetcher Forums · Filter Exchange · 10EMA Cross through 15 SMA<< >>Post Follow-up
pcinx
17 posts
msg #57989
Ignore pcinx
12/11/2007 11:58:02 PM

I need help to create a cross over which just happened * 10 EMA crossing through 15 SMA * should have happened within couple of Days. How can i get this query. Thanks

msummer2007
129 posts
msg #57994
Ignore msummer2007
modified
12/12/2007 4:09:13 AM

10 EMA crossing through 15 SMA *

Fetcher[ Show stocks where ema(10) is crossing above ma(15) within the last 1 day]



TheRumpledOne
6,407 posts
msg #57999
Ignore TheRumpledOne
12/12/2007 9:30:27 AM

Fetcher[
/* Basic Filter for newbies and old pros */

set{E36b,days(ema(10) is above ma(15),100)}
set{E36a,days(ema(10) is below ma(15),100)}
set{E10xM15, E36a - E36b}

add column E10xM15

market is nasdaq 100

sort column 5 descending
]



column E10xM15 shows how many days since the ema(10) crossed above(+) or below(-) the ma(15).



pcinx
17 posts
msg #58043
Ignore pcinx
12/12/2007 10:03:16 PM

TheRumpledOne & msummer2007 thank you for a prompt reply.

StockFetcher Forums · Filter Exchange · 10EMA Cross through 15 SMA<< >>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.