StockFetcher Forums · Filter Exchange · DAYS IN PRICE POSITION<< >>Post Follow-up
TheRumpledOne
6,407 posts
msg #37672
Ignore TheRumpledOne
8/27/2005 2:59:58 AM

Fetcher[

/* DAYS IN PRICE POSITION */

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

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


set{LimDiff, UpperLim minus LowerLim}
set{PPDiff, CLOSE minus LowerLim}
set{PPDiv, PPDiff / LimDiff}
set{PPP, PPDiv * 100}

set{PPPIN, count(PPP is between 95 and 100,20)}
set{PPPOUT, 20 - PPPIN}

/* display results */

add column PPPIN
add column PPPOUT

add column UpperLim
add column LowerLim
add column LimDiff
add column PPDiff

add column industry

/* select criteria */

PPPIN above PPPOUT

/* enter you price/volume criteria */
price above 20
volume above 100000

sort column 5 descending

]



The idea behind this filter is to select stocks where the days the price was in the 95% - 100% area of the trading range over the past 20 days exceeding the days price below the range.

MAY ALL YOUR FILLS BE COMPLETE.


StockFetcher Forums · Filter Exchange · DAYS IN PRICE POSITION<< >>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.