Download software Tutorial videos
Subscription & data-feed pricing Class schedule


New account application Trading resources
Margin rates Stock & option commissions

Attention: Discussion forums are read-only for extended maintenance until further notice.
Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

RSI Reverse Engineering Indicator Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
Wayne_M
Posted : Monday, January 14, 2019 8:01:19 PM
Registered User
Joined: 11/23/2018
Posts: 20

Hi Bruce,

Is it possible to plot this line indicator on the chart against a ticker as I can't find it in the Indicator list. If so, could you tell me how to do it using an RSI of 50 please? I've put a few info sources below to help.

https://www.prorealcode.com/prorealtime-indicators/rsi-reverse-engineering-indicator/

https://tlc.thinkorswim.com/center/reference/Tech-Indicators/studies-library/R-S/ReverseEngineeringRSI.html

http://www.tradewithtrend.com/indian-stock-market/amibroker/reverse-engineering-rsi-749.html

Thanks very much.

Bruce_L
Posted : Tuesday, January 15, 2019 12:32:48 PM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138

Please try the following indicator (it assumes a 14 period Wilder's smoothed RSI).

C + 13 * XAVG(ABS(C - C1), 27) - 26 * XAVG(IIF(C > C1, C - C1, 0), 27)



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
Wayne_M
Posted : Tuesday, January 15, 2019 5:14:10 PM
Registered User
Joined: 11/23/2018
Posts: 20

Blimey, I'd have never have worked that out!

Thanks very much Bruce.

raider45
Posted : Saturday, January 26, 2019 10:39:41 AM
Registered User
Joined: 9/30/2011
Posts: 788
I would appreciate the modification of Whilder's polished RSI with the following parameter:
 
Signal Up with Period 5 and Moving Average 3
 
Thank you and goodbye
Raider45
Bruce_L
Posted : Monday, January 28, 2019 10:52:50 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138

If you are just interested in determining if Wilder's RSI5 has crossed up through its own 3 period exponential moving average.

XUP(WRSI5, XAVG(WRSI5, 3))

If you are just interested in determining if Wilder's RSI5 has crossed up through its own 3 period simple moving average.

XUP(WRSI5, AVG(WRSI5, 5))

 



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
raider45
Posted : Monday, January 28, 2019 3:13:07 PM
Registered User
Joined: 9/30/2011
Posts: 788
 
Congratulations, thank you! Sincerely !
raider45
Posted : Tuesday, January 29, 2019 4:11:44 AM
Registered User
Joined: 9/30/2011
Posts: 788
 
I would appreciate the following change: replace the current moving averages with the HULL 3 periods.
 
Thank you and goodbye. Raider45
Bruce_L
Posted : Tuesday, January 29, 2019 8:38:28 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138

Please try the following.

XUP(WRSI5, HAVG(WRSI5, 3))



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
raider45
Posted : Tuesday, January 29, 2019 8:59:10 AM
Registered User
Joined: 9/30/2011
Posts: 788
Big congratulations, thank you!
Sincerely !
Bruce_L
Posted : Tuesday, January 29, 2019 9:01:27 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138

You're welcome.



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
Users browsing this topic
Guest-1

Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.