How do I draw MACD in the sub windows from code (MQL4)

 

How do I draw MACD in the sub windows from code (MQL4)?

 

I know I can remove the indicator by calling ChartIndicatorDelete.

But how do I call it from code? 

 
use iCustom or imacd
 
Aleksei Beliakov:
use iCustom or imacd
He wants to add the indicator to the chart.
 
Alain Verleyen:
He wants to add the indicator to the chart.

Yes, I want it to add into chart.

 I was thinking of calling MACD to the chart by pressing a key, and remove it by pressing a key via CHARTEVENT_KEYDOWN.

 
You can make a template with this indicator and call ChartApplyTemplate
 
Aleksei Beliakov:
You can make a template with this indicator and call ChartApplyTemplate
Can't do that, lots of stuffs on my chart
 
s050399b:
what do you mean?

Exactly what he says.

ChartApplyTemplate()
https://www.mql5.com/en/docs/chart_operations/chartapplytemplate
Documentation on MQL5: Chart Operations / ChartApplyTemplate
Documentation on MQL5: Chart Operations / ChartApplyTemplate
  • www.mql5.com
Chart Operations / ChartApplyTemplate - Reference on algorithmic/automated trading language for MetaTrader 5
 
Aleksei Beliakov:
You can make a template with this indicator and call ChartApplyTemplate
It will stop your calling code.
 
s050399b:

Yes, I want it to add into chart.

 I was thinking of calling MACD to the chart by pressing a key, and remove it by pressing a key via CHARTEVENT_KEYDOWN.

You need to use WinAPI call, I already posted the code on this forum, but can't find it now as the Search Engine is not working once again.
 
Alain Verleyen:
You need to use WinAPI call, I already posted the code on this forum, but can't find it now as the Search Engine is not working once again.

https://docs.mql4.com/chart_operations

 

Is there a way to Close a sub window?

 

I am calling MACD from my indicator, and when I remove the MACD indicator, it will remove my indicator too.

 I need my indicator to be running, just remove the MACD indicator or remove the sub window 

Chart Operations - MQL4 Reference
Chart Operations - MQL4 Reference
  • docs.mql4.com
Chart Operations - MQL4 Reference
 
is there a search function on the forum? i couldn't find it
Reason: