StockFetcher Forums · Filter Exchange · RSI(14) Syntax Needed<< >>Post Follow-up
JohnT328
54 posts
msg #161853
Ignore JohnT328
6/16/2025 5:26:48 PM

What is the proper syntax for:

RSI(14) less than 30 within the last 6 months




xarlor
601 posts
msg #161854
Ignore xarlor
6/16/2025 5:46:51 PM

If you mean has the ticker's RSI(14) ever been under 30 in the last 6 months, this would do it:

Fetcher[
count(rsi(14) < 30,130) > 0
draw RSI(14) line at 30
]



snappyfrog
742 posts
msg #161855
Ignore snappyfrog
6/16/2025 10:59:46 PM

Or maybe you would like a visual between the chart and the RSI oscillator?

Fetcher[
not otcbb
not etf
price > 3
volume > 100000
set{rs14, count(rsi(14) < 30,1)}
draw rs14
chart-length is 6 months
draw rsi(14) line 30
]



StockFetcher Forums · Filter Exchange · RSI(14) Syntax Needed<< >>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.