StockFetcher Forums · General Discussion · RSI Filter Question for Experts<< >>Post Follow-up
ahcsim72
151 posts
msg #129577
Ignore ahcsim72
7/3/2016 11:55:49 PM

Can someone please explain this filter in simple English?

show stocks where days(RSI(14) crossed above 30,10) is above days(RSI(14) crossed above 70,10)
and days(RSI(14) crossed above 70,10) is above -1

..and one more,

How can I see stocks with RSI(X) in decreasing trend that dipped under line 50 2 days ago, but started heading north 1 day ago, and crossed above 50 today... thanks in advance.

four
5,087 posts
msg #129578
Ignore four
modified
7/4/2016 1:13:39 AM

Here is my attempt. I changed your example to make sure an actual filter result occurred. Click on the chart for the explanation. The clickable filter is below.


Fetcher[
set{rs7a, days(RSI(7) crossed above 30,3)}
set{rs7b, days(RSI(7) crossed above 70,2)}

days(Rsi(7), crossed above 30,3) > -1
days(Rsi(7), crossed above 70,2) > -1

draw rsi(7)
add column rs7a
add column rs7b
rs7a is above rs7b
do not draw rs7a
do not draw rs7b
low > 11
volume > 121212
]



four
5,087 posts
msg #129579
Ignore four
modified
7/4/2016 1:24:53 AM

Here is my attempt.
RSI(X) in decreasing trend that dipped under line 50 2 days ago, but started heading north 1 day ago, and crossed above 50 today


Fetcher[
rsi(7) 2 days ago decreasing for the last 3 days
rsi(7) 2 days ago crossed below 50
rsi(7) 1 day ago > rsi(7) 2 day ago
rsi(7) crossed above 50

low > 1
volume > 12121
]



ahcsim72
151 posts
msg #129580
Ignore ahcsim72
7/4/2016 3:02:00 AM

Four, this is great!! I wish I am as good as you in creating filters. Thanks for your time and effort. I really appreciate your work!

four
5,087 posts
msg #129582
Ignore four
7/4/2016 11:48:59 AM

welcome

StockFetcher Forums · General Discussion · RSI Filter Question for Experts<< >>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.