StockFetcher Forums · Filter Exchange · Where is Muddy's RSI(2) original filter?<< >>Post Follow-up
hawkeyes002
49 posts
msg #74614
Ignore hawkeyes002
5/20/2009 5:01:21 PM

can somebody please post it or give me a link? i have looked everywhere

chetron
2,817 posts
msg #74615
Ignore chetron
5/20/2009 5:52:03 PM

you can't find it because it don't exist. muddy did not post an rsi(2) filter.

hawkeyes002
49 posts
msg #74618
Ignore hawkeyes002
5/20/2009 7:06:31 PM

oh someone on this board told me look for it because it was a good swing trading tactic

13th_floor
724 posts
msg #74620
Ignore 13th_floor
5/20/2009 8:39:56 PM

hawkeyes...

It evolved from this..

http://forums.stockfetcher.com/sfforums/?q=view&tid=26146&start=0

All the files are in here....

http://finance.groups.yahoo.com/group/StockFetcher/

chessnut1
58 posts
msg #74874
Ignore chessnut1
5/31/2009 12:58:36 PM

Muddy's (aka "Wallman's") original post and filter:

3/27/2003 9:16:34 PM

been using a filter for many months now with very good success,thought i'd pass it along as i know a lot of folks are having problems with this choppy market,this has worked for me over the past year no matter what the market condition,SHOW STOCKS WHERE CLOSE HAS BEEN DECREASING OVER THE LAST 3 DAYS AND AVERAGE VOLUME(90)IS ABOVE 100,000 AND CLOSE PRICE IS BETWEEN 1 AND 10 AND PRICE TOUCHED LOWER BOLLINGER BAND(20), use your date offsets and you will notice that the win% really starts to pick after about 9 days,look at march 12 to get an idea of what this filter is capable of. If anyone is interested after checking the filter out,i can give out more details on the best ways to use it, have fun, MUDDY

On 6/11/2005 8:30:30 PM, murknd posted this as "The original Muddy filter that scans for 3 down days and filters both volume conditions - vol above vol 1 day ago or vol above avgvol(90) last 2 days. Enter on green hold."
Fetcher[
set{x,count(volume above volume 1 day ago,1)*2}
set{y,count(volume above average volume(90),3)}
set{z,x+y}
and z is above 1.1
and close has been decreasing over the last 3 days
and low is below lower bollinger band(20)
and count(close above open,3) is below 2.1
and close is between 1 and 10
and average volume(90) is above 100000
]



The one I ended up with that adds key charting elements:

Show stocks where close has been decreasing over the last 3 days and volume is above 100000 and close is between .8 and 6 and low is below lower Bollinger Band(20)
set{Diff,volume-average volume(60)}
set{DiffRatio,Diff/average volume(60)}
set{Vol_Pct_Chg,DiffRatio*100}
set{ADRtotal1, Average Day Range(90) + Average Day Range(20)}
set{ADRtotal2, ADRtotal1 + Average Day Range(5)}
set{Avg_ADR, ADRtotal2/3}
set{BollA, Close - Lower Bollinger Band(20)}
set{BollB, Upper Bollinger Band(20) - Lower Bollinger Band(20)}
set{BollC, BollA / BollB}
set{BBRangePct, BollC * 100}
and add column Vol_Pct_Chg
and add column Avg_ADR
and add column BBRangePct
and sort column 5 descending



MARY4MONEY
806 posts
msg #74875
Ignore MARY4MONEY
5/31/2009 1:32:09 PM

this filter gave 95% winners from the 3-6-09 bottom-- with an average% gain of 76% but if you use a w%m>0.20 you got a 122% gain- and this filter did not pick off any of the real big winners >200%

chetron
2,817 posts
msg #74876
Ignore chetron
modified
5/31/2009 2:53:34 PM

CLICKABLE.....


Fetcher[
Show stocks where close has been decreasing over the last 3 days
volume is above 100000
close is between .8 and 6
low is below lower Bollinger Band(20)

set{Diff,volume-average volume(60)}
set{DiffRatio,Diff/average volume(60)}
set{Vol_Pct_Chg,DiffRatio*100}
set{ADRtotal1, Average Day Range(90) + Average Day Range(20)}
set{ADRtotal2, ADRtotal1 + Average Day Range(5)}
set{Avg_ADR, ADRtotal2/3}
set{BollA, Close - Lower Bollinger Band(20)}
set{BollB, Upper Bollinger Band(20) - Lower Bollinger Band(20)}
set{BollC, BollA / BollB}
set{BBRangePct, BollC * 100}
and add column Vol_Pct_Chg
and add column Avg_ADR
and add column BBRangePct
and sort column 5 descending
]




AND


Fetcher[

/* M4M TWIST */


Show stocks where close has been decreasing over the last 3 days
volume is above 100000
close is between .8 and 6
low is below lower Bollinger Band(20)

set{w%m, weekly atr(8)/ weekly ma(8)}
add column w%m
w%M above 0.20

set{Diff,volume-average volume(60)}
set{DiffRatio,Diff/average volume(60)}
set{Vol_Pct_Chg,DiffRatio*100}
set{ADRtotal1, Average Day Range(90) + Average Day Range(20)}
set{ADRtotal2, ADRtotal1 + Average Day Range(5)}
set{Avg_ADR, ADRtotal2/3}
set{BollA, Close - Lower Bollinger Band(20)}
set{BollB, Upper Bollinger Band(20) - Lower Bollinger Band(20)}
set{BollC, BollA / BollB}
set{BBRangePct, BollC * 100}
and add column Vol_Pct_Chg
and add column Avg_ADR
and add column BBRangePct
and sort column 6 descending
]



calhawk01
135 posts
msg #74880
Ignore calhawk01
5/31/2009 3:36:12 PM

Thank you chetron
The first filter you posted at 5/31/2009 2:53:34 PM is muddys and the second is mary's?

Can you please tell me what avg_adr, and bbrangepct mean on the first filter?
And also what w%m means on the second filter? And what is the difference between M4M filter and w%m filter?

w$m filter:
"stock is optionable and average volume(30) above 500000 and set{w%m, weekly atr(8)/ weekly ma(8)} and add column w%m and w%M above 0.30 and weekly rsi(2) below 20
add column ind "

Thank you very much if you do reply, and if you dont i still appreciate you!

-uc


chetron
2,817 posts
msg #74887
Ignore chetron
modified
6/1/2009 6:53:27 AM

Thank you chetron
The first filter you posted at 5/31/2009 2:53:34 PM is muddys and the second is mary's?

THEY ARE BOTH chessnut1'S EDIT'S OF MUDDY'S FILTER, THE 2ND, I ADDED 3 LINES, PER M4M'S SUGGESTION.

Can you please tell me what avg_adr, and bbrangepct mean on the first filter?

AVERAGE OF THE AVERAGE DAILY RANGE,
BOLLINGER BAND RANGE PERCENT
AND THAT'S FOR BOTH FILTERS, NOT JUST THE 1ST

And also what w%m means on the second filter? And what is the difference between M4M filter and w%m filter?

WEEKLY PERCENT MOVEMENT AND MAYBE ROG WILL ANSWER THE SECOND PART????? GLTY.


w$m filter:
"stock is optionable and average volume(30) above 500000 and set{w%m, weekly atr(8)/ weekly ma(8)} and add column w%m and w%M above 0.30 and weekly rsi(2) below 20
add column ind "

Thank you very much if you do reply, and if you dont i still appreciate you!


THANX


TheRumpledOne
6,407 posts
msg #74890
Ignore TheRumpledOne
6/1/2009 8:13:29 AM

StockHolyGrail( Now Mary4Money ) had the original RSI(2) FILTER:

Fetcher[
rsi(2) below 1
]



Linear regression was added later.

And a bunch of filters based on RSI(2) < 1 followed.

Just search the forum.



StockFetcher Forums · Filter Exchange · Where is Muddy's RSI(2) original filter?<< >>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.