StockFetcher Forums · General Discussion · Wierd results...<< >>Post Follow-up
pilp
9 posts
msg #37092
Ignore pilp
7/27/2005 2:31:32 AM

I am looking for a scan which will return stocks that are below or above MA(200)
no more than 0.1% than the close.

I got wierd results showing 2000 stocks which I know it's wrong.

Any one has suggestion ?


TheRumpledOne
6,407 posts
msg #37121
Ignore TheRumpledOne
7/27/2005 8:42:44 PM

Fetcher[
set{E200b,days(close is above ma(200),100)}
set{E200a,days(close is below ma(200),100)}
set{CxM200, E200a - E200b}

set{diff1, close - ma(200)}
set{diffcm, abs(diff1)}
set{dv1, min(close, ma(200))}
set{dpct1, diffcm / dv1}

add column dpct1

add column ma(200)
add column CxM200

sort column 5 ascending

close above 20
volume above 1000000
]



change the price and volume to fit your needs.

I threw in the close crossing the ma(200) column so you would know how many days it has been above/below the ma(200).


MAY ALL YOUR FILLS BE COMPLETE.


StockFetcher Forums · General Discussion · Wierd results...<< >>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.