Adaptable RSI

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

Adaptable RSI

Postby Apprentice » Sat Dec 10, 2011 9:15 am

Adaptable RSI.png


This RSI indicator allows you to select, Averaging method for raw data.

diff = source[period] - source[period - 1]

if diff > 0 then
Average Gain = diff;
else
Average Loss = -diff;
end

RS = Average Gain / Average Loss

RSI = 100 - (100 / ( 1 + RS))

Adaptable RSI.lua
(4.53 KiB) Downloaded 808 times


The indicator was revised and updated
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36474
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia

Re: Adaptable RSI

Postby zmender » Tue Mar 06, 2012 9:22 pm

Apprentice, I played with your Adaptable RSI indicator and came up with this: LBR RSI, it is the Mometum Pinball of Linda Raschke's book Street Smarts.

Plot a 3-period RSI of a 1 period ROC. However the default ROC indicator has a minimum period of 2, so that's what I use below.
Attachments
LBR_RSI.png
LBR_RSI.lua
(4.88 KiB) Downloaded 677 times
zmender
 
Posts: 43
Joined: Thu Nov 10, 2011 11:00 pm

Re: Adaptable RSI

Postby Alexander.Gettinger » Tue Nov 18, 2014 5:13 pm

MQL4 version of Adaptable RSI oscillator: viewtopic.php?f=38&t=61478.
Alexander.Gettinger
FXCodeBase: Confirmed User
 
Posts: 3785
Joined: Wed Mar 31, 2010 9:40 pm
Location: Russia, Omsk

Re: Adaptable RSI

Postby Apprentice » Wed Jun 28, 2017 5:19 am

The indicator was revised and updated.
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36474
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia


Return to Custom Indicators

Who is online

Users browsing this forum: Baidu [Spider] and 64 guests