Indicators with alerts/signal - page 82

 
boostedtrader:
Please, anybody can put alert to this indicator?

I tried xpMA_V2 and set MA_type to 8(hma), but no luck.

Thanks

Try this. It has pop-up and e-mail alert.

 

HI banzai can you add an alert here please,

THANKS

 
fxinthecity:
HI banzai can you add an alert here please, THANKS

I added one to this

 
jsmith43:
I need a signal arrow and audio alert for this indicator at the cross over point

I know you coders are inundated with requests.

I hope one of you can find time to help me out .

It's a great indicator

Thanks in advance

Well you need to post thecode for anyone to do that

 

Alert needed

Sorry, Increase never had any experience with this code stuff before

I hope this is what you need

Thanks

//--------ang_Zad (C)-------------------

#property indicator_chart_window

#property indicator_buffers 2

#property indicator_color1 Blue

#property indicator_color2 Red

//----------------------

extern double ki=4;

//--------------------

double za[],z,za2[],z2;

//********************************************************

int init(){

SetIndexStyle(0,DRAW_LINE);

SetIndexBuffer(0,za);

SetIndexBuffer(1,za2);

return(0);}

//********************************************************

int start() {

int i,cbi;

int n,ai,bi,f,ai2,bi2,f2;

cbi=Bars-IndicatorCounted()-1;

//------------------------------------------------------------------------------------------------------------------------------

for(i=cbi; i>=0; i--) {

if (Close>z && Close>Close) z=za+(Close-za)/ki;

if (Close<z && Close<Close) z=za+(Close-za)/ki;

if (Close>z2 && Close<Close) z2=za2+(Close-za2)/ki;

if (CloseClose) z2=za2+(Close-za2)/ki;

if (i>Bars-5) {z=Close; z2=z;}

za=z;

za2=z2;

}

//------------------------------------------------------

return(0);}

//********************************************************

 
increase:
I added one to this

Thanks but you changed the indicator totaly, i just needed an alert if a dot comes, and not histogramm indicator.

 

Can someone add an alert to this indicator.

I need always Alert if Dot comes.

Regards

 

can you add an alert here please

 

can you add an alert here please

 

i am attaching elliott wave oscillator, can someone put an alert on the first histogram bar after 0 level is crossed?

thanks!

Reason: