Can anybody help me this ploblem?

 
I need iCCIOnArray function in mql5 code.
 
sosa247:
I need iCCIOnArray function in mql5 code.
This might help:  https://www.mql5.com/en/forum/702
Which function replaced the iMaOnArray in MT4?
Which function replaced the iMaOnArray in MT4?
  • www.mql5.com
I am writing the customized MACD indicator and would like to use the similar function like iMaOnArray in MT4.
 
RaptorUK:
This might help:  https://www.mql5.com/en/forum/702
I think iMA isn't same as iCCI. I could solve iMAonArray.
 
sosa247:
I think iMA isn't same as iCCI. I could solve iMAonArray.
Ok, then you can see how iMAOnArray works and code your own iCCIOnArray. There is no iCCIOnArray natively with mql5. If you have difficulties then post your attempt, and we can try to help you.
 
sosa247:
I think iMA isn't same as iCCI. I could solve iMAonArray.
Apply the same reasoning behind coding an iMAOnArray() type function in mql5 and you should be able to code what you need . . .