Page 1 of 1

OBOS indicator

PostPosted: Thu Sep 06, 2012 3:06 pm
by Alexander.Gettinger
Original indicator: viewtopic.php?f=17&t=3664

Formulas:
Up=EMA(EMA((WP-EMA(WP))/StdDev(WP))),
Dn=EMA(Up), where
EMA - exponential moving average with period [Length],
StdDev - standard deviation with period [Length],
WP - weighted price ((high+low+close+close)/4).

OBOS_MQL.PNG


Download:
OBOS.mq4
(2.77 KiB) Downloaded 2840 times

Re: OBOS indicator

PostPosted: Wed Jan 24, 2018 8:40 am
by Apprentice
Major update.