use iCustom or imacd
He wants to add the indicator to the chart.
Alain Verleyen:
He wants to add the indicator to the chart.
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
You can make a template with this indicator and call ChartApplyTemplate
s050399b:
what do you mean?
what do you mean?
Exactly what he says.
ChartApplyTemplate()
https://www.mql5.com/en/docs/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.
You can make a template with this indicator and call ChartApplyTemplate
s050399b:
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.
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.
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.
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


You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
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?