Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes - page 951

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
You need to find the last order that was opened. Find its ticket. Then in the list of object names we will look for the occurrence of substrings with the last order ticket found in the object name line. As soon as we find the ticket of the last order in the object name, it is the necessary text. All that remains is to extract what you need from this graphical object.
Hmm. Complicated, but I'll try!!!!!!
Please give me a hint too :)
Please give me a hint too :)
On the zero bar, display all the calculated values in the comments on the chart - you will see immediately which one makes the indicator give out large values.
i can put indicators and what is the problem. indicators are installed in the same mt4 account from the same forex clab on other computers. on this computer everything is off (antiviruses brandmaura), but why do indyuki immediately removed when i put a tick import dll. please tell me who to contact at least. I do not have a problem with them.
You should contact the author of the indicator. Author's contacts are usually found in the "header" source.
Specifically: order book writes unit rizon 8 and code....not the top few lines in the screenshot.
Reasons for deinitialisation
Expert Advisor deinitialisation reason codes returned by UninitializeReason(). Can have any of the following values:
Constant
Value
Description
REASON_PROGRAM
0
Expert has stopped its work by calling ExpertRemove()
REASON_REMOVE
1
Program removed from the chart
REASON_RECOMPILE
2
Program recompiled
REASON_CHARTCHANGE
3
The chart symbol or period has been changed
REASON_CHARTCLOSE
4
The chart is closed
REASON_PARAMETERS
5
Input parameters were changed by the user
REASON_ACCOUNT
6
Another account was activated or reconnected to the trade server because the account settings were changed
REASON_TEMPLATE
7
Another chart template was applied
REASON_INITFAILED
8
A sign that the OnInit() handler has returned a non-zero value
REASON_CLOSE
9
Terminal was closed
You need to look at the code of the OnInit() handler