StockFetcher Forums · Filter Exchange · TOP AND BOTTOM STATISTICS<< >>Post Follow-up
TheRumpledOne
6,407 posts
msg #56396
Ignore TheRumpledOne
modified
11/3/2007 1:57:43 PM

Fetcher[
/* TOP AND BOTTOM STATISTICS */

set{Top52wk ,days(close equal close 52 week high ,100)}
set{Bot52wk ,days(close equal close 52 week low ,100)}

add column Top52wk
add column Bot52wk

market is nasdaq 100

sort column 6 ascending
]



Shows how many days since the stock hit the 52 week high and low in the past 100 days.

A value of -1 means that mark was not hit.




TheRumpledOne
6,407 posts
msg #56398
Ignore TheRumpledOne
modified
11/3/2007 2:02:31 PM

Fetcher[
/* TOP AND BOTTOM STATISTICS - EXPANDED */


set{Top52wk ,days(close equal close 52 week high ,100)}
set{Bot52wk ,days(close equal close 52 week low ,100)}

set{Top26wk ,days(close equal close 26 week high ,100)}
set{Bot26wk ,days(close equal close 26 week low ,100)}

set{Top13wk ,days(close equal close 13 week high ,100)}
set{Bot13wk ,days(close equal close 13 week low ,100)}

set{Top5wk ,days(close equal close 5 week high ,100)}
set{Bot5wk ,days(close equal close 5 week low ,100)}

add column Top5wk
add column Top13wk
add column Top26wk
add column Top52wk

add column Bot5wk
add column Bot13wk
add column Bot26wk
add column Bot52wk

market is nasdaq 100

sort column 12 ascending
]




TheRumpledOne
6,407 posts
msg #61074
Ignore TheRumpledOne
4/4/2008 8:01:52 AM

Fetcher[
set{ Hi_count, count(high equal 52 week high, 10) }

close reached a new 52 week high


add column Hi_count

add column industry

add column sector

close above 1
average volume(10) above 1000000

sort column 5 descending
]



StockFetcher Forums · Filter Exchange · TOP AND BOTTOM STATISTICS<< >>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.