StockFetcher Forums · Filter Exchange · Need help developing a filter<< >>Post Follow-up
maxxam80
108 posts
msg #51547
Ignore maxxam80
5/12/2007 11:19:44 AM

Hello,

If someone could code the following criteria that would be great:

'shows stocks where High has been greater than $0.5 above open for the past 5 days, close between 30 and 70'

the filter could also show stocks which historically have had the most days (out of 100??) where the high has been $0.5 above open

$0.5 above open can be replaced with 1% above open if sf won't allow $ in filters


hope this is reasonably clear............

TheRumpledOne
6,407 posts
msg #51591
Ignore TheRumpledOne
modified
5/14/2007 8:05:11 PM

Fetcher[
set{hiop, high - open }
set{hitest, count( hiop > .50, 5) }
set{h50cnt, count( hiop > .50, 100) }
set{h50days, days( hiop < .51, 100) }

add column h50cnt
add column h50days

hitest equal 5
close is between 30 and 70

sort column 5 descending
]



h50cnt is the number of days out of the last 100 that High - Open was above .50.

h50days is the number of days in a row High - Open was above .50.

HTH

maxxam80
108 posts
msg #51727
Ignore maxxam80
5/21/2007 11:18:51 AM

hello
TRO

thats great Thanks

can you make another similar one that goes along the lines of


'shows stocks where High during the week has been greater than $1 above open at start of the week (Monday morning 9.30 am est)'

and can it have columns that show the number of weeks in the last say 100 this has been achieved. and maybe a percentage for the time this $1 is achieved.

Thanks in advance
(I voted for your band)



StockFetcher Forums · Filter Exchange · Need help developing a filter<< >>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.