Jan 24, 2018
OBOS indicator
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).