StockFetcher Forums · General Discussion · Need help for a RSI(14) filter<< >>Post Follow-up
momentum101
4 posts
msg #58300
Ignore momentum101
12/19/2007 4:30:15 PM

I would like to check current RSI value is close in the range of 1%~5% of yearly low. (i.e from daily chart, yearly low is 25, if today shows 28, fall into the range of 1~5%, in the market of Nasdaq 100 or S&P 500)
Can someone help me to build such filter ? thanks

nikoschopen
2,824 posts
msg #58304
Ignore nikoschopen
12/19/2007 6:10:35 PM

Fetcher[
indposition(RSI,252) is between 0.05 and 0.01
and draw RSI
and draw RSI 52 week low
]



TheRumpledOne
6,407 posts
msg #58308
Ignore TheRumpledOne
modified
12/19/2007 7:24:36 PM

Fetcher[
set{ rsi14low52 , rsi(14) 52 week low }
set{ rsiposx, rsi(14) - rsi14low52 }
set{ rsiposy, rsiposx / rsi14low52 }
set{ rsipos , rsiposy * 100 }

add column rsi(14)
add column rsi14low52
add column rsipos

and draw RSI(14)
and draw rsi14low52 on plot RSI(14)

rsipos below 5

sort column 2 descending
]







StockFetcher Forums · General Discussion · Need help for a RSI(14) 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.