MACD Histogram for MQL4

 

Hello Everyone,

Can anyone give me hint for how to get the MACD Histogram values? the bars

<Image Deleted>

 
MOHAMED AMR MOHAMED OSAMA I ABDELWAHAB:

Hello Everyone,

Can anyone give me hint for how to get the MACD Histogram values? the bars

<Image Deleted>

Your MACD is not the standard MT4 MACD so find out which buffer stores the values of the histograms and use iCustom to get the values of the buffers.

 
Keith Watford:

Your MACD is not the standard MT4 MACD so find out which buffer stores the values of the histograms and use iCustom to get the values of the buffers.

Thank you for your answer, so are you referring to custom indicator?

Or you mean to calculated by my code, I prefer this option

 
MOHAMED AMR MOHAMED OSAMA I ABDELWAHAB:

Thank you for your answer, so are you referring to custom indicator?

Or you mean to calculated by my code, I prefer this option

Calculating the values separately in your code is a waste of time.

Use iCustom.

 
Keith Watford:

Calculating the values separately in your code is a waste of time.

Use iCustom.

Oh, I think it is just the difference between main and signal, is this correct 

 
MOHAMED AMR MOHAMED OSAMA I ABDELWAHAB:

Oh, I think it is just the difference between main and signal, is this correct 

I don't know what you are talking about.