StockFetcher Forums · General Discussion · trending with change help<< >>Post Follow-up
lvainik
52 posts
msg #36997
Ignore lvainik
7/20/2005 3:55:35 PM

help with 10 day ema above 20 day for the last 90 days
and cross happened in last day

Thanks!


TheRumpledOne
6,407 posts
msg #36998
Ignore TheRumpledOne
7/20/2005 6:25:03 PM

I think this is what you asked for...

Fetcher[
set{e1, count(ema(10) above ema(20), 89)}

e1 equal 89

ema(10) crossed below ema(20)

add column ema(10)
add column ema(20)
draw ema(10)
draw ema(20)
]



But this may be of use too...

Fetcher[
set{e1, count(ema(10) above ema(20), 89)}

e1 above 85

add column e1
add column ema(10)
add column ema(20)
draw ema(10)
draw ema(20)
sort column 5 descending
]



And this

Fetcher[
set{eb, days(ema(10) crossed above ema(20), 90)}
set{ea, days(ema(10) crossed below ema(20), 90)}
set{exe, ea - eb}



add column exe
add column ea
add column eb
add column ema(10)
add column ema(20)

draw ema(10)
draw ema(20)

sort column 5 descending
]



MAY ALL YOUR FILLS BE COMPLETE


StockFetcher Forums · General Discussion · trending with change help<< >>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.