Stochastic 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

Stochastic RSI

Postby Apprentice » Thu Nov 17, 2011 5:45 am

StochRSI MT.png


These are two versions of this indicator, translated from the MT4 platform.
Algorithm 1

min = Lowest RSI in period
max = Highest RSI in period
FAST = ((RSI - min) / (max - min)) * 100;
SLOW = Averege of Fast

Algorithm 2
Value1 = (RSI - min);
Value2 = (max - min)
Value3 = Value1 / Value2;

FAST= 2 * (MVA of Value3 - 0.5);
SLOW =previous FAST

StochRSI MT1.lua
(3 KiB) Downloaded 1029 times

StochRSI MT2.lua
(3.24 KiB) Downloaded 1002 times


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


Re: Stochastic RSI

Postby Apprentice » Sat Mar 18, 2017 8:07 am

Indicator was revised and updated.
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36341
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 47 guests