Indicators with alerts/signal - page 178

 

Add an alarm for this indicator!??

Can someone just add an alarm with pop up alert and wav when the line crosses in this alert. OR if we already have it, point me to the post..I could not find one but seems to make enough sense to add one!

thanks!

Brian

 
 
 

 

cool jaw breakout alert

 
 
 

mango, do you think it can give alert on asctrend?

 

add alert on top of the arrow to an indicator

Im trying to add alert on top of the arrow to an indicator, so sound, email alert, with the arrow on the screen.

int init()

{

//---- indicator line

IndicatorBuffers(2);

SetIndexStyle(0,DRAW_ARROW);

SetIndexArrow(0,234);

SetIndexStyle(1,DRAW_ARROW);

SetIndexArrow(1,233);

SetIndexBuffer(0,val1);

SetIndexBuffer(1,val2);

//----

return(0);

}

This is the onlything has something to do with the ARROW. But in the start(), I do not see anything that mention any of these value or anything has arrow, style in it. All there is are simple calculation, and , if, and so on.

Out of idea how it put arrow in the chart, otherwise I can just add it near it and put alert, and email alert on at the same location.

 

Stochastic histogram

Hi i was wondering if anybody has a Stoch Histogram with email/ audio alerts? if not it would really mean a lot to me if someone could code it for me...

Thanks

Reason: