StockFetcher Forums · Filter Exchange · Help with simple scan.<< >>Post Follow-up
bretmorin
2 posts
msg #51328
Ignore bretmorin
4/25/2007 5:55:30 PM

Just seeking a scan where the stock close is .9% or less from 52-week high. Seems simple...but I'm awful at developing these scans ;)

Thank you.

TheRumpledOne
6,407 posts
msg #51330
Ignore TheRumpledOne
modified
4/25/2007 6:36:09 PM

Fetcher[
/* PRICE POSITION Display */

/* enter your Upper Limit criteria */
set{UpperLim , High 52 week High}

/* enter your Lower Limit criteria */
set{LowerLim , Low 52 week Low}

set{ Dynamic_Range , UpperLim - LowerLim }
set{PPDiff, CLOSE minus LowerLim}
set{PPDiv, PPDiff / Dynamic_Range}
set{BallOn, PPDiv * 100}

add column BallOn
add column UpperLim
add column LowerLim

BallOn above 99.09

sort column 5 descending
]



The "BallOn" column tells you what "yardline" the "ball" (price) is on.

BallOn is the position of the price expressed as a percentage from the bottom.

UpperLim and LowerLim at the top/bottom prices. You can set these to meet your needs.

HTH.

traderblues
195 posts
msg #51331
Ignore traderblues
modified
4/25/2007 9:16:57 PM

Now can you tell us when we should go for it on 4th down, punt, or kick the field goal? (Just kidding.)

Very elegant filter, TRO. This turns a rather dry filter into something interesting

bretmorin
2 posts
msg #51334
Ignore bretmorin
4/25/2007 11:44:23 PM

appreciate it.

TheRumpledOne
6,407 posts
msg #51360
Ignore TheRumpledOne
4/27/2007 4:46:05 PM

I posted the BASIC FILTER DISPLAY FOR NEWBIES over a year ago, I think. It has all these goodies in it.

Anybody actually using it or pieces of it to display values?



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