Page 1 of 1

CMx oscillator

PostPosted: Mon Nov 25, 2013 4:52 pm
by Alexander.Gettinger
The indicator is compilation of Moving Average, CCI, ADX и Fibonacci levels.

Formulas:
CMx[i] = CCI[i]*ADX[i]/(L*K), where
ADX[i] - Average Directional Movement Index with Period as Length,
CCI[i] = (Diff[i]-mean)/(meandev*0.015),
mean, meandev - mean and mean deviation of Diff at range from (i-K_Period+1) to i,
Diff[i] = EMA[i]-EMA_K[i],
EMA - exponential moving average with Period as Length,
EMA_K - exponential moving average with K_Period as Length,
K_Period = Period*K.

CMx.PNG


Download:
CMx.lua
(3.45 KiB) Downloaded 792 times

MT4/MQ4 version.
viewtopic.php?f=38&t=65687&p=117402#p117402

Re: CMx oscillator

PostPosted: Sat Jul 29, 2017 9:23 am
by Apprentice
The indicator was revised and updated.

Re: CMx oscillator

PostPosted: Sun Jul 30, 2017 1:44 am
by jaricarr
Hi Apprentice,

Can you please add the ability to customize the levels.
(line color, style, width)

Re: CMx oscillator

PostPosted: Sun Jul 30, 2017 6:20 am
by Apprentice
Try it now.

Re: CMx oscillator

PostPosted: Sun Oct 07, 2018 9:06 am
by Apprentice
The indicator was revised and updated.