Indicators with alerts/signal - page 66

 
mily2006:
Hi dear friends,

I want to say I love this great forum very much.I'm new to forex.

Although my english is poor,I could learn a lot from here.

I found an indicator which fit my tradding style.it's very nice.but have no alert.

So I hope someone can add email alert when the arrows appear.

Can anyone help me ?

Would appreciate the help!

Thanks a lot.

mily2006

Have a try of this on a 5 min TF

 

Add Alert

Ok..someone please help me fix this alert.

this alert give a sound when the price is up dan down..so it make a noise..

so please someone help me to make this alert just give sound once when arrow appear.

for(i = limiter; i > 0; i--)

{

if (highPoint(i))

{

if (ShowArrows)

{directionDownBuffer = 0;

PlaySound("alert.wav");

Alert("UPTREND SIGNAL");

}

accumVol=0;

candleCount=reset;

referenceLevel=High;

}

if (lowPoint(i))

{

if (ShowArrows)

{directionUpBuffer = 0;

PlaySound("alert.wav");

Alert("DOWNTREND SIGNAL");

}

 
increase:
Have a try of this on a 5 min TF

MTF this is what I need to,thanks increase.you are so great.

But it makes a noise,it gives a wrong alert.we just need it give right alert when arrows appear.not always noisy when price change.

hope to adjust

 

LSMA in color with alert is on this post(thanks MrPip).

 

Here you go

mily2006:
Hi dear friends,

I want to say I love this great forum very much.I'm new to forex.

Although my english is poor,I could learn a lot from here.

I found an indicator which fit my tradding style.it's very nice.but have no alert.

So I hope someone can add email alert when the arrows appear.

Can anyone help me ?

Would appreciate the help!

Thanks a lot.

mily2006

arrows&curves lucas1 indicator changed to alert (once per direction)

Just choose what alerts do you want to receive

 
mily2006:
MTF this is what I need to,thanks increase.you are so great.

But it makes a noise,it gives a wrong alert.we just need it give right alert when arrows appear.not always noisy when price change.

hope to adjust

Sorry i did not spend a lot of time on this one, try this and you can play around with the setting 'alert' change to something lower until it sounds at the right time

 
chip82:
Ok..someone please help me fix this alert.

this alert give a sound when the price is up dan down..so it make a noise..

so please someone help me to make this alert just give sound once when arrow appear.

for(i = limiter; i > 0; i--)

{

if (highPoint(i))

{

if (ShowArrows)

{directionDownBuffer = 0;

PlaySound("alert.wav");

Alert("UPTREND SIGNAL");

}

accumVol=0;

candleCount=reset;

referenceLevel=High;

}

if (lowPoint(i))

{

if (ShowArrows)

{directionUpBuffer = 0;

PlaySound("alert.wav");

Alert("DOWNTREND SIGNAL");

}

No body can help me?

 

Indicator request

Hi.

I'm looking for an ADX alert (email). I know there are a few around, but they all operate on the +DI & -DI cross; I'm looking for one that gives a signal when the ADX crosses 30 on the way up.

Anyone know of one?

 

Adding Arrows!

Hello everyone!

Can anyone add arrows or signals to this indicator?

Many thanks!

Indicator: MTF_xpMA_v2SATL.mq4

 
Reason: