StockFetcher Forums · Filter Exchange · help with syntax, % days greater close<< >>Post Follow-up
ilcaa
15 posts
msg #50335
Ignore ilcaa
3/1/2007 1:21:59 PM

i am trying to to find stocks that over the last 20 days more than 60% of days closed lower.

set{daycl,close<close 1day ago}
set{numdays,count(dayscl,20)}

show stocks where numdays/20 > .59

doesnt seem to return the proper stocks....any help?
thanks.



TheRumpledOne
6,407 posts
msg #50351
Ignore TheRumpledOne
modified
3/1/2007 5:41:41 PM

Fetcher[
set{daycl, count( close BELOW close 1 day ago, 1 ) }
set{numdays, count(daycl equal 1, 20 ) }

show stocks where numdays above 12

add column numdays

sort column 5 descending
]



numdays is the number of days out of the last 20 the stock closed below the previous close.

HTH.


TheRumpledOne
6,407 posts
msg #50352
Ignore TheRumpledOne
3/1/2007 5:43:28 PM

Fetcher[
set{daycl, count( close above close 1 day ago, 1 ) }
set{numdays, count(daycl equal 1, 20 ) }

show stocks where numdays above 12

add column numdays

sort column 5 descending
]



This version is for stocks having up days.


ilcaa
15 posts
msg #50362
Ignore ilcaa
3/2/2007 11:16:10 AM

exactly what i needed, thanks


StockFetcher Forums · Filter Exchange · help with syntax, % days greater close<< >>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.