StockFetcher Forums · General Discussion · how do i write the following filter-thanks<< >>Post Follow-up
mary4ever
11 posts
msg #40392
Ignore mary4ever
1/18/2006 2:13:25 PM

I want a stock that has been under the ma(50) the last 40-60 days and then it crossed above it today


BFreshour
139 posts
msg #40394
Ignore BFreshour
1/18/2006 3:00:50 PM

Fetcher[price crossed above ma(50)
count(ma(50) above price,40) above 38
]




alf44
2,025 posts
msg #40395
Ignore alf44
1/18/2006 3:08:10 PM

mary4ever,

You say:

"I want a stock that has been under the ma(50) the last 40-60 days and then it crossed above it today."

----------------------

Try this:


Fetcher[/* Close crossed above MA(50) today after 60 days below MA(50) */

Show stocks where

count(Close above MA(50), 60) equals 1
Close above MA(50)

Price above .25
Average Volume(65) above 50000
Volume above 50000

add column MA(50)
add column Close 1 day ago {Close_1}

draw MA(50)
]



------------------------

Is that sorta what you had in mind ?

I used 60 days as a time requirement that the Close be UNDER the MA(50) !

I added a column for the Close 1 day ago...so you can compare it to today's Close !

I added a column for the MA(50)...so you can confirm that today's Close is ABOVE it...and the Close 1 day ago is BELOW it !

I added some Price and Volume criteria...you can change those as you like !


Regards,

alf44





markcrisp
187 posts
msg #40442
Ignore markcrisp
1/19/2006 4:30:35 AM

wrong forum?


StockFetcher Forums · General Discussion · how do i write the following filter-thanks<< >>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.