Questions from Beginners MQL5 MT5 MetaTrader 5 - page 1012
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
Tell me if this makes sense:
Tell me if this makes sense:
It's like arguing about the tastes of felt-tip pens.
Can you tell me if resizing a dynamic array using the ArrayResize function should not decrease the amount of memory used by the EA? ( I check it using the MQLInfoInteger(MQL_MEMORY_USED) function
Here is the code:
Here is the result:
Frankly speaking, the result is a bit unexpected for me. I expected the program to use twice less memory in the second case.
Is it possible to apply your own template for visualisation in the tester? Not a template with the name of the expert, but by default.
Open a new timetable. Sketch something on it. Right-click on the resulting chart - Save template ... -> tester.tpl
Now visual testing will run with the template you created.
Open a new timetable. Sketch something on it. Right-click on the resulting chart - Save template ... -> tester.tpl
Now visual testing will run with the template you created.
Thank you very much.
Another question. How can I programmatically check for a custom indicator without using iCustom ? Like FileIsExist.
Request the total number of indicators on the chart and search in the loop by short indicator name.
Query the total number of indicators on the chart and search in the loop for the short indicator name.
Clarification. Not on the chart, but in general. To find out if there is an indicator in the "set". In the indicators folder.
Here, for example, I have my indicator A that uses another custom indicator B. If A does not get the handle of B when I start it, A will not start.
But if I start an owl using A, then A does not start and the owl does not close despite:
Clarification. Not on the chart, but in general. To find out if the indicator is in the "set". In the indicators folder.
Can you also clarify what this is for?