Hi,
I am coding an indicator which uses a de-tached chart.
What is the chart_property to disable the toolbar on a detached chart?
I don't want to have to right-click it and select "toolbar" item to disable. I need to do it programatically but I couldn't find the property to disable/enable the toolbar on detached charts.
(I looked for it here: https://www.mql5.com/pt/docs/constants/chartconstants/enum_chart_property )
Thanks in advance
Hi,
I am coding an indicator which uses a de-tached chart.
What is the chart_property to disable the toolbar on a detached chart?
I don't want to have to right-click it and select "toolbar" item to disable. I need to do it programatically but I couldn't find the property to disable/enable the toolbar on detached charts.
(I looked for it here: https://www.mql5.com/pt/docs/constants/chartconstants/enum_chart_property )
Thanks in advance
I have worked out how to achieve this here:

- 2020.04.18
- www.mql5.com

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi,
I am coding an indicator which uses a de-tached chart.
What is the chart_property to disable the toolbar on a detached chart?
I don't want to have to right-click it and select "toolbar" item to disable. I need to do it programatically but I couldn't find the property to disable/enable the toolbar on detached charts.
(I looked for it here: https://www.mql5.com/pt/docs/constants/chartconstants/enum_chart_property )
Thanks in advance