
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
The problem is your program logic to resize the array there is something wrong.
Go through your code using the debugger and look always at the size of your arrays when where and how do you change it!
try to print the size of the array
Solved thanks gooly and ffoorr for your input.
My problem was using the ArrayResize variable when setting the Array values without a de-increment -1 to align with Array index sequence.
So I was using this:
When the correct method is: