StockFetcher Forums · General Discussion · Need Some Help on a Filter...Should be Possible<< >>Post Follow-up
ETB3
3 posts
msg #100253
Ignore ETB3
4/15/2011 12:12:58 AM

I've tried a multitude of wording arrangements but get mixed results that conflict with what I'm after. Anyone feel like thinking this one through to functionality? It's actually a pretty simple concept...Here it is:

Close is above MA(200)

smoothed RSI(14) above 65 and below 75

Williams %R(10) above -82 and below -65

smoothed RSI(14) closed below 10 in last 10 days

Close is above 5
Average volume(50) above 200,000


johnpaulca
12,036 posts
msg #100254
Ignore johnpaulca
4/15/2011 1:11:32 AM

Fetcher[
Close > MA(200)

smoothed RSI(14) > 65
smoothed RSI(14) < 75

Williams %R(10) > -82
Williams %R(10) < -65

smoothed RSI(14) crossed below 10 within the last 10 days

Close is above 5
Average volume(50) above 200,000
]



reels
29 posts
msg #100266
Ignore reels
modified
4/15/2011 5:15:47 PM

maybe...

Fetcher[
set{sm,RSI(14)}
set{smRSI,cma(sm,14)}

draw smRSI
]



Reels

ETB3
3 posts
msg #100271
Ignore ETB3
4/15/2011 8:24:09 PM

Hey, thanks for the help...I got it to where I like what I'm seeing. I was looking at stocks based on a low RSI but the trades are still not sure enough for my style. Basically, I wanted to find stocks that are showing confirmation of reversing from a dip...and early enough to capture profits on the rebound.

Here's what works for now:

Fetcher[
Close > MA(200)

smoothed RSI(2) > 50
smoothed RSI(2) < 75

Williams %R(10) > -82
Williams %R(10) < -65

RSI(2) crossed below 10 within the last 10 days
Williams %R crossed below -80 within last 10 days

Close is above 5
Average volume(50) above 200,000
]



Now I just need to work on the short version.



duke56468
683 posts
msg #100277
Ignore duke56468
4/16/2011 9:55:35 AM

Fetcher[
Close > MA(200)

smoothed RSI(2) > 50
smoothed RSI(2) < 75

Williams %R(10) > -82
Williams %R(10) < -65

RSI(2) crossed below 10 within the last 10 days
Williams %R crossed below -80 within last 10 days

and volume is above average volume(30)
and close above close 1 day ago

Close is above 5
Average volume(50) above 200,000
]



This might help




ETB3
3 posts
msg #100294
Ignore ETB3
4/17/2011 11:24:34 AM

Hey, nice addition, thanks! Those set-ups look real nice. Any additional confirmation is a bonus.

StockFetcher Forums · General Discussion · Need Some Help on a Filter...Should be Possible<< >>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.