Hello,
Im hoping one of the great coders on FF can help me out or at least put in the right direction.
I have been playing around with MQL for some time now but have come up against a problem/question i cannot answer. I have searched the forums and internet but cannot find any code i can play with.
Any help is much appreciated.. Here goes...
If i put a CCI 25 Typical Price on a chart and then drag a SMA 18 Close onto the CCi and set it to first indicators data as per the image below.
Now my question is, if you look at the data panel the two values, i want to be able to use those values in an EA, how do i get these values?
I know i can use iCCI(NULL,0,25,PRICE_TYPICAL,0) to get the CCI value, how do i get the MA value of CCI?
Im completely stumped on this, from what i have been able to find out is its to do with iCCIOnArray... but that is as far as i have got.
One again, thank you for any advice and suggestions on this.
Regards
Mark
Im hoping one of the great coders on FF can help me out or at least put in the right direction.
I have been playing around with MQL for some time now but have come up against a problem/question i cannot answer. I have searched the forums and internet but cannot find any code i can play with.
Any help is much appreciated.. Here goes...
If i put a CCI 25 Typical Price on a chart and then drag a SMA 18 Close onto the CCi and set it to first indicators data as per the image below.
Now my question is, if you look at the data panel the two values, i want to be able to use those values in an EA, how do i get these values?
I know i can use iCCI(NULL,0,25,PRICE_TYPICAL,0) to get the CCI value, how do i get the MA value of CCI?
Im completely stumped on this, from what i have been able to find out is its to do with iCCIOnArray... but that is as far as i have got.
One again, thank you for any advice and suggestions on this.
Regards
Mark
Attached Image