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

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
So, in order not to bother him, you have to gather all the items prepared for removal into a list in the right order (in whatever order you want), and remove them "by name" by looking at the list. That way, the correct order of deletion is sure to be respected.
can you tell me how?
Can you tell me how?
Exactly the same way - go through all the open trades, select the right tickets in an array - here's your list.
A long-standing indicator. What prevents it from updating in real time?
ExtMapBuffer4, ExtMapBuffer3 are arrows, only appear on first start or after calling up settings.
Question - how do I remove the display of auxiliary buffers from the indicator window, as well as their drawing styles from the menu?
Question - how do I remove the display of auxiliary buffers from the indicator window, as well as their drawing styles from the menu?
It is possible to
You can do that.
I can do that too. :)
I delete buffer lines #property indicator_color, SetIndexStyle. But the menu displays the line colour as black.
If I removeSetIndexBuffer lines with unnecessary buffers, the variables dependent on the deleted ones are no longer displayed.
Question - how do I remove the display of auxiliary buffers from the indicator window, as well as their drawing styles from the menu?
Should their values be visible in the data window?
No. These are just auxiliary variables to calculate the main ones.