StockFetcher Forums · Public Filter List · RSI2 wilder type (larry Conners) modified<< >>Post Follow-up
vmittal
13 posts
msg #153451
Ignore vmittal
8/6/2020 7:27:41 PM

Hello,
I am new here and have been using SF and it is my favorite site. I need some one to write script for SF. I am learning but not expert so please tweak the language for me.
Thanks.
The stock is above 200 day SMA
Day 1 the 2 period RSI is below 65.
Day 2 the 2 period RSI closes lower than Day 1.
Day 3 the 2 period RSI closes lower than day 2.
exit when 2 period RSI closes above 75.
Close price is above 5

nibor100
1,010 posts
msg #153469
Ignore nibor100
8/8/2020 5:15:52 PM

You should be able to modify this easily to suit your needs:
Ed S.

Fetcher[
close is above ma(200)
rsi(2) > 75 add column rsi(2)

rsi(2) 3 days ago < 65 add column RSI(2) 3 days ago
rsi(2) 2 days ago < RSI(2) 3 days ago add column rsi(2) 2 days ago
rsi(2) 1 days ago < RSI(2) 2 days ago add column rsi(2) 1 days ago

Close price is above 5
]



xarlor
561 posts
msg #153472
Ignore xarlor
8/8/2020 8:31:56 PM

I do like Larry Connors filters.

Fetcher[
close > 5
set{x1,count(rsi(2) 2 days ago < 65,1)}
set{x2,count(rsi(2) decreasing for last 3 days,1)}
set{buy,x1*x2}
set{sell,count(rsi(2) crosses above 75,1)}

buy > 0
sell > -1
draw rsi(2) line at 65
draw rsi(2) line at 75
]



vmittal
13 posts
msg #153483
Ignore vmittal
8/9/2020 8:08:00 AM

Thanks. It works. I was looking for the stocks after they hit RSI2 and ready to go up. This should work. I can not wait to try in bull market. You guys are awesome. All these stocks are ready to go up next day if market opens bull.

StockFetcher Forums · Public Filter List · RSI2 wilder type (larry Conners) modified<< >>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.