StockFetcher Forums · General Discussion · new lady trying to learn<< >>Post Follow-up
billyspradling
13 posts
msg #57889
Ignore billyspradling
modified
12/10/2007 2:06:58 PM

I am trying to build a filter that will show me how many times a stock has been up in the past 60 days. Please help, any help will greatly be appreciated, Thanks

count close above open(60)
Betty

Thanks Guys!!!! never could have done it without you.
MERRY CHRISTMASS AND A HAPPY NEW YEAR!!!!




rtucker
318 posts
msg #57891
Ignore rtucker
12/10/2007 2:40:49 PM

Try this out. Good Luck.


Fetcher[set{UP_DAYS, count(close is greater than close 1 day ago,60)}

set{DOWN_DAYS, count(close is less than close 1 day ago,60) }

add column UP_DAYS
add column DOWN_DAYS

volume > 1000000 and close > 10

sort column 5 descending
]




TheRumpledOne
6,407 posts
msg #57892
Ignore TheRumpledOne
12/10/2007 2:57:07 PM

Fetcher[
set{UP_DAYS, count(close above open,60)}

set{DOWN_DAYS, count(close below open,60) }

add column UP_DAYS
add column DOWN_DAYS

market is nasdaq 100

sort column 5 descending
]



Just is case you define UP as Close above Open.



StockFetcher Forums · General Discussion · new lady trying to learn<< >>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.