StockFetcher Forums · Filter Exchange · FAST%K - AGAIN<< 1 ... 2 3 4 5 6 >>Post Follow-up
csalem
2 posts
msg #58310
Ignore csalem
12/19/2007 11:11:46 PM

Muddy,
Im new to your forum and im trying to get this all figured out and clarify it in my own head so if you wouldnt mind giving me a hand Id appreciate it.

regarding your post on

ENTRIES and EXITS

I just ran this screen
Muddy Stocks - fast stochastic fast %k(14) is below 10 with ADR is above 10 to get the results to around 5 and received the following results:
ADPI
CFC
SCON
FMD

CFC has the lowest RSI(2) at 2.28 and I opened a daily chart of 6months (you use daily charts right?) I see the top tendline around 12.55 and a bottom trendline around 8.65 which would give me a trendline which gives me a MP of 10.60. So I would not enter until I get a move to 10.60 with some volume--am I close on understanding this correctly?

And one additional question
On the UBB zone Pullbacks is there a screen you know of that shows stocks that have hit 52week highs within the last week or two and are currently off there high by aprox 5 to 8% or so--this would help with the 52week high screen with the offsets? Just curious--I bet TRO has something like this somewhere in his arsenal.

Thanks for the help





mktmole
325 posts
msg #58349
Ignore mktmole
12/20/2007 4:49:39 PM

This might be helpful to some;
*** Thanks to TRO, his ongoing work and help to all.

fetcher[/* TRO’s RSI DIVERGENCE FILTER. General Discussion 12/2/2006 */
/* 9 Days of RSI(2) Divergence. ie lower prices making higher rsi(2) */

set{dv2,count(close below close 2 days ago,1) * count( RSI(2) above RSI(2) 2 days ago,1)}

set{dv3,count( close below close 3 days ago,1) * count( RSI(2) above RSI(2) 3 days ago,1)}

set{dv4,count( close below close 4 days ago,1) * count( RSI(2) above RSI(2) 4 days ago,1)}

set{dv5,count( close below close 5 days ago,1) * count( RSI(2) above RSI(2) 5 days ago,1)}

set{dv6,count( close below close 6 days ago,1) * count( RSI(2) above RSI(2) 6 days ago,1)}

set{dv7,count( close below close 7 days ago,1) * count( RSI(2) above RSI(2) 7 days ago,1)}

set{dv8,count( close below close 8 days ago,1) * count( RSI(2) above RSI(2) 8 days ago,1)}

set{dv9,count( close below close 9 days ago,1) * count( RSI(2) above RSI(2) 9 days ago,1)}


Set{n9, dv9 * 10000000}
Set{n8, dv8 * 1000000}
Set{n7, dv7 * 100000}
Set{n6, dv6 * 10000}
Set{n5, dv5 * 1000}
Set{n4, dv4 * 100}
Set{n3, dv3 * 10}

set{nf, n8 + n9}
set{ne, nf + n7}
set{nd, ne + n6}
set{nc, nd + n5}
set{nb, nc + n4}
set{na, nb + n3}
Set{PD98765432, na + dv2}

SET{maxgain4, high 5 day high - open 4 days ago}

pd98765432 above 0
/* end of TRO’s 12/2/2006 basic filter */


/* Finding stocks that made 52 week highs and now FAST %K criteria met. RSI(2) positive divergence display. */
set{ x52h, count( high reached a new 52 week high, 20) }

set{f14, fast stochastic fast %k(14)}
set{f141, fast stochastic fast %k(14) 1 day ago }

set{f14b,days(f14 is above f141, 100)}
set{f14a,days(f14 is below f141, 100)}
set{f14xf14, f14a - f14b}

add column maxgain4
add column pd98765432

add column f14xf14
add column fast stochastic fast %k(14)

fast stochastic fast %k(14) is below 10
x52h above 0

/* market is nasdaq */
do not draw x52h
draw high 52 week high

close above 5
and Average Volume(30) is above 250,000



add column weekly RSI(2)
add column RSI(2)

draw RSI(2)
draw RSI(2) 52 week low
draw RSI(2) 52 week high

do not draw pd98765432
sort column 5 descending
and date offset 1 day]


TheRumpledOne
6,407 posts
msg #58354
Ignore TheRumpledOne
modified
12/20/2007 6:12:55 PM

Fetcher[
/* TRO RSI DIVERGENCE FILTER.*/

set{dv2,count(close below close 2 days ago,1) * count( RSI(2) above RSI(2) 2 days ago,1)}

set{dv3,count( close below close 3 days ago,1) * count( RSI(2) above RSI(2) 3 days ago,1)}

set{dv4,count( close below close 4 days ago,1) * count( RSI(2) above RSI(2) 4 days ago,1)}

set{dv5,count( close below close 5 days ago,1) * count( RSI(2) above RSI(2) 5 days ago,1)}

set{dv6,count( close below close 6 days ago,1) * count( RSI(2) above RSI(2) 6 days ago,1)}

set{dv7,count( close below close 7 days ago,1) * count( RSI(2) above RSI(2) 7 days ago,1)}

set{dv8,count( close below close 8 days ago,1) * count( RSI(2) above RSI(2) 8 days ago,1)}

set{dv9,count( close below close 9 days ago,1) * count( RSI(2) above RSI(2) 9 days ago,1)}


Set{n9, dv9 * 10000000}
Set{n8, dv8 * 1000000}
Set{n7, dv7 * 100000}
Set{n6, dv6 * 10000}
Set{n5, dv5 * 1000}
Set{n4, dv4 * 100}
Set{n3, dv3 * 10}

set{nf, n8 + n9}
set{ne, nf + n7}
set{nd, ne + n6}
set{nc, nd + n5}
set{nb, nc + n4}
set{na, nb + n3}
Set{PD98765432, na + dv2}

SET{maxgain4, high 5 day high - open 4 days ago}

pd98765432 above 0
/* end of TRO basic filter */



set{ x52h, count( high reached a new 52 week high, 20) }

set{f14, fast stochastic fast %k(14)}
set{f141, fast stochastic fast %k(14) 1 day ago }

set{f14b,days(f14 is above f141, 100)}
set{f14a,days(f14 is below f141, 100)}
set{f14xf14, f14a - f14b}

add column maxgain4
add column pd98765432

add column f14xf14
add column fast stochastic fast %k(14)

fast stochastic fast %k(14) is below 10
x52h above 0


do not draw x52h
draw high 52 week high

close above 5
and Average Volume(30) is above 250,000

add column weekly RSI(2)
add column RSI(2)

draw RSI(2)
draw RSI(2) 52 week low
draw RSI(2) 52 week high

do not draw pd98765432
sort column 5 descending
and date offset 1 day
]



/* 9 Days of RSI(2) Divergence. ie lower prices making higher rsi(2) */

four
5,087 posts
msg #132477
Ignore four
11/12/2016 12:03:56 AM

Fetcher[
show stocks where fast stochastic fast %k(14,1) is below 10
and volume is above 400000 and close is between 1 and 10
and sort column 5 descending
draw rsi(2) 5 day ago < 22 for the last 5 days
add column rsi(2)
sort column 5 descending
rsi(2) > rsi(2) 3 days ago
offset 100
]



StockFetcher Forums · Filter Exchange · FAST%K - AGAIN<< 1 ... 2 3 4 5 6 >>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.