RSI STARC

Here you can post and download custom indicators written in JavaScript.

Moderator: admin

RSI STARC

Postby Alexander.Gettinger » Sat Jan 06, 2018 5:38 pm

Formulas:
RSI = Relative Strength Index(Close price, RSI_Length),
MA = MVA(RSI, MA_Length),
Top = MA+Top_Multiplier*ATR,
Central = MA-Bottom_Multiplier*ATR, where
ATR = MVA(TR, ATR_Length),
TR[i] = Abs(RSI[i]-RSI[i-1]),
Abs - Absolute value.

RSI_STARC_JS.PNG


Download:
RSI STARC_JS.jsl
(5.22 KiB) Downloaded 607 times

MT4/MQ4 version
viewtopic.php?f=38&t=60797
Alexander.Gettinger
FXCodeBase: Confirmed User
 
Posts: 3785
Joined: Wed Mar 31, 2010 9:40 pm
Location: Russia, Omsk

Re: RSI STARC

Postby James.Ma » Tue Jan 01, 2019 10:47 pm

Can you provide MQL4 version?
Thank you
James.Ma
 
Posts: 4
Joined: Mon Nov 26, 2018 1:30 pm



Return to JavaScript Indicators and Strategies

Who is online

Users browsing this forum: No registered users and 8 guests