MACD Histogram

 
How do I change the histogram into a line? I want two lines for MACD.Thanks
 
1. Take MACD.mq4 custom indicator and open it with MetaEditor
2. Change DRAW_HISTOGRAM to DRAW_LINE and compile it
3. Use MACD custom indicator instead of MACD bult-in indicator