SnaiPear wrote:
FX5: I don't know then what it's called, but thake a look at this screenshot! It's
the simple "MACD" indicator from the indicators list of MT4.
I compared the signals and they are not the same on your version and this what
I call "oscillator".
The indicator in you chart is the regular MACD, which is used in my indicator. The
diffirance is in shape only. My indicator plots MACD as a line instead of the histogram
in your chart.
If you are more comportable with the histogram, you can modify the code to change
how do you want MACD to appear.
Change the following code:
SetIndexStyle(2, DRAW_LINE);
to:
SetIndexStyle(2, DRAW_HISTOGRAM);
and you will have it done :-)