
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,
i was wondering if there is a way to get an indicator value from C++ program,
for example, writing this code in C++ program :
double RetVal = MQ4_iCustom(NULL, 0, "SampleInd",13,1,0);
so that i can do analysis on charts using my C++ programs,
it is ok if i can use the metatrader client functions or API, i just want to get a value, thats all.
Thanks.