Relative Stength Index with zone and trend highlighting

Here you can post and download custom indicators. PLEASE: Do not start topics unless you are posting your own indicator, they will be moved to appropriate section even if you do.

Moderator: admin

Relative Stength Index with zone and trend highlighting

Postby Nikolay.Gekht » Mon Jan 03, 2011 4:25 pm

This indicator is just a regular RSI calculated using this formula:

RSI(n) is
pos := if close >= close[-1] then close - close[-1] else 0
neg := if close < close[-1] then close[-1] - close else 0
rs := WMA(pos, n) / WMA(neg, n)
rsi := 100 - (100 / (1 + rs))


View of this indicator is optimized for working and displaying the results of the "Combining RSI with RSI" strategy described in the Peter Konner's article in January 2011 issues of "Stock & Commodities"

The indicator additionally:
a) Changes the line color depending on the trend direction shown by RSI indicator.
b) Highlight areas above and below the levels chosen

rsi_pk.png

RSI_PK_Indicator.lua
(7.92 KiB) Downloaded 456 times

RSI_PK.lua
(6.68 KiB) Downloaded 2186 times

RSI_PK Averages.lua
(17.62 KiB) Downloaded 594 times

RSI_PK with Averages Filter.lua
(20.24 KiB) Downloaded 586 times

RSI_PK with Averages Filter.7510109079.lua
(18.72 KiB) Downloaded 588 times

Averages.lua is available here.
viewtopic.php?f=17&t=2430

The indicator was revised and updated
Nikolay.Gekht
FXCodeBase: Site Admin
 
Posts: 1235
Joined: Wed Dec 16, 2009 6:39 pm
Location: Cary, NC

Re: Relative Stength Index with zone and trend highlighting

Postby raychan » Sun Jul 29, 2012 12:24 am

I would appreciate if you can write a strategy that purely applies the RSI_PK indicator for use on trade station, not the Combining RSI with RSI strategy. Simply buy on green and sell on red of the indicator. Many Thanks.
raychan
 
Posts: 6
Joined: Sun May 29, 2011 6:48 pm

Re: Relative Stength Index with zone and trend highlighting

Postby SuperTrader » Tue Aug 21, 2012 1:16 am

Thank you Nikolay, this a visually very helpful version of the RSI (specially the highlighting of areas above and below the levels chosen). :) Could we please have the same visual representation for the standard CCI indicator ? (I mean just the same highlighting of the OB/OS areas, NOT the changing of the line color depending on the trend direction). Thank you very much in advance !
User avatar
SuperTrader
 
Posts: 84
Joined: Thu May 20, 2010 12:52 pm
Location: Europe


RSI_PK with the dots or arrows

Postby Jeffreyvnlk » Tue Jul 09, 2013 12:01 am

Appreciated if you could make a second version of this great indicator which placing the dots or arrows around the bars on the price chart when RSI >70 or <30.Thanks
Jeffreyvnlk
FXCodeBase: Graduate
 
Posts: 302
Joined: Wed Apr 11, 2012 2:17 pm


Re: Relative Stength Index with zone and trend highlighting

Postby Jeffreyvnlk » Tue Jul 09, 2013 6:05 pm

Apprentice wrote:Your request is added to the development list.


I believe i found the solution on the thread which made from you as well:
viewtopic.php?f=17&t=25319&p=43572&hilit=RSI+overlay#p43572

So thank you
Jeffreyvnlk
FXCodeBase: Graduate
 
Posts: 302
Joined: Wed Apr 11, 2012 2:17 pm

Re: Relative Stength Index with zone and trend highlighting

Postby Jeffreyvnlk » Wed Jul 10, 2013 1:06 am

Apprentice wrote:Your request is added to the development list.


I believe you already made some kind of RSI overlay somewhere in this forum. Sorry for interupting
Jeffreyvnlk
FXCodeBase: Graduate
 
Posts: 302
Joined: Wed Apr 11, 2012 2:17 pm

Re: Relative Stength Index with zone and trend highlighting

Postby mulligan » Wed Mar 02, 2016 7:31 pm

Very good indicator. I can't match the line color change with current RSI signals without a lot of repeating. Could you possibly add an alert to this indicator based on line color uptrend and downtrend. Thanks very much.
mulligan
FXCodeBase: Initiate
 
Posts: 150
Joined: Wed May 16, 2012 4:43 pm


Next

Return to Custom Indicators

Who is online

Users browsing this forum: No registered users and 55 guests