StockFetcher Forums · Public Filter List · ConnorsRSI, searching for the bottom<< >>Post Follow-up
graftonian
1,089 posts
msg #142375
Ignore graftonian
2/21/2018 12:12:21 PM

Yesterday I read an article on the ConnorsRSI at

https://www.tradingmarkets.com/media/2012/ConnorsRSI-Pullbacks-Guidebook.pdf

Not a lot of hits, even though I eased the entry requirements, though the results were interesting.
Enjoy.

Fetcher[
/*conners rsi*/
close > 1
Average Volume(21) > 200000
adx(10) > 30
set{x, close 1 day ago * 0.90}
close < x
set{y1, close - low}
set{y2, high - low}
set{rangepct, y1 / y2}
rangepct < .10
Connors RSI(3,2,100) is Below 5
draw Connors RSI(3,2,100) line at 60 {exit}
draw Connors RSI(3,2,100) line at 5 {entry}
add column Connors RSI(3,2,100)
sort on column 5 ascending
/*My entry, dependent on ConnorsRSI*/
set{entry2, Connors RSI(3,2,100) 1 day ago * .01}
set{entry1, close 1 day ago * entry2}
set{entry, close 1 day ago - entry1}
draw price line at entry/*Wait for price to cross above this value?*/
add column separator
add column close 1 day ago
add column entry
add column low
/*The recommended exit*/
set{exit, count(Connors RSI(3,2,100) crossed above 60,1)}
draw exit
draw ema(13)
do not draw adx(10,10)
do not draw rangepct
do not draw x
]



Trade300
1 posts
msg #142478
Ignore Trade300
2/27/2018 12:24:39 AM

Thank you for sharing filter.

As per Connors book low < x and not close < x. You have mentioned that you have made some changes so may be because of that.

How I can back test this?

Could you please provide me information about back testing

ibankcoin
24 posts
msg #148238
Ignore ibankcoin
6/22/2019 4:24:50 PM

i have found that the strategies that Connors has developed have worked pretty much as he says they tested out. all you have to do is follow what is says to do. the setups in his last book are very consistent. if you are not making money using Connors setups you are doing something wrong. have used 3 or 4 of his setups for 5+ years and all profitable.

StockFetcher Forums · Public Filter List · ConnorsRSI, searching for the bottom<< >>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.