StockFetcher Forums · Filter Exchange · Price within high<< >>Post Follow-up
alichambers
48 posts
msg #37241
Ignore alichambers
8/2/2005 6:33:55 AM

Hi,

How do I screen for stocks that are 15% within their high (eg- price is above $8.5 if the high is listed as being $10)?

Thanks,
Alex


stockfetcher
979 posts
msg #37242
8/2/2005 6:37:58 AM

Hi,

This should do the trick:

Fetcher[show stocks where close less than 15 percent below high 52 week high]



Steve



TheRumpledOne
6,407 posts
msg #37245
Ignore TheRumpledOne
8/2/2005 8:22:58 AM

Fetcher[
/* DAILY HIGH VERSION */
set{h15, count(close less than 15 percent below high,1)}
set{h15days, days(h15 equal 0, 100)}

and add column h15
and add column h15days
and add column high

show stocks where h15 equal 1

close above 20
volume above 1000000

sort column 6 descending
]



Fetcher[
/* 52 WEEK HIGH VERSION */
set{h15h, count(close less than 15 percent below high 52 week high,1)}
set{h15hdays, days(h15h equal 0, 100)}

and add column h15h
and add column h15hdays
and add column high

show stocks where h15h equal 1

close above 1
volume above 1000000

sort column 6 descending
]



I wasn't sure if you wanted 52 week high or daily high.. so I made 2 versions.

MAY ALL YOUR FILLS BE COMPLETE.


StockFetcher Forums · Filter Exchange · Price within high<< >>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.