
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
The documentation says you don't have to strain yourself.
The documentation says that there is no need to bother.
But the phrase"For objects containing strings and dynamic arrays, ZeroMemory() is called for each member" is a bit ambiguous. Either ZeroMemory function itself performs this zeroing, or the programmer should make the call himself/herself for each member containing a dynamic array.
..Although. The cases of inapplicability are clearly specified.
But the phrase"For objects containing strings and dynamic arrays, ZeroMemory() is called for each member" is ambiguous. Either this zeroing is performed by the ZeroMemory function itself or the programmer should zero each dynamic array himself/herself.
And the phrase"For arrays of complex objects ZeroMemory() is called for each element" should also be understood as a call to zero each element separately?
And the phrase"For arrays of complex objects ZeroMemory() is called for each element" should also be understood as a call to zero each element separately?
Yes, compare the meaning of the Russian verb "produced" with the meaning of the Russian verb "occurs" :) The answer is no, it shouldn't.
Good afternoon! Suppose I close part of a position by opening a reverse position. What stop loss and profit should I set? Probably it will be the one I set, and not the one I had? No, it cannot be, I will open a reverse trade to reduce the position and the profit and loss are the same as in the previous one. All in all, I got myself confused. Please, help me to clarify.
Also, the structure has an error
'deviation' - some operator expected htghtgfhthf.mq5 103 15 operator calculated.... Well, calculated.
'Point' - wrong parameters count htghtgfhthf.mq5 103 30
I think everything is correct?? In short, please tell me what to put in it, so it would not swear?
This is what it says:
Point(symb);
No arguments are provided for this function.
Also, see description of deviation field. There is no need to assign double values to it.
Now here is the situation. I want to set the lot for the opposite position, for this I find out the lot of the trade, which participated in this combined position, and set the opposite position, that is, I would like to try to set. This lot I recognize with function HistoryDealGetDouble( TicetTojSdelki,DEAL_VOLUME).
Anyway, here is the function and its call
'Volume' - some operator expected htghtgfhthf.mq5 104 15
'Lot' - expression has no effect htghtgfhthf.mq5 104 22
It's the structure itself that's getting scolded. Variable dowble... Lot equals lot... I don't understand it!