StockFetcher Forums · Filter Exchange · RSI(2) - The Little Indicator That Could<< 1 ... 22 23 24 25 26 >>Post Follow-up
TheRumpledOne
6,407 posts
msg #58439
Ignore TheRumpledOne
modified
12/23/2007 12:52:24 AM

Fetcher[
/* Long Profit Statistics Display */

set{HiOp, high - open}
set{Long_Profit, HiOp/open }

set{B10A, count(Long_Profit > .02 , 100)}

set{A10A, count(Long_Profit > .02 , 1)}
set{chg, sum( A10A - A10A 1 day ago ,5)}

and add column B10A {GT2%}

add column chg{(wk)}
add column chg 1 week ago{(-1wk)}
add column chg 2 weeks ago{(-2wk)}
add column chg 3 weeks ago{(-3wk)}
add column chg 4 weeks ago{(-4wk)}
add column chg 5 weeks ago{(-5wk)}
add column chg 6 weeks ago{(-6wk)}
add column chg 7 weeks ago{(-7wk)}
add column chg 8 weeks ago{(-8wk)}
and add column separator

/* SELECTION CRITERIA */

rsi(2) is below 5
weekly rsi(2) is below 10
average volume(90) is above 300000
price is between 1 and 20
average day range(30) is above 4

sort column 5 descending
]



Displaying how many times you can make 2% or more from open to high.



TheRumpledOne
6,407 posts
msg #58837
Ignore TheRumpledOne
1/8/2008 8:55:42 PM

POP

rosalieone
4 posts
msg #99983
Ignore rosalieone
3/29/2011 8:54:32 AM

POP nice with date offset 8

TheRumpledOne
6,407 posts
msg #102028
Ignore TheRumpledOne
modified
8/5/2011 3:20:46 PM

Fetcher[

set{nd2,count(close below close 2 days ago,1) * count(rsi(2) above rsi(2) 2 days ago,1)}}

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

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

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

Set{n1, nd5 * 1}
Set{n2, nd4 * 10}
Set{n3, nd3 * 100}
Set{n4, nd2 * 1000}

Set{na, n1 + n2}
Set{nb, n3 + n4}
Set{PD2345, na + nb}

/* POSDIV is the number of times there was a 2, 3, 4 or 5 day positive divergence during the past 10 days */

set{POSDIV, count(PD2345 above 0, 10)}

/* PDDAYS is the number of days since there hasn't been a 2, 3, 4 or 5 day positive divergence */

set{PDDAYS, days(PD2345 EQUAL 0, 100)}


set{rsidays,days(RSI(2) below 1, 15)}


set{T10, count(10 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}

add column PD2345
add column posdiv
add column pddays

add column separator
add column trend

add column rsidays
add column rsi(2) 200 day low
add column separator
add column CMA(Day Point Range, 30)
add column separator


/* SELECTION CRITERIA */

rsi(2) is below 1
weekly rsi(2) is below 10
average volume(90) is above 300000

]



four
5,087 posts
msg #127658
Ignore four
3/20/2016 6:27:09 PM

pop

four
5,087 posts
msg #133403
Ignore four
modified
12/26/2016 12:26:52 PM



Fetcher[
sp900
add column annual dividend yield
set{z, rsi(50) - rsi(75)}
set{zz, z / rsi(75)}

draw zz line at 0.05
draw zz line at -.05

RSI(2) 1 day ago reached a new 200 day low
rsi(2) > rsi(2) 2 days ago
zz crossed above -.05 within the last 10 days
]



TheRumpledOne
6,407 posts
msg #133567
Ignore TheRumpledOne
1/6/2017 8:04:26 AM

What a blast from the past!

Moved on and away from SQUIGGLY LINE INDICATORS.

Simple HORIZONTAL LINES like open, previous high, previous low, etc... work the best.

MAY ALL YOUR FILLS BE COMPLETE.



StockFetcher Forums · Filter Exchange · RSI(2) - The Little Indicator That Could<< 1 ... 22 23 24 25 26 >>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.