Question About Custom Buttons

 
Is it possible to create parameters for an EA to hide buttons that are part of chart buttons/panel?   I'd like to find a way to hide panel buttons that are not being used.   For example if I have a Buy, Sell, Close, etc clickable chart panel buttons, but I only want to show the BUY button on the chart and not the others.  Any info is appreciated.
 
tradeking2008:
Is it possible to create parameters for an EA to hide buttons that are part of chart buttons/panel?   I'd like to find a way to hide panel buttons that are not being used.   For example if I have a Buy, Sell, Close, etc clickable chart panel buttons, but I only want to show the BUY button on the chart and not the others.  Any info is appreciated.

You can use ObjectDelete whenever you do not need the button.

 
Thank you!