StockFetcher Forums · Filter Exchange · RSI(2) - The Little Indicator That Could<< 1 ... 21 22 23 24 25 ... 26 >>Post Follow-up
TheRumpledOne
6,529 posts
msg #39223
Ignore TheRumpledOne
11/30/2005 3:32:55 PM

This is returning winners...

Fetcher[
set{vx, volume / average volume(100)}
set{%vol, vx * 100}
add column %vol

set{r3,cema(RSI(2),3)}
set{r13,cema(RSI(2),13)}
and draw r3
and draw r13 on plot r3

/* modifications below this line */

r3 crossed above r13
volume above 1000000
average volume above 1000000
close above 20

sort column 9 ascending


/* STOCK DASHBOARD DISPLAY for newbies and old pros */

set{E36b,days(ema(3) is above ema(6),100)}
set{E36a,days(ema(3) is below ema(6),100)}
set{E3xE6, E36a - E36b}

set{E50200b,days(ma(50) is above ma(200),100)}
set{E50200a,days(ma(50) is below ma(200),100)}
set{M50xM200, E50200a - E50200b}

set{E1326b,days(ema(13) is above ema(26),100)}
set{E1326a,days(ema(13) is below ema(26),100)}
set{E13xE26, E1326a - E1326b}

set{CCb,days(close is above close 1 day ago,100)}
set{CCa,days(close is below close 1 day ago,100)}
set{CxC, CCa - CCb}

set{E5b,days(close is above ema(5),100)}
set{E5a,days(close is below ema(5),100)}
set{CxE5, E5a - E5b}


set{E50b,days(close is above ma(50),100)}
set{E50a,days(close is below ma(50),100)}
set{CxM50, E50a - E50b}

set{E200b,days(close is above ma(200),100)}
set{E200a,days(close is below ma(200),100)}
set{CxM200, E200a - E200b}


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{v, volume 1 day ago}
set{volinc, volume - v}
set{volpc, volinc / v}
set{volpct, volpc * 100}

set{VolZ, days(volume < 1,100)}
set{VolUp, days(volume is below volume 1 day ago,100)}
set{VolDn, days(volume is above volume 1 day ago,100)}
set{VolCnt, VolUp - VolDn}

set{vck1, volume 1 day ago }
set{vck, volume / vck1 }
set{vdbl, days(vck < 2, 100)}


set{PARBuy, count(close crossed above Parabolic SAR, 5) }
set{DMIBuy, count( di(14) Difference crossed above 0 , 5) }
set{DMIBuyX, count( di(14) Difference above 0 , 1) }

set{PARSell, count(close crossed below Parabolic SAR, 5) }
set{DMISell, count( di(14) Difference crossed below 0, 5) }
set{DMISellX, count( di(14) Difference below 0, 1) }

set{PARSBuy1, PARBuy * DMIBuy}
set{PARSBuy, PARSBuy1 * DMIBuyX}

set{PARSSell1, PARSell * DMISell}
set{PARSSell, PARSSell1 * DMISellX}

set{PARSTrade, PARSBuy + PARSSell}

set{HiOp, high - open}

set{WRb,days(Williams %R(10) is above Williams %R(10) 1 day ago,100)}
set{WRa,days(Williams %R(10) is below Williams %R(10) 1 day ago,100)}
set{WRxWR, WRa - WRb}

and add column VolCnt
and add column Vdbl
and add column volpct

and add column HiOp
and add column Trend

and add column CxC {CxC_}
and add column CxE5 {CxE5}

and add column E3xE6 {E3xE6}
and add column E13xE26 {E13xE26}


and add column CxM50
and add column CxM200
and add column M50xM200

add column rsi(2)
add column weekly rsi(2)

add column PARSBuy
add column PARSSell

add column WRxWR

and draw RSI(2)
and draw ema(5)

and draw Williams %R(10)

and draw Parabolic SAR
and draw +di(14)

and draw -di(14)
and draw adx(14)
and draw di(14) difference

]



I wait for the stock to move up .10 BEFORE I enter.

Look at the HiOp column and you will see why!!

MAY ALL YOUR FILLS BE COMPLETE.


BFreshour
139 posts
msg #39227
Ignore BFreshour
11/30/2005 5:49:01 PM

Hey! Isn't that my filter? Why no props? :) Just kidding!


TheRumpledOne
6,529 posts
msg #39236
Ignore TheRumpledOne
12/1/2005 12:12:02 AM

Yes, it is your filter that I slightly modified.




riggs
313 posts
msg #39298
Ignore riggs
12/3/2005 1:15:49 PM

Nice to see people are starting to catch on to the POWERFUL 3/13 crossover.


shelupinin
120 posts
msg #39465
Ignore shelupinin
12/11/2005 7:05:29 AM

outlaw69, even better filter for you :)
Fetcher[price dropped more than 30 percent over last 15 days
and rsi(2) is below 1
and volume above 100000
and price above 1
]


with 1-2% stop loss and 1-2 days holding period you may see great results
Alex


TheRumpledOne
6,529 posts
msg #41574
Ignore TheRumpledOne
2/25/2006 1:52:51 PM

Since there are so many new people, I will POP TO THE TOP some informative threads.


judgetrade
107 posts
msg #41607
Ignore judgetrade
2/27/2006 2:27:21 PM

thank you TRO!


TheRumpledOne
6,529 posts
msg #42628
Ignore TheRumpledOne
modified
3/29/2006 1:50:20 PM

AAPL rsi(2) was .41

Up over $2 right now...


Symbol Last %Chg Vol RSI(2) Weekly RSI(2)
SEPR 47.91 -2.8 3654100 0.03 1.56
AAPL 58.71 -1.34 48940100 0.41 9.3
YRCW 37.41 -1.5 1583600 0.72 0.99



BFreshour
139 posts
msg #42646
Ignore BFreshour
3/30/2006 9:03:27 AM

Oh man, was that AAPL trade ever a beauty yesterday! Wow!


gates007
6 posts
msg #43021
Ignore gates007
4/17/2006 1:44:13 AM

TheRumpledOne,

First of all congratulations for a nice discovery. I just gone through your brainchild rsi(2) < 1 and have collected following filters from the discussion sequence.

But now I am confused as which one is the best? which one should i use? As you must have played a lot with these rsi(2) < 1 filters, I would be thankful if you could guide on the best of these fiters on rsi(2) <1

or various rsi(2) < 1 filter is meant for specific situation like bear market/bull market etc. If so guide on that too.

Thanks for your time.

gates007

Note: I hope I haven't missed out any more rsi(2) < 1 filter discussed so far.

(1)------------------------------------------
Fetcher[rsi(2) below 1 and close above 0.01 and Average Volume(10) is above 300000 and volume above 100000 and 60 day slope of the close is above 0]



(2)--------------------------------------------
SHOW STOCKS WHERE RSI (2) IS BELOW 1 AND 60 DAY SLOPE OF
CLOSE IS ABOVE 0 AND LOW IS NEAR BOTTOM LRI(60) AND AVERAGE VOLUME
(90) IS ABOVE 100000 AND PRICE IS BETWEEN 1 AND 10

(3)--------------------------------------------

/* Copyright 2005 by Avery T. Horton, Jr. */
/* Permission to use within StockFetcher Granted */
/* Permission to publish or post on any other forum DENIED */
/* doji is number of days since last doji (Open = Close) -1 means no doji in last 100 days */
set{dojix, close - open}
set{doji,days(dojix equal 0,100)}
add column doji
add column rsi(2)
and close above 0.01
and Average Volume(10) is above 50000
and volume above 100000
and 60 day slope of the close is above 0
and rsi(2) < 1

(4)--------------------------------------------------------

Fetcher[rsi(2) equals rsi(2) 200 day low
and 200 day slope of the close above 0
and close above 0.01 and Average Volume(10) is above 300000
and volume above 300000
]



-------------------------------------------------------



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