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.
This price alert indicator I found somewhere here. Is it possible to make the alert.wav be setup like this? If you have say 6 different currency pairs with the alert attached to that the audible alert looks to the pair and a wav file is recorded for each pair. Then another wav file is recorded for say like "price breaking high". This would mean that when the alert is placed on gbpusd and the price is say exceeded then 2 or 3 wav files would play in sequential order sounding something like this, "GBPUSD" + "5min" + "price breaking high" this would then mean you would have to look at the alert and would know what chart to pull up. This may sound a little to much but I run 5 monitors and 30 charts that I am constantly trying to monitor.
One step further would be if it is possible to simply click on the line on the chart and drag it to update where the alert would sound. Don't know if that is possible or not.
This price alert indicator I found somewhere here. Is it possible to make the alert.wav be setup like this? If you have say 6 different currency pairs with the alert attached to that the audible alert looks to the pair and a wav file is recorded for each pair. Then another wav file is recorded for say like "price breaking high". This would mean that when the alert is placed on gbpusd and the price is say exceeded then 2 or 3 wav files would play in sequential order sounding something like this, "GBPUSD" + "5min" + "price breaking high" this would then mean you would have to look at the alert and would know what chart to pull up. This may sound a little to much but I run 5 monitors and 30 charts that I am constantly trying to monitor.
One step further would be if it is possible to simply click on the line on the chart and drag it to update where the alert would sound. Don't know if that is possible or not.
Thanks for your help.
Traden
Hello,
In trying to make a multiple sound wav file or string, can I set up something like this?
if Symbol()="GBPUSD" PairWav="gbpusd.wav";
else if Symbol()="GBPJPY" PairWav="gbpjpy.wav";
else if Symbol()="USDJPY" PairWav="usdjpy.wav";
else PairWav="unknownpair.wav";
if Period()="1" PeriodWav="1min.wav";
else if Period()="5" PeriodWav="5min.wav";
else if Period()="15" PeriodWav="15min.wav";
else if Period()="30" PeriodWav="30min.wav";
else if Period()="60" PeriodWav="60min.wav";
else PeriodWav="unknownperiod.wav";
if Direction>0 DirectionWav="up.wav";
else if Direction<0 DirectionWav="down.wav";
else DirectionWav="flat.wav";
if (UseSoundAlert){
PlaySound(PairWav+PeriodWav+DirectionWav);
}
Would something like this work? If it won't, could someone point me in the correct direction in how to properly link together multiple wav files for one alert.
I use it with a specific setting and shift it forward 1 bar.
I use it on the 15 min. chart.
Is there a way to audibly alert me when price closes above the upper envelope boundary or closes below the lower envelope boundary on the 15 min chart?
I am still curious if this can be done...I would like to have the audible alert so it can wake me up during the European trading session.
Would someone be willing to add a "SendMail" trend alert to this indicator?
I would like to receive an email to my cell phone when the ema's cross so I don't have to sit in front of the computer all day long waitng for the next trend reversal (4 hr. charts).
I tried to do it myself but it sent repeated mass emails/text messages (very costly)