You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
My manual values are the same as the averages projected in MT. The question is where do the MACD values come from, as the MACD is sort of a FastMA-SlowMA.
The MACD is FastMA-SlowMA smoothed by SignalMA.
MACD is FastMA-SlowMA smoothed SignalMA.
>> Agreed. We are talking about the MACD histogram. After all, the histogram does not depend on SignalMA. The results are taken from the histogram. It seems to be a simple formula. After all, the MACD oscillator is the difference in histograms. Isn't it?
MACD Line = Fast MA - Slow MA
Signal Line = MA(MACD Line)
MACD Histogram = MACD Line - Signal Line
Oscillator of MACD = MACD Histogram 1 - MACD Histogram 2
The formula for a traditional MACD:
MACD = EMA(12,close) - EMA(26,close) [as a line]
Signal = EMA(9,MACD) [ as a line ]
Histogram = MACD - Signal [as a histogram]
Instead, MT has the wrong MACD, which is also displayed as a bar graph, which can be misleading for some traders.
MACD = EMA(12,close) - EMA(26,close) [as a histogram]
Signal = SMA(9,MACD) [as a line]
But there are variants
In Forex Strategy Builder:
MACD = EMA(12,close) - EMA(26,close) [as line] - Blue line
Signal = EMA(9,MACD) [as a line] - Yellow line
Histogram = MACD - Signal [as a histogram] - Histogram (red/green bars)
The method of smoothing can be selected separately for MACD Line and Signal Line. That allows you to make them like in MT.
MACD Line = Fast MA - Slow MA
Signal Line = MA(MACD Line)
MACD Histogram = MACD Line - Signal Line
Oscillator of MACD = MACD Histogram 1 - MACD Histogram 2
Signal Line = MA(MACD Line) but the smoothing method is not specified in FSB; is it the same as the MACD Line?
You are right. In "Oscillator of MACD" both MACD line and Signal line use the same method of smoothing.
----
Edit.
It's probably better to add "smoothing method" parameter to Signal line also.
I'll make it shortly.
You are right. In "Oscillator of MACD" both MACD line and Signal line use the same method of smoothing.
----
Edit.
It's probably better to add "smoothing method" parameter to Signal line also.
I'll make it shortly.
Yes, I agree, but his absence has led me down the wrong path. Thank you for your help.
You are right. In "Oscillator of MACD" both MACD line and Signal line use the same method of smoothing.
Signal line period = 9?
I'll add more parameters to "Oscillator of MACD" in the next beta.
Signal line smoothing method:
- Smoothed,
- Weighted,
- Exponential,
- Simple.
Signal line 1 period;
Signal line 2 period;
What to compare:
- Histogram 1 to Histogram2,
- Signal line 1 to Signal line 2,
- MACD line 1 to MACD line 2.
Expect it tomorrow in the evening.