Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
I am in need for an alert for Arrow_RSI-8_cross-55 45. The alert that this indicator already has, has problems. It gives me a alert when there is no arrow. So what i am asking is can anyone modify it so it gives me an alert when a arrow appears, and if anyone could add an email alert option to it too, i would be more then grateful
I am in need for an alert for Arrow_RSI-8_cross-55 45. The alert that this indicator already has, has problems. It gives me a alert when there is no arrow. So what i am asking is can anyone modify it so it gives me an alert when a arrow appears, and if anyone could add an email alert option to it too, i would be more then grateful
LordFx
Here you are I fixed it for you
__________________
New to Forex? Get all you need for Free at my site Click Here
You can also get my Hot Forex System (scroll to the bottom of the page): Click Here
could someone please add a sound alert to this indicator?
could someone please add a sound alert to this indicator? and show me how it is done?
this indicator paints volume with different colors. I tried to add the line
PlaySound("alert.wav");
below the text mentioning each color. But i really don't have coding skills and this gives only a alert when the indicator is attached to the chart and don't send alerts anymore.
i want it sends alerts only for the colors red and white.
Seeing as none of the better coders have responded, I'll have a go.
There are proberly many ways to do this, heres one that you can work with.
Add this to the end of your code before the return(0);
if (red[1]>0) Alert("Climax High on ",Symbol()," - ",red[1]);
if (yellow[1]>0) Alert("Volume Low on ",Symbol()," - ",yellow[1]);
Now you will have to work with this as it goes off with every new tick when the condition is met (which is very annoying if you are working on 4HR chart), but if I just do it for you, you will never learn.
Good luck
I'm sorry about that. I will look into this when I have some time (hopefully next week).
Regards,
Chrisstoff
That would be great thanks. I searched for many hours and nothing. I found LSMA crossings with alert but thats not what I am looking for... I am sure it must exist...