CCI Filter - page 7

 
raff1410:
CHEER$ Raff

Raff my friend, you need a Gold Medal. Thank you ever so much. I do appreciate you and the time you spend on us all.

Best wishes.

 

Regret...........

raff1410:
Hi...

Read Your mail please...

Raff...

Raff my friend, i regret to say that I did not get any mail from you. Sorry. But thank you for this gem again.

 

CCI Filter with alert is on this post https://www.mql5.com/en/forum

 

needing ea based on cci

Hi, looking for help , I am after an ea based on the cci to trade the 5 min charts that takes a trade when cci crosses the zero line with a ten pip stop loss (adjustable) and a ten pip take profit (adjustable), to trade long and short with the ability to turn one direction off if needed, so I can turn the long off in a short trend and visaversa, would very much appreciate any help, I am useless at doing programing.

 

MA of CCI

Hi Seniors,

May I have a Moving Average of standard CCI that comes with Metatrader? I want to place it in the same indicator window as that of CCI, over it.

Thanks for guidance.

 

EA of CCI

need optimisation

Files:
cci_ma_v1.5.mq4  13 kb
 

Cci-ma

Spektr,

Its not working.

How to use it?

Thanks.

 

need 150cci indicator

hi senior

can anyone post the cci 150 indicator

 
napeharm:
Hi, I have posted a chart before, see if this comes through. napeharm

hi senior,

can i have this cci150 indicator or template for mt4

 

you can put price as extern parameter

extern int price_type=5;

extern string note_price_type = "0C 1O 2H 3L 4Md 5Tp 6WghC: Md(HL/2)4,Tp(HLC/3)5,Wgh(HLCC/4)6";

TrendCCI = iCCI(NULL, 0, trendCCI, PRICE_TYPICAL, i);

TrendCCI = iCCI(NULL, 0, trendCCI, price_type, i);

Reason: