Errors, bugs, questions - page 2159
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
It has been reported that MT5 - 1758 of 29.01.2018 should be available.
Does anyone have that version?
I have MetaQuotes-Demo giving out maximum MT5 -1755
MetaQuotes-BSE - similar.
Result: no match
Result: false
Expected: true
Result: no match
Result: false
Expected: true
There is no error. You should have written this
There is no error. You should have written this
It is a different code with addition of &
You might as well replace A* with int and write that there is no error with int
What's the difference?Compilation error
PositionSelectByTicket
Selects an open position for further handling on the specified ticket. Returns true on successful completion of the function. Returns false if the function fails. Call theGetLastError() function to get information about the error.
Parameters
ticket
[The ticket of the position.
Returned value
Value of bool type.
Note
The PositionSelectByTicket() function copies the data about a position to the program environment, and subsequent calls toPositionGetDouble(),PositionGetInteger()andPositionGetString() return the previously copied data. This means that the position itself may no longer exist (or it may have changed in volume, direction, etc.), but the data of this position can still be retrieved. In order to guarantee the receipt of fresh position data, it is recommended to call the PositionSelect() function immediately before calling for it.
Error in the Documentation. It should be PositionSelectByTicket in the highlighted place. Even moderators get confused because of this typo.
the message system has disappeared from the profiles, is this correct ?
From MQ's point of view, apparently correctly. As always, they decided for us what was more convenient.