MACD indicator - page 150

 
mladen:
It has been told quite a few times : if the mq4 file was not posted, then the ex4 file will be available. Since the ex4 file has no limitations at all, there is no reason whatsoever to post mq4 file too

thank you mladen for share ex4 file....would you share that indicator (ex4 file) with setting macd bar  auto setting with widht of candlestick in mt4...

 thank you Sir

 

Hello Mladen,Mr Tool

Sir i am a day scalper and i believe in MACD,i had tried some but i didnt got success,Sir in my previous comment i had mention You about MACD-Silver,Sir one last request could You send me MACD with best result and alert in it.

 I be very great full to You.

Thank You in Advance 

 

Hi Friends,

Anybody has the latest version of the attached indicator which works in the latest build of Mt4?


Thanks in advance.

Files:
 

Future MACD

Some of you have probably been using in some period of trading the indicator called "future macd"
I have seen a couple of versions, but frankly, they all had issues that are not justified. Like, fixed price, signal method and some more things. Here is a version (and it is, as it can be seen from the code, as simple as it gets). It is trying to "predict" (estimate) what will the macd look like up to FastEma period bars into the future
___________________________________
PS: be advised that the future bars are going to repaint/recalculate - there is no way to prevent that
PPS: no, no need for more buffers, and yes - those two lines of code are all that is needed to calculate this version of future macd



Files:
 

Future MACD 2

And here is this version

While the above version is using the built in ema for calculation, this version is using my type of calculation. And since the built in ema is adding a new instance of ema for each new period used, it is actually a sort of a macd of nnn emas. This version is a completely different story. You might call it an "adaptive indicator to the extremes.

Both are having exactly the same values up to the current bar and both are going to repaint/recalculate the future values. Except that this version is having the "future" values of macd much closer to any future macd value (that will be obvious even after a couple of minutes of using them).

But since both are going to repaint do not use any of the versions for "future" signals (the signals marked by the colored zone in this indicator). The first version was posted to show how it is done. This version is posted to try to make the "future" prediction a bit less random. Enjoy



Files:
 
Trading signals: Reverse polarity subscription expires tomorrow 11:44. Renew: https://www.mql5.com/en/signals/334437
Expert macd histo
Expert macd histo
  • 2007.03.08
  • www.mql5.com
I seek an expert avisors who uses histograme macd. the histograme going to the line 0 it going to buy and sell in the opposite direction...
 

Hi everyone, maybe someone can fix this old indicator?

macd_osma_4colorlh.mq4 ====> this is not showing anything when put in chart

Files:
 
AnthonyIvan:

Hi everyone, maybe someone can fix this old indicator?

macd_osma_4colorlh.mq4 ====> this is not showing anything when put in chart

Delete lines from 72 to 79, and paste the following.

SetIndexBuffer(0,ind_buffer1);
SetIndexBuffer(1,ind_buffer1s);
SetIndexBuffer(2,ind_buffer2);
SetIndexBuffer(3,ind_buffer2s);
SetIndexBuffer(4,ind_buffer4);
SetIndexBuffer(5,ind_buffer5);
SetIndexBuffer(6,ind_buffer3);
 
Naguisa Unada:

Delete lines from 72 to 79, and paste the following.


WOW, it cured now, thank you very much Naguisa Unada 

 

hi everyone, 

ive searched and searched buti just cant find what I need,

<Deleted> 

Reason: