Use the MACD Histogram
-
Hello,
I want to use the MACD Histogram for my EA. But you can only choose between Main Line and Signal Line.
I want to check if the pillars (histogram) are rising or falling.
I now that I can do it by taking and comparing the EMA values, since the Histogram is calculated by EMAs, but this is very complex.
Long story short, can I find the Histogram Value somewhere else?
Thanks in advance
Siggi -
@siggi12345 yes you can, the histogram is this indicator (weirdly enough)

-
To clarify:
- "main line" is the MACD value (which is difference between 2 emas of price)
- "signal line" is 9-period MA of the MACD
- "histogram" is the difference between main line and signal line