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
My IE6 does not allow on this site to insert pictures, links, videos, etc. I.e. there is no button bar when entering a post. And when replying there is no quote of the original post. If you click "Edit", it also doesn't copy the corrected message into the edit window.
The MQL5 forum in iE6 is forced to work in mobile browser mode. There is limited functionality there.
alexvd, does MT honestly think that site visitors will rush to change the software to be able to populate content?
alexvd, does MT honestly believe that site visitors will rush to change the software to be able to populate content?
We absolutely think it's not worth it for the vanishingly small number of users on IE6 to make sites that don't use modern and user-friendly features.
Not to be rude, but there's no point in seriously talking about full-featured support for IE6 in 2011. No need to show the percentages of IE6, everyone knows them. This is a principled and deliberate decision.
We've implemented normal and acceptable functionality for IE6 users and that's enough.
Here is the code section - searching of deals from the history:
When you try to get a magic number - 0 (zero) is returned. Although the deal is in the history. Its ticket is obtained correctly through the HistoryDealGetTicket and is equal to the ticket of the deal in the history in the terminal.
Maybe, what I'm doing wrong?
The peculiarity is that the deal was opened by the Expert Advisor through a pending order and was closed manually. Doesn't this reset the magician to zero?
Question: Is there any way to change and set the candle opening time or is this hardwired? Thanks in advance.
The peculiarity is that the trade was opened by EA through a pending order and closed manually. Isn't the magician reset in this case?
Here is the code fragment - searching of deals from the history:
When you try to get a magic number - 0 (zero) is returned. Although the deal is in the history. Its ticket is obtained correctly through the HistoryDealGetTicket and is equal to the ticket of the deal in the history in the terminal.
Maybe I'm doing something wrong?
The peculiarity is that the deal was opened by the Expert Advisor through a pending order and was closed manually. Doesn't that reset the magician to zero?
As I understand it, before obtaining the properties of a specific deal, you need to select it using HistoryDealSelect
The HistoryDealSelect
It selects the deal in the history for further access to it through the appropriate functions. Returns true if the function completes successfully. Returns false when the function fails. To get the information about the error, you need to call the GetLastError() function.
boolHistoryDealSelect(
ulong ticket// transaction ticket
);
Parameters
ticket
[in] Ticket
Returned value
Returns true if successful, otherwise false.