
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
Did not find any - yet.
Seems to be stable
New builds solved the iCustom() slowing down problems
Build 1010 :
Build 1010 :
On every broker?
Come to think of it, it does not happen if I use metatrader own server (the number of bars being 1 or 2). But the max bars on chart is ignored the same
This is not about a bug
This is a warning (and a reminder) that metatrader 5 handles arrays in completely different way. For example : when we resized arrays in metatrader 4, they were initialized too - metatrader 5 does not do that. So, make sure that all the elements of your array are set to proper values (there are no assumed 0 values in mt5 arrays) or else you can lose significant time. Arrays in mt5 are handled in exactly the same way as in C/C++
This is not about a bug
This is a warning (and a reminder) that metatrader 5 handles arrays in completely different way. For example : when we resized arrays in metatrader 4, they were initialized too - metatrader 5 does not do that. So, make sure that all the elements of your array are set to proper values (there are no assumed 0 values in mt5 arrays) or else you can lose significant time. Arrays in mt5 are handled in exactly the same way as in C/C++