StockFetcher Forums · Filter Exchange · Any help with the Squeeze<< >>Post Follow-up
thegapper
4 posts
msg #36038
Ignore thegapper
5/18/2005 3:14:12 PM

Trying to set up a filter that will give me a stock that is in a uptrend getting close to 5.00, with the uptrend taking 2 days to get within these prices. With no "OTC or Pink" stocks in the list. I'm looking for the squeeze at that magic number $5.00.

show me stock closed above 4.50 and closed below 5.00 and volume above 100000 and uptrend over the past 2 days


TheRumpledOne
6,407 posts
msg #36346
Ignore TheRumpledOne
6/15/2005 8:54:16 AM

"show me stock closed above 4.50 and closed below 5.00 and volume above 100000 and uptrend over the past 2 days"

Fetcher[
/* Version 1 */

set{T10, count(2 day slope of the close above 0,1)}
set{T60, count(60 day slope of the close above 0,1)}
set{T200, count(200 day slope of the close above 0,1)}

Set{u1, T200 * 1}
Set{u2, T60 * 10}
Set{u3, T10 * 100}

Set{uu, u1 + u2}
Set{TREND, uu + u3}

set{CCb,days(close is above close 1 day ago,100)}
set{CCa,days(close is below close 1 day ago,100)}
set{CxC, CCa - CCb}

add column CxC
add column TREND
add column rsi(2)

close above 4.50
and close below 5.00
and volume above 100000

CxC above 1

MARKET IS NOT OTCBB
]





Fetcher[
/* Version 2

Trend = xyz.00
where x = 1 for 2 day uptrend, 0 for 2 day downtrend
where y = 1 for 60 day uptrend, 0 for 60 day downtrend
where z = 1 for 200 day uptrend, 0 for 200 day downtrend


CxC is number of consecutive days close above (+)/below(-) previous close
*/

set{T10, count(2 day slope of the close above 0,1)}
set{T60, count(60 day slope of the close above 0,1)}
set{T200, count(200 day slope of the close above 0,1)}

Set{u1, T200 * 1}
Set{u2, T60 * 10}
Set{u3, T10 * 100}

Set{uu, u1 + u2}
Set{TREND, uu + u3}

set{CCb,days(close is above close 1 day ago,100)}
set{CCa,days(close is below close 1 day ago,100)}
set{CxC, CCa - CCb}

add column CxC
add column TREND
add column rsi(2)

close above 4.50
and close below 5.00
and volume above 100000

CxC above 1
TREND above 99

MARKET IS NOT OTCBB
]







I wasn't sure of what you meant by UPTREND so that's why there are 2 version with the difference being the use of TREND as a selection criteria in Version 2.

MAY ALL YOUR FILLS BE COMPLETE.


StockFetcher Forums · Filter Exchange · Any help with the Squeeze<< >>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.