Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes - page 1650
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
Curses
implicit conversion from 'number' to 'string' Roller.mq4 64 12
Why so complicated?
Note
If a function parameter is a string, this call is equivalent to specifying NULL for it.
For simple types and their arrays, as well as structures/classes consisting of such types, this is a simple null.
For objects containing strings and dynamic arrays, ZeroMemory() is called for each member.
For any arrays that are not protected by const modifier, all elements are zeroed.
For arrays of complex objects ZeroMemory() is called for each member.
Yes.) Thank you!
Greetings. Can you please advise me.
I have an mt4 robot, I need to create a solution so that trades of this robot are duplicated on binance exchange.
So far I only worked with MQL.
What tools to use and where to start to understand?
In this case too, it may not be possible to open a third order in the grid...
Good day, Makar. Please explain in your own words what these functions are for and what role they play in this EA.
EventKillTimer();
Makar
Perhaps personal messages are best written in private messages.
Makar good day Please explain in your own words what these functions are for and what role they play in this advisor
It may be better to write personal messages in private messages.
It may be better to write personal messages in private messages.
I just didn't know how to upload some of the code to private messages.
It is a timer start and stop, can be deleted
What this timer is for