Page 1 of 1

XMUV indicator

PostPosted: Thu May 02, 2013 11:01 am
by Alexander.Gettinger
This indicator is a ported MQL5 indicator from http://www.mql5.com/en/code/1339

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.PNG


Download:
XMUV.lua
(3.79 KiB) Downloaded 621 times


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

The indicator was revised and updated

Re: XMUV indicator

PostPosted: Thu May 11, 2017 1:17 pm
by Apprentice
Indicator was revised and updated.