resize the array to the new data size that you want to enter , then fill your array

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 every one,
I find an example in mql developer book regarding the filing arrays as:
the above example will return the values:
1123
2123
3123
4123
5123
6456
7456
8456
9456
10456
as the ArrayFill():
but if I want to fill by different values
lets us say fibonacci lines or each tick get another values or history orders.... to fill all the array..
any help ?