CMx Oscillator
Feb 01, 2018
MT4 version of the LUA Original indicator, which is compilation of Moving Average, CCI, ADX и Fibonacci levels.
Formulas:
CMx = CCI*ADX/(L*K), where
ADX - Average Directional Movement Index with Period as Length,
CCI = (Diff-mean)/(meandev*0.015),
mean, meandev - mean and mean deviation of Diff at range from (i-K_Period+1) to i,
Diff = EMA-EMA_K,
EMA - exponential moving average with Period as Length,
EMA_K - exponential moving average with K_Period as Length,
K_Period = Period*K.