Page 1 of 2

Double CCI with EMA

PostPosted: Mon Apr 26, 2010 5:20 pm
by Nikolay.Gekht
This indicator is a port of the Jason Robinson's MT4 indicator, requested here: viewtopic.php?f=27&t=785.

The indicator shows two, short (entry) and long (trend) CCI indicators, and shows histogram which simplifies detection of the +/-100 levels for trend CCI.

Unfortunately, until the Marketscope get an ability to specify width of the lines, the indicator lines laying over the histogram looks not so good as I wish.

DoubleCCI.png


Download indicator:
DoubleCCI_EMA.lua
(5.2 KiB) Downloaded 2190 times

DoubleCCI_EMA with Alert logic
Alert, when EntryCCI crosses under zero-line AND TrendCCI is already under zero line
Alert, when EntryCCI crosses over zero-line AND TrendCCI is already over zero line
DoubleCCI_EMA with Alert.lua
(19.81 KiB) Downloaded 631 times


The indicator was revised and updated

Re: Double CCI with EMA

PostPosted: Mon Apr 26, 2010 5:59 pm
by moh2001
thanks

Re: Double CCI with EMA - Line width

PostPosted: Tue Jan 04, 2011 9:20 am
by mosstee
Is it possible to be able to adjust the line width (entry, trend, sma) in this indicator?

Re: Double CCI with EMA

PostPosted: Tue Jan 04, 2011 7:54 pm
by Blackcat2
is it just me or this indi looks like woodie CCI? the website of the original author is no longer available. Can someone point out or tell me how to read the indicator? Rules for entry, exit, etc...

Thanks :)
BC

Re: Double CCI with EMA

PostPosted: Tue Jun 17, 2014 8:47 pm
by TxChristopher
I love this indicator, but I have the same complaint as everyone else. . . . . the TrendCCI the EntryCCI and the SMA all need to have adjustable line thicknesses. The indicator would be perfect then, as it is it is not so usable.

Re: Double CCI with EMA

PostPosted: Wed Jun 18, 2014 4:47 am
by Apprentice
Style Option Added.

Re: Double CCI with EMA

PostPosted: Wed Jun 18, 2014 9:29 am
by TxChristopher
Perfect!

:D

Re: Double CCI with EMA

PostPosted: Tue Jul 18, 2017 6:50 am
by Apprentice
The indicator was revised and updated.

Re: Double CCI with EMA

PostPosted: Thu Nov 08, 2018 7:48 am
by Phamilton630
Please can a simple alert be added

Alert when EntryCCI crosses under zeroline AND TrendCCI is already under zeroline
Alert when EntryCCI crosses over zeroline AND TrendCCI is already over zeroline

Re: Double CCI with EMA

PostPosted: Fri Nov 09, 2018 8:28 am
by Apprentice
DoubleCCI_EMA with Alert.lua added.