Indicators with alerts/signal - page 189

 
Linuxser:
Your indicator it's a renamed version of this one: https://www.mql5.com/en/forum/177619

Thanks Linuxser but the indicator listed there doesn't have an alert. Do you know where I might find one?

 
Bradev:
Thanks Linuxser but the indicator listed there doesn't have an alert. Do you know where I might find one?

With the attach tool try to download from current thread the indicator named as the original but with a size of 3.2kb because that one have alert on the code as I see:

if (cci >= 0 )

cciHup = cci;

else

cciHup = 0;

if(cciHup == 0 && alertTag!=Time[0]) {Alert("FX Sniper T3 Trend Up on ",Symbol()," Period ",Period());alertTag = Time[0];}

if (cci < 0 )

cciHdn = cci;

else

cciHdn=0;

if(cciHdn == 0 && alertTag!=Time[0]) {Alert("FX Sniper T3 Trend Down on ",Symbol()," Period ",Period());alertTag = Time[0];}

 

Macd dot indicator + email alert

Can someone please add an email alert to the MACD dot indicator? TIA!

 
Linuxser:
Your indicator it's a renamed version of this one: https://www.mql5.com/en/forum/177619

Thanks Linuxser, this is just what I was looking for.

 

MA Crossover (help)

Hi there fellow traders,

Could anyone out there with programming skills please help me out here? Add a adjustable Shift = 0 the default setting to MA

can anyone please help?

thanks in advance

 

Could anyone make this alert?

find it quite similer one.

 

Email needing Adding to This?

Hi all,

could anyone please add an email alert to this indicator if you get time?

Many thanks in advance.

Brandoni

 

TriggerLinesAlertEmail.mq4 updated :https://www.mql5.com/en/forum

 

Thanks

Many Thanks FXBS for your time and skill.

Regards

Brandoni

 

I cant see the email input?

Hi FXBS,

I have opened the triggerlines alert with email, however I cannot see the input to allow me to set up my email?

Am i missing something?

Regards

Brandoni

Reason: