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.
The problem is that if I add in a seconds value, if it doesn't get a tick that second I get no email, but in this configuration I get an email for every tick sometimes almost 100.
Can someone help me write this correctly so that I get only one email a day?
Anyone know how to customize an alert using the sendmail command? I am having trouble getting an email to work off an alert .
Any advice would be appreciated.
if(current_dirction != last_direction)
{
Alert ("EMA/SMA Cross for "+Symbol()+" on the "+Period()+" minute chart.");
last_direction = current_dirction;
return (true);
}
else
{
return (false);
}
I know this thread goes back to 2006 but I have spent 2 hours trying to track down an updated Alert.
All I want is every Hour the account balance, Equity,Margin , Free margin emailed to me.
I have managed to use the attached that works but stops after 64 emails with "Mail: not enough space for 'DLMod2'.
I could use some help with my nested if statement below - the Alertmsg & the email triggers are happening properly, but the sound files are not playing appropriately - they are playing but not the right sound with the event.
any help would be appreciated:
Dave
*******************
I've got a question regarding email alerts that I'm hoping one of you can comment on. Many indicators provide alert windows that pop up when a specific condition is met. While I have the email function set up in MT4, is there any way to set MT4 to send me an email when an alert window pops up? The indicators in question don't have an email function ....
I've noticed that the alert actually appears in the Expert tab in "terminal". Perhaps there is a way to have this notification emailed using the email function in MT4?