MACD indicator - page 139

 

Could you please fix this indicator? History appears fine, but last bars data are not calculated/refreshed

Thank you

 
chriseel:

Could you please fix this indicator? History appears fine, but last bars data are not calculated/refreshed

Thank you

That is the problem with the "all averages" - it has to be completely recoded

Use the macd that uses "averages" for calculation instead

 
mladen:

That is the problem with the "all averages" - it has to be completely recoded

Use the macd that uses "averages" for calculation instead

Is there one that uses the Hull MA and plots the OsMA too, like the above?
 
chriseel:
Is there one that uses the Hull MA and plots the OsMA too, like the above?

Check this : https://www.mql5.com/en/forum/175037/page883


 

MACD Histogram With Impulse System


Files:
 
I am looking for MACD SMA histogram, MACD standard EMA i need it with SMA

any one have this indicator
 
gozila:
I am looking for MACD SMA histogram, MACD standard EMA i need it with SMA

any one have this indicator

gozila

Metatrader built in MACD is using SMA (for signal line, if that is what you mean, since you are looking for histogram then simply use the built in OSMA indicator)

 
mladen:

gozila

Metatrader built in MACD is using SMA (for signal line, if that is what you mean, since you are looking for histogram then simply use the built in OSMA indicator)

No...

MACD built in metatrader as you know:

MACD = EMA(CLOSE, 12) - EMA(CLOSE, 26)

SIGNAL = SMA(MACD, 9) 

I need:

MACD = SMA(CLOSE, 12) - SMA(CLOSE, 26)

SIGNAL = SMA(MACD, 9) 


 
gozila:

No...

MACD built in metatrader as you know:

MACD = EMA(CLOSE, 12) - EMA(CLOSE, 26)

SIGNAL = SMA(MACD, 9) 

I need:

MACD = SMA(CLOSE, 12) - SMA(CLOSE, 26)

SIGNAL = SMA(MACD, 9) 


Check this post : https://www.mql5.com/en/forum/178018/page90

You can chose any of the available average types in it for calculation

 
Sorry mladen i checked this page but i can not find it ....if you can help me 
Reason: