Page 1 of 1

RSI with step MA oscillator

PostPosted: Sat Mar 30, 2019 2:48 pm
by Alexander.Gettinger
Formulas:
RSI[i] = 100-(100/(1+Positive/Negative)), where
Positive, Negative - sum of positive and negative changes of Diff,
Diff[i] = MA[i]-MA[i-Step].

RSI_With_Step_MA.PNG


Download:
RSI_With_Step_MA_JS.jsl
(5.21 KiB) Downloaded 393 times


For this indicator must be installed Averages indicator (viewtopic.php?f=17&t=2430).