Errors, bugs, questions - page 1470
![MQL5 - Language of trade strategies built-in the MetaTrader 5 client terminal](https://c.mql5.com/i/registerlandings/logo-2.png)
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
Very often there is no asterisk in the upper-right corner of MQL5.com (restarting and resizing the browser (firefox and opera) has no effect) when there are several unread topics in my profile from my favorites.
Time is an integer.
Where does the dot and zero come from?
From here
DoubleToStringPlease check OrderSelect() function to select by ticket an order [ OrderSelect(ticket, SELECT_BY_TICKET) ] it always returns true even if there is no such ticket already.
Please check OrderSelect() function to select by ticket an order [ OrderSelect(ticket, SELECT_BY_TICKET) ] it always returns true even if the ticket does not exist already.
Please check the OrderSelect() function to select an order by ticket [ OrderSelect(ticket, SELECT_BY_TICKET) ] - it always returns true even if the ticket does not already exist.
Read the certificate correctly. It says that
The pool parameter is ignored if the order is selected by the ticket number. The ticket number is the unique identifier of the order.
To determine from which list an order is selected, its closing time must be analysed. If the time of closing of the order is 0, then the order is open or pending and is taken from the list of open orders of the terminal.
I.e. if the ticket is in the history or in open orders, the function will return true.
Read the certificate correctly. It says that
i.e. if the ticket is in the history or in open orders, the function will return true.