ConnorsRSI

Studies that have been contributed to the community by other users. If you’ve got something useful to share, that’s great!
User avatar
Dave Masalov
Posts: 1712
Joined: 16 Apr 2010
Has thanked: 51 times
Been thanked: 489 times

ConnorsRSI

Postby Dave Masalov » 24 Jan 2013

Hi all,

See attached the EL version of the ConnorsRSI indicator.
Attachments
ConnorsRSI EL.zip
(84.53 KiB) Downloaded 1161 times

scrichley
Posts: 8
Joined: 20 Jul 2022

Re: ConnorsRSI

Postby scrichley » 14 Jun 2023

I am able to use import this indicator and apply it to a chart to show that it's working normally... However, when I try to apply it to a study for backtesting, the Power Language editor is not recognizing the indicator and the code will not compile. Any suggestions???

I'm trying to compare it to the traditional RSI indicator for short term reversal trading.
Attachments
ConnorsRSI Pic 3.png
(25.94 KiB) Not downloaded yet
ConnorsRSI Pic 2.png
(38.45 KiB) Not downloaded yet
ConnorsRSI Pic 1.png
(45.66 KiB) Not downloaded yet

User avatar
rrams
Posts: 128
Joined: 10 Feb 2011
Location: USA
Has thanked: 7 times
Been thanked: 70 times
Contact:

Re: ConnorsRSI

Postby rrams » 16 Jun 2023

scrichley,
You must either copy the code from the ConnorRSI indicator into your signal and compile it there or turn the indicator code into a function and call that function from your signal.

Creating a function out of the indicator code is easy, so it isn't always included. I have done it for you.
ConnorsRSI_function.pla
(1.91 KiB) Downloaded 67 times
(Functions and indicators can have the same name, but they reside in a separate area of the code database.)

scrichley
Posts: 8
Joined: 20 Jul 2022

Re: ConnorsRSI

Postby scrichley » 16 Jun 2023

Thank you so much for the lesson and for preparing the function!

-Shawn
scrichley,
You must either copy the code from the ConnorRSI indicator into your signal and compile it there or turn the indicator code into a function and call that function from your signal.

Creating a function out of the indicator code is easy, so it isn't always included. I have done it for you.
ConnorsRSI_function.pla
(Functions and indicators can have the same name, but they reside in a separate area of the code database.)


Return to “User Contributed Studies and Indicator Library”