Page 1 of 1

RSX indicators

PostPosted: Fri Jun 23, 2017 2:56 pm
by Alexander.Gettinger
Formulas:
RSX=(DMA/AbsDMA)*50+50, where
DMA-moving average for DPrice,
AbsDMA-moving average for AbsDPrice,
DPrice[i]=Price[i]-Price[i-1],
AbsDPrice[i]=Abs(Price[i]-Price[i-1]).

RSX_BB - indicator with signal line and bands.

RSX:
RSX_JS.PNG


Download:
RSX_JS.jsl
(3.81 KiB) Downloaded 575 times


RSX indicator:
RSX_Ind_JS.PNG


Download:
RSX_Ind_JS.jsl
(3.15 KiB) Downloaded 537 times


RSX_BB:
RSX_BB_JS.PNG


Download:
RSX_BB_JS.jsl
(10.43 KiB) Downloaded 548 times

Re: RSX indicators

PostPosted: Tue May 01, 2018 1:44 pm
by Alexander.Gettinger
RSX_S:

RSX_S.PNG


Download:
RSX_S_JS.jsl
(7.42 KiB) Downloaded 436 times