StockFetcher Forums · Filter Exchange · RSI(2) - The Little Indicator That Could<< 1 ... 22 23 24 25 26 >>Post Follow-up
gates007
6 posts
msg #43034
Ignore gates007
4/18/2006 4:25:22 AM

TheRumpledOne

Thanks!!


TheRumpledOne
6,407 posts
msg #45274
Ignore TheRumpledOne
6/25/2006 11:49:36 PM

POP to the top!


radovan.arendas
41 posts
msg #45348
Ignore radovan.arendas
6/28/2006 12:59:04 PM

Hi TRO and others following rsi(2), 10 days 60minute chart and linear regression. I need your confirmation if I spoted the set-up you are talking about. I pulled out the 10 days 60minute chart for TIE and saw that the 2nd candlestick droped down while rsi(2) went up. Price closed below bottom linear regression line.

Is this the divergence you are talking about?
Are you TRO proposing to wait till next candlestick closes about close / midpoint also in this divergence setup?
Just out of curiosity, how much (%) are you doing in average per month on this?

Thanks in advance for your answers
Regards
r.a.




TheRumpledOne
6,407 posts
msg #46813
Ignore TheRumpledOne
9/9/2006 3:33:58 PM

Pop to the Top


TheRumpledOne
6,407 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,407 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,407 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,407 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.

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.