Macd Histo
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
KamHistogram is MAIN minus the SIGNAL
Did you get the value of histogram of MACD?would you share it?
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
KamDid you get the value of histogram of MACD?would you share it?
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);

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
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