One Click Trading panel Show/Hide MQL command

 
Hi. Does anyone know MQL command for Show/Hide One Click Trading panel? Thx.
 
Juraj Ondrusek:
Hi. Does anyone know MQL command for Show/Hide One Click Trading panel? Thx.

This will not a simple command.. this must be too much coding

please check it out in code base 

 
Khurram Mustafa:

This will not a simple command.. this must be too much coding

please check it out in code base 

yes you are correct

code base or the freelance

https://www.mql5.com/en/job/new 

 
I do not see One Click Trading panel commands in code base
 
Juraj Ondrusek:
I do not see One Click Trading panel commands in code base
Juraj please see message section 
 
Juraj Ondrusek:
Hi. Does anyone know MQL command for Show/Hide One Click Trading panel? Thx.
There is no such command in mql.
 

Hi Dear,

Follow the following steps:

1- Open a chart and open or close the "one-click trading panel" manually.

2- Right-click on chart an save the template manually.

3- Now you have a template file than can be loaded on any chart Programmatically. Loading the template will result to open or close the panel. Use ChartApplyTemplate() command.

 
M. R. Habibi:

Hi Dear,

Follow the following steps:

1- Open a chart and open or close the "one-click trading panel" manually.

2- Right-click on chart an save the template manually.

3- Now you have a template file than can be loaded on any chart Programmatically. Loading the template will result to open or close the panel. Use ChartApplyTemplate() command.

Overcomplicated as you have now an mql command :

ChartSetInteger(0,CHART_SHOW_ONE_CLICK,true);
Reason: