
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
Hello,
I'm new to mql5 and programming with c++ so bear with me as it might take some explaining to help me understand. I'm trying to print the current values of bollinger bands in meta trader 5. I realize there is other topics on this namely https://www.mql5.com/en/forum/242393. But I read through it and I still don't understand. I thought the solution was to just put return on the end of the copy Buffer to array but all that does is bring up an error. I also looked at the bollinger bands definition with the sample code and I just don't understand any of it. I attached my file and the read out that I'm getting is -3.2 something when I do the lowerband value and when I put in comment lowerbandarray[0] it comes up with nothing. Can anyone explain what is going on?