MACD vlaues

 

I want to be able to get the 2 values per bar that I see in MACD.

For instance: The red line, versus the top or bottom of the histogram.

How do I get those values? I only see one value returned by MACD.

iMACD(NULL,0,12,26,9,PRICE_CLOSE,MODE_MAIN,0) this only returns one value.

Thanks for you help with a struggling newbie.

 
iMACD(NULL,0,12,26,9,PRICE_CLOSE,MODE_SIGNAL,0)
 
qjol:

Got it... thanks.... it's working for me.
Reason: