StockFetcher Forums · Filter Exchange · Help with a scan<< >>Post Follow-up
kram1056
21 posts
msg #98486
Ignore kram1056
1/7/2011 3:06:41 PM

How would you type in if you looking for stocks that are up 15% from their 30 day low. Any help would be appreciated.

push5280
197 posts
msg #98487
Ignore push5280
1/7/2011 3:55:27 PM

close is higher that 15%
Fetcher[

set{mylow, 30 day low}
set{mylow2, mylow * 1.1499}
close > mylow2
]




close is 15%
Fetcher[

set{mylow, 30 day low}
set{mylow2, mylow * 1.15}
close = mylow2
]



push5280
197 posts
msg #98488
Ignore push5280
1/7/2011 4:03:44 PM

this close @ 15% debugged...no results though
Fetcher[

set{mylow, 30 day low}
set{mylow2, mylow * 1.1499}
set{mylow3, mylow * 1.1501}

close > mylow2
close < mylow3
]



StockFetcher Forums · Filter Exchange · Help with a scan<< >>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.