Errors, bugs, questions - page 1744
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
Just don't understand why different names? That's how I use it.
this.SetProperty(OBJPROP_YSIZE, (int)CHARTOBJECT::GetProperty(CHART_HEIGHT_IN_PIXELS)); // Ширина объекта по оси Y в пикселях
I didn't understand the example.
I didn't look at it carefully at first, I thought you only had an overload on the return value. And if it's an argument too, then it's ok. I don't know what you're talking about, then. I couldn't find original posts, where quotes are taken from, in this thread.
Because you can't overload by type of return value.
And logically, you have to somehow specify which function to call anyway. Wouldn't it be more logical to specify this type in the function name? Actually there is no other way to do it. The template option would not work here, well, actually, we would have to do some more dancing around in the middle of nowhere.
Brought you a working code - works without any problems.
When you try to delete an indicator, EA or script from the "Navigator" window, MT4 asks you to confirm the deletion. So, no matter what you are trying to delete (indicator, Expert Advisor or script), the text of the question does not change.
Actually, the more general term is "SCRIPT", as it has historically been. The developers also use this name in a broad sense, so it is not clear why "Expert Advisors" are involved...
Actually, the more general term is "SCRIPT", as it has historically been. The developers also use this name in a broad sense, which is why it is not clear what "Expert" has to do with it...
An EA is a programme that can perform trading actions.
Expert Advisor, indicator and script are conditional division of programmes according to their performance and capabilities - this is how these types of programmes are divided in the MT navigator tree, by the way.
As far as I know, a program that has trading functions is called EA.
An EA is a programme that can perform trading actions.
Expert Advisor, indicator and script are conditional division of programmes according to their performance and capabilities - this is how these types of programmes are divided in the MT navigator tree, by the way.
As far as I know, a program that has trading functions is called EA.
will be fixed in the next build.