Page 1 of 1

XRSX indicators

PostPosted: Sat Mar 30, 2019 4:48 pm
by Alexander.Gettinger
Formulas:
XRSX=(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]).

XRSX_BB - indicator with signal line and bands.

XRSX:

XRSX.PNG


Download:
XRSX_JS.jsl
(3.83 KiB) Downloaded 591 times


XRSX_BB:

XRSX_BB.PNG


Download:
XRSX_BB_JS.jsl
(10.49 KiB) Downloaded 580 times