Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information
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?