Page 1 of 1

XMUV indicator

PostPosted: Sat Jan 06, 2018 6:44 pm
by Alexander.Gettinger
Formulas:
XMUV = MA(P), where
P = (2*x-Low-High)/2,
x = (High+Close+2*Low)/2, if Close<Open,
x = (Low+Close+2*High)/2, if Close>Open,
x = (High+Low+2*Close)/2, if Close=Open.

XMUV_JS.PNG


Download:
XMUV_JS.jsl
(3.8 KiB) Downloaded 483 times