At which line and character position does the Array Out of Range error occur?
When the error occurs, look at the numbers in the brackets in the log. They signify the line and the character position. Use that information to analyse your code or use the debugger to find out why.
At which line and character position does the Array Out of Range error occur?
When the error occurs, look at the numbers in the brackets in the log. They signify the line and the character position. Use that information to analyse your code or use the debugger to find out why.
The line and character are in the title sir. It occurs at (194,9). I still wasn't able to debug the reason why, again maybe its because I have been staring at the code for too long.
Are you able to help me?
The reason is either you passed an invalid index, or didn't call AddRow. The problem is in your calling code, which you haven't shown.

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Anytime I run my EA, I keep getting this array out of range error. I have stared at the code for too long. Can some please solve this for me.
Thank you so much