StockFetcher Forums · General Discussion · RSI Divergence<< 1 2 3 >>Post Follow-up
TheRumpledOne
6,407 posts
msg #47514
Ignore TheRumpledOne
10/17/2006 8:12:41 AM

Pop to the Top



TheRumpledOne
6,407 posts
msg #48321
Ignore TheRumpledOne
modified
12/2/2006 1:14:54 PM

Fetcher[
/* RSI(2) 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

close above 10
volume above 1000000
market is nasdaq

add column pd98765432
add column maxgain4

add column RSI(2)
add column RSI(2) 52 week low

sort column 5 descending

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

do not draw pd98765432
]




9 days of RSI(2) divergence in one filter!!







TheRumpledOne
6,407 posts
msg #48464
Ignore TheRumpledOne
12/8/2006 11:30:07 AM

The intraday scan is finding some nice scalps!


rtucker
318 posts
msg #50987
Ignore rtucker
4/10/2007 4:04:12 PM

pop to the top

StockFetcher Forums · General Discussion · RSI Divergence<< 1 2 3 >>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.