Both limit are related ONLY to the indicator window. They have NO effect on the calculated results. they can be greater than e.g. 100 but than this value cannot be displayed in that window.
If you want to limit the values of the CCI in an ea use limCCI = fmax(-100,fmin(100,iCCI(...)));
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi all I am using CCI indicator in MQL4 expert advisor. u want to set its fixed minimum and fixed maximum properties via MQL4 code. please refer to the below screen shot.
please tell me how to get it done.