StockFetcher Forums · General Discussion · Plese help with this filer<< >>Post Follow-up
starfill
8 posts
msg #66195
Ignore starfill
8/14/2008 5:22:37 PM

price crossed above ma(50) for the first time some days ago, then it falls to touch ma50 again

Please help me with writing this to a filter.

Thanks a lot!!!!!!

WALLSTREETGENIUS
983 posts
msg #66201
Ignore WALLSTREETGENIUS
modified
8/14/2008 8:13:28 PM

......

guru_trader
485 posts
msg #66381
Ignore guru_trader
8/19/2008 1:39:51 AM

Fetcher[
and close near ma(50) from above
and set{ cnt_ds, days( close crossed above ma(50), 100) }
and add column cnt_ds
and draw cnt_ds
and sort column 5 descending
]



The column "cnt_ds" is the number of days since the close crossed above the ma(50)

maxreturn
745 posts
msg #66386
Ignore maxreturn
8/19/2008 9:14:53 AM

Made some of my own modifications. For my buy filters I like to require that the ma(50) is up from yesterday and is also above the ma(200). I also prefer stocks whose ma(50) is up over yesterday for the majority of the last 20 days. The column ma50up will tell you this. Finally, I added a column touch50ma which will tell you how many days a price bar touched the ma(50) over the last 100 days:

Fetcher[set{ma50up, count(ma(50) above ma(50) 1 day ago,20)}
set{cnt_ds, days(close crossed above ma(50),100)}
set{x, count(ma(50) below high,1)}
set{y, count(ma(50) above low,1)}
set{z, x + y}
set{touch50ma, count(z above 1,100)}
price above 5
and close near ma(50) from above
and average volume(50) above 750000
and ma(50) above ma(200)
and ma(50) above ma(50) 1 day ago
and draw cnt_ds
and add column cnt_ds
and add column ma50up
and add column touch50ma
and sort column 5 descending
]


Regards
Max

StockFetcher Forums · General Discussion · Plese help with this filer<< >>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.