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
What's the point of compiling such a construction if it will lead to inability to load the MQL5 program?
What is the maximum number of dynamic arrays in an indicator?
What is the maximum number of dynamic arrays in an indicator?
Limitations are dictated by your hardware resources.
How much memory is available.
What is the maximum number of dynamic arrays in an indicator?
wrote this script to check the function
it returns error 4002, what did I do wrong?
it is strange if you do not use the structure of the request for current prices then everything is calculated except for instruments like #AA in this case it returns zero, I wonder why? how then to calculate the margin for such instruments
wrote this script to check the function
Returns error 4002, what did I do wrong?
I figured out why the first version didn't work, I should have written the function in the loop body to get the quotes for the requested symbol.
You just decide to help... :)
PS
I don't know about others, but the market is kind of closed for #AA...
I also have a question, do I understand correctly, that this type of code is an analogue of the MT4 function?