Indicators with alerts/signal - page 1459

 
oguzhanatman:
Colud you add alert this indicator when divergence occurs?

Check this one

 

Mr Mladen ,

Can you add the reverted signal to this zigzag indicator , same like the fractal indicator you did ?

   if (currentBar != previousBar || currentSignal != previousSignal)
   {
      if (currentSignal != previousSignal && currentBar > previousBar && previousLevel != -1)
            string alertText = "reverted to ";
      else         alertText = "current signal ";            
      switch(currentSignal)
      {
         case  0 : doAlert(text+alertText+"up/down"); break;
         case  1 : doAlert(text+alertText+"up");      break;
         case -1 : doAlert(text+alertText+"down");
      }               
Files:
 

Hi Mladen

I need this Indicator  =  GRAALUn-HISTO ( Color + Alarm + Flash )

help me

Thanks


 
alozard:

Hi Mladen

I need this Indicator  =  GRAALUn-HISTO ( Color + Alarm + Flash )

help me

Thanks


Check this thread : https://www.mql5.com/en/forum/179650

 
mladen:

Check this one

Thank you mladen.
 

Dear Mr.Mladen

i want this indicators are repaint or not, pls help

i used this high value for day trade

thanks

Files:
QQEA.ex4  11 kb
QQE ADV.ex4  11 kb
 
Raajkeyan:

Dear Mr.Mladen

i want this indicators are repaint or not, pls help

i used this high value for day trade

thanks

There are a lot newer versions,use some newer one instead without repainting doubts.
 
Hello Mladen, please help me to change the alert sound of the attached indicators  to normal mt4 alert, with a message or notification for individual currency pairs  whenever the dots appears  and the  options of on/off  once  or continuous  alarm options, for  the alert . 
Files:
 
henrykfx:
Hello Mladen, please help me to change the alert sound of the attached indicators  to normal mt4 alert, with a message or notification for individual currency pairs  whenever the dots appears  and the  options of on/off  once  or continuous  alarm options, for  the alert . 
It is using the sound that is normally used for alerts. What sound do you have in mind exactly?
 
mladen:
It is using the sound that is normally used for alerts. What sound do you have in mind exactly?
Thanks , i do not know  sound files names but the common files that sound like bell, distinct and different from this.
Reason: