If you had used this you would have found that it is a very old question with no real solution.
Create one template with them on it and one (perhaps Default.tpl) without. Applying the templates can be done by code, or manually by Chart → Right-click → Template → click
but if i use this style, all my drawing will be erased right?
Hi,
Is ther any possibility to create a script or expert advisor to have a button to hide/unhide several indicators.
For instance, the program will have several indicators such as bollinger band and MA as built in indicator. and there is a button to toggle hide/unhide the indicators at once.
Tq
it can be done
if you know each indicator's shortname
using
ChartIndicatorDelete();ChartIndicatorAdd();

- 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,
Is ther any possibility to create a script or expert advisor to have a button to hide/unhide several indicators.
For instance, the program will have several indicators such as bollinger band and MA as built in indicator. and there is a button to toggle hide/unhide the indicators at once.
Tq