StockFetcher Forums · General Discussion · Need help with the phrasing<< >>Post Follow-up
Guamese
1 posts
msg #99052
Ignore Guamese
2/12/2011 4:58:55 AM

Here's my filter, I'm just tweaking the basic filter that was listed on here. Anyways, what I'm trying to do is put a phrase in the filter so that it will show stocks that have closed higher for the last 5 to 30 days after entering overbought territory. I would appreciate any help.

RSI(14) has been above 70 for the last 5 to 30 days
and draw RSI(14) line at 30
and draw RSI(14) line at 70
and close is between 20.00 and 100.00
and average volume(50) is above 2500000



djones000buck
206 posts
msg #99054
Ignore djones000buck
modified
2/12/2011 6:44:41 AM

Your first line of code..

maybe

Fetcher[

set{rsivar1, count(RSI(14) > 70,30)}
and draw RSI(14) line at 30
and draw RSI(14) line at 70
and close > 20
and close < 100
and average volume(50) > 2500000

rsi(14) > 70 for the last 5 days

rsivar1 > 5
add column rsivar1
sort column 5 descending


]



gets last 5 days for sure

edit doesn't guarantee rsi(14) count is consecutive, just the number of times its been over 70 in the past 30 days

StockFetcher Forums · General Discussion · Need help with the phrasing<< >>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.