StockFetcher Forums · Filter Exchange · RSI(2) - The Little Indicator That Could<< 1 ... 22 23 24 25 26 >>Post Follow-up
TheRumpledOne
6,529 posts
msg #50296
Ignore TheRumpledOne
2/28/2007 9:31:26 AM

As most of you know, StockHolyGrail was the one who taught me about RSI(2).

Who do you think taught these guys:

http://www.tradingmarkets.com/.site/stocks/commentary/editorial/The-Improved-R2-Strategy.cfm


And they never even mentioned his name.. THAT SUCKS!!




houghton
29 posts
msg #50326
Ignore houghton
3/1/2007 9:04:46 AM

TRO,

From the link you provided, I clicked on the link to their "proprietary" R3/R4 strategy. They're selling the software for $10,000! Anyone want to venture as to what that strategy might be?

Karl


TheRumpledOne
6,529 posts
msg #50353
Ignore TheRumpledOne
modified
3/1/2007 6:01:36 PM

Fetcher[
/* R3/R4 strategy DISPLAY - GET IT FREE ON WWW.STOCKFETCHER.COM */

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{a1, T200 * 1}
Set{a2, T60 * 10}
Set{a3, T10 * 100}

Set{aa, a1 + a2}
Set{TREND, aa + a3}
set{T10a,days(10 day slope of the close below 0, 100)}
set{T60a,days(60 day slope of the close below 0, 100)}
set{T200a,days(200 day slope of the close below 0, 100)}

ADD COLUMN TREND
rsi(3) crossed above rsi(4)

draw rsi(4) on plot rsi(3)

close above 1
volume above 1000000

sort column 5 descending

]



StockHolyGrail, David and I did a lot of testing on rsi(2) x rsi(3) years ago.

Just trade the stocks with the strongest TREND.

Why pay $10,000 TO THESE GUYS:

http://www.tradingmarkets.com/.site/stocks/commentary/editorial/The-Improved-R2-Strategy.cfm

when you can get it FREE RIGHT HERE!

What is sad is that people who pay for these systems never learn about trading...

One trader can make money using this filter while another losses all their money. Why? Because...

IT'S NOT WHAT YOU TRADE, IT'S HOW YOU TRADE IT!!






TheRumpledOne
6,529 posts
msg #56600
Ignore TheRumpledOne
11/9/2007 9:35:22 AM

Fetcher[
/* Five week High Open, Open Low, RSI(2) filter */

set{ x, .90 + 0.00 }

set{UpperLim, weekly high - weekly open }
set{LowerLim, weekly open - weekly low }

set{UpperLim1, UpperLim 1 week ago}
set{LowerLim1, LowerLim 1 week ago}

set{UpperLim2, UpperLim 2 weeks ago}
set{LowerLim2, LowerLim 2 weeks ago}

set{UpperLim3, UpperLim 3 weeks ago}
set{LowerLim3, LowerLim 3 weeks ago}

set{UpperLim4, UpperLim 4 weeks ago}
set{LowerLim4, LowerLim 4 weeks ago}


add column UpperLim
add column UpperLim1
add column UpperLim2
add column UpperLim3
add column UpperLim4
add column LowerLim
add column LowerLim1
add column LowerLim2
add column LowerLim3
add column LowerLim4

add column industry

/* selection criteria */

rsi(2) below 1
average volume(90) above 1000000
market is nasdaq

sort column 5 descending
]



Displays which RSI(2) < 1 stocks have the biggest upside potential statistically.


TheRumpledOne
6,529 posts
msg #56657
Ignore TheRumpledOne
11/10/2007 10:23:37 AM

Fetcher[
/* BOTTOM FINDER - 50 day or 200 day bottoms and rsi(2) below 1*/

set{A0, count(close equal close 5 day low, 1)}
set{A1, count(close equal close 13 day low, 1)}
set{A2, count(close equal close 26 day low, 1)}
set{A3, count(close equal close 50 day low, 1)}
set{A4, count(close equal close 200 day low, 1)}

set{rr1,5 * a0}
set{rr2,8 * a1} /* 8 = 13 - 5 */
set{rr3,13 * a2} /* 13 = 26 - 13 */
set{rr4,24 * a3} /* 24 = 50 - 26 */
set{rr5,150 * a4} /* 150 = 200 - 50 */
set{rra,rr1 + rr2}
set{rrb,rra + rr3}
set{rrc,rrb + rr4}
set{rr,rrc + rr5}

rr above 49

average volume(5) above 1000000

rsi(2) < 1

and add column rr

and add column close 5 day low
and add column close 13 day low
and add column close 26 day low
and add column close 50 day low
and add column close 200 day low

sort column 5 descending
]



13th_floor
724 posts
msg #58438
Ignore 13th_floor
12/22/2007 10:56:25 PM

Fetcher[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
]



There are a group of folks making very decent money on this.

TheRumpledOne
6,529 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,529 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,529 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

]



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.