Indicators with alerts/signal - page 22

 

Thanks for the great thread for alerts:)

Is there any alert for when Price crosses a Particular (daily) Pivot/suppor/resistance line?

TIA.

Kent.

 

Alert/Arrow on ADX Cross. TIA

Hi Can anyone tell me why this code is not working?

I am trying to modify the alert ADX crosses and include one condition where it should display the up/down arrows ONLY when the ADX line is above 25.

Currently, it is displaying the arrows even the ADX line is below 25. I find if the ADX is below 25 the trend is narrow or thin trend.

Thanks for your help in advance. This is a part of the ADX cross Indicator.

----------------------

if((ADXVAL >= 25) && (b4plusdi > b4minusdi && nowplusdi < nowminusdi))

ExtMapBuffer1 = Low - nShift*Point;

if((ADXVAL >=25 ) && (b4plusdi nowminusdi))

ExtMapBuffer2 = High + nShift*Point;

-----------------------

I am not a programmer. Just trying to modify the code to include the condition. I am trying to get alert on trading on the above setup where the alert will indicate when the ADX cross occurs but when the ADX line is above 25 indicating a trend.

Thanks for your help in advance.

Kent

 

Is alert possible for this indicator

I want that this indicator would alert me if it will change his color again. Would it be possible ???

 
 

ang_Zad_(C)

Does anyone have a 'Wav.' alert for a cross of the indicator 'ang_Zad_(C)'? If not, can someone put one in for me...please!

 

found this on my old PC..hope that it can help u guyz...

 

Sound alert

Thanks Freeziy, I'll try it tonight & let you know

 

ang_Zad_(C) Cross

Hi Freeziy

Sorry, but it is not the one I'm looking for. It generates too many crosses compared to the ang_Zad.

Thanks for the interest, I appreciate it

Come on you programmers, jump in and give me a sound alert!

 

ang_Zad alert

Hey Freeziy! You were right your indicator is the same as the ang_Zad

Sorry about that, & many thanks for the alert.

 

Here's a Juice indicator with working alert

The alert never worked on any version so I changed it, try this one out!

Reason: