How to get the Histogram on MACD

 

Hello all,

Can some one tell me how I can get the value of MACD histogram?

I'm using

iMACD(NULL,0,12,26,9,PRICE_CLOSE,MODE_SIGNAL,1) to get the signal and

iMACD(NULL,0,12,26,9,PRICE_CLOSE,MODE_MAIN,1) to get the MACD

but not sure what I need to use to get the value of Histogram?

Thank

Kam

 

Macd Histo

knili:
Hello all,

Can some one tell me how I can get the value of MACD histogram?

I'm using

iMACD(NULL,0,12,26,9,PRICE_CLOSE,MODE_SIGNAL,1) to get the signal and

iMACD(NULL,0,12,26,9,PRICE_CLOSE,MODE_MAIN,1) to get the MACD

but not sure what I need to use to get the value of Histogram?

Thank

Kam

Histogram is MAIN minus the SIGNAL

 

Here it is , u Welcome

Files:
_i_macd.ex4  4 kb
 

Did you get the value of histogram of MACD?would you share it?

knili:
Hello all,

Can some one tell me how I can get the value of MACD histogram?

I'm using

iMACD(NULL,0,12,26,9,PRICE_CLOSE,MODE_SIGNAL,1) to get the signal and

iMACD(NULL,0,12,26,9,PRICE_CLOSE,MODE_MAIN,1) to get the MACD

but not sure what I need to use to get the value of Histogram?

Thank

Kam

Did you get the value of histogram of MACD?would you share it?

 
chenamis:
Did you get the value of histogram of MACD?would you share it?

This one here is it

iMACD(NULL,0,12,26,9,PRICE_CLOSE,MODE_MAIN,1);

Reason: