You don't size any of your Symbol arrays.
Why do you need arrays anyway? You are retrieving the current ask on every calculation, not a price relevant to bar[i]
You don't size any of your Symbol arrays.
Why do you need arrays anyway? You are retrieving the current ask on every calculation, not a price relevant to bar[i]
I did not use arrays first and I did not get any changes on the chart and I also thought that array could keep the records of results of my calculations and then I could draw the result on the line.
I do not mind to get the line on the chart. I only need to have it somehow if you could understand my target on the codes.
I am learning and trying these on samples as ;
http://www.forexmt4.com/_MT4_Tutorials/lesson11.pdf
https://book.mql4.com/samples/icustom
http://stackoverflow.com/questions/26362199/mql4-coding-empty-buffer-in-line

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hello,
I have been trying to integrate my calculation on eurusd chart. However, I could not find where I am mistaken. Would you help me out with my codes at below ? Or what do you suggest to have result as a line on EURUSD chart ?
Thanks.