Forex



Go Back   Forex Trading > Discussion Areas > Metatrader 4
Forex Forum Register More recent Blogs Calendar Advertising Others Help






Register
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.
See more

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 03-26-2007, 06:23 AM
Member
 
Join Date: Feb 2006
Posts: 63
icm63 is on a distinguished road
Send Email On Pre Set Time not Working, event is not firing !

I have this function in start...IT DOES NOT FIRE !!!
- Its on a EA, with all common EA properties clicked on !
- Tick action from chart occured during this time frame.

Why does it not send an email.

The OK Variable is there to make sure it ony sends an email once, and not on every tick !



void Start()
{
EmailAction();

}


void EmailAction()
{
int OK1 = 0;

// If local time is 4 pm and minute is 0 ( ie first 60 seconds of the hour) then send email.

if(TimeHour(TimeLocal()) == 16 && TimeMinute(TimeLocal()) ==0 && OK1 != 1)
{
SendMail( "TEST_Status_"+TimeToStr(TimeLocal(),TIME_DATE|TIM E_MINUTES), "TEST" );
OK1 = 1;
}
else
OK1 = 0;

return(0);
}

Last edited by icm63; 03-26-2007 at 08:54 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #2 (permalink)  
Old 03-26-2007, 08:13 AM
ralph.ronnquist's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 297
ralph.ronnquist is on a distinguished road
Try using "==" instead of "=" in the condition.

Last edited by ralph.ronnquist; 03-26-2007 at 08:16 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #3 (permalink)  
Old 03-26-2007, 08:55 AM
Member
 
Join Date: Feb 2006
Posts: 63
icm63 is on a distinguished road
Good point, but my code had this, otherwise MT4 would not compile, still doesnt work !
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Key event within mq4 programs pipeline Metatrader 4 mql 4 - Development course 18 10-21-2009 11:39 AM
Code to send email alerts when closed trades... Nicholishen Metatrader 4 7 06-12-2009 07:00 AM
Email function not working in EA....but works for MT4 Snuffleupagus Metatrader 4 7 02-13-2007 05:32 AM
Event driven programming cardio Setup Questions 1 03-25-2006 02:33 PM


All times are GMT. The time now is 03:10 AM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.