Samuel Manoel De Souza:
Can someone help with that? I made an indicator that work well, but sometime when change the symbol or time frame in the chart get this error. Here is the part of code than have problem.
- Show ALL your code so we can try to recreate the problem.
- What is the EXACT error that you are experiencing?
Mql4 Lesson 33 Array Out of Range.. - What does it mean?
The forum
Documentation
- MQL4 Reference - Array Functions - ArraySize
------------------
Forum on trading, automated trading systems and testing trading strategies
Sergey Golubev, 2016.01.27 12:41
Just some example about how to solve An array is out of range issue (I personally had this issue few times so it may be good to read the thread about how we can solve this our error during the coding for example).
ArraySize - Array Functions - MQL4 Reference
- docs.mql4.com
"Zero dimension = Array size / (First dimension * Second dimension * Third dimension)"
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
Can someone help with that? I made an indicator that work well, but sometime when change the symbol or time frame in the chart get this error. Here is the part of code than have problem.