zdj229:
I'm studying the cci fuction , find some problem
ExtMovBuffer[i]=SimpleMA(i,InpCCIPeriod,ExtPriceBuffer);
what's SimpleMA fuction is the system?
I want use the EMA fuction,What can i do
You should check if there are any includes in the code. I believe it uses a library. Enter the full code properly using code button for more help.
#include <MovingAverages.mqh>
Look in there.
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
I'm studying the cci fuction , find some problem
ExtMovBuffer[i]=SimpleMA(i,InpCCIPeriod,ExtPriceBuffer);
what's SimpleMA fuction is the system?
I want use the EMA fuction,What can i do