StockFetcher Forums · Filter Exchange · emas cross overs<< >>Post Follow-up
MARY4MONEY
806 posts
msg #46519
Ignore MARY4MONEY
8/21/2006 6:45:17 PM

how would i write a filter for the close crossed above the ema(13) today and it was below the ema(13) for the previous 20 days 1 day ago thanks


TheRumpledOne
6,407 posts
msg #46521
Ignore TheRumpledOne
modified
8/21/2006 9:29:29 PM

how would i write a filter for the close crossed above the ema(13) today and it was below the ema(13) for the previous 20 days 1 day ago thanks


Fetcher[
set{x20, count( close 1 day ago below ema(13) , 20 ) }

set{e13b,days(ema(13) is above ema(13) 1 day ago,100)}
set{e13a,days(ema(13) is below ema(13) 1 day ago,100)}
set{e13xe13, e13a - e13b}

add column e13xe13

close crossed above ema(13)

x20 equal 20
]



Added a bell, e13xe13, to show how many days ema(13) rising/falling.

HTH.






TheRumpledOne
6,407 posts
msg #46557
Ignore TheRumpledOne
modified
8/23/2006 3:32:51 PM

Fetcher[
/* RELATIVE STRENGTH COMPARISON FILTER */

add column relative strength(^IXIC,10) { rs10 }
add column relative strength(^IXIC,60) { rs60 }
add column relative strength(^IXIC,200) { rs200 }


close above 20
volume above 1000000
average volume(30) above 1000000
average volume(90) above 1000000
market is nasdaq

Sort column 5 descending
]






StockFetcher Forums · Filter Exchange · emas cross overs<< >>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.