PureBytes Links
Trading Reference Links
|
This should work:
AlertIf( NOW(4) = "190000", EMAIL, "Your message goes here" , 0, 1+2+4+8, 1
);
You might want to add DayOfWeek() > 0 AND DayOfWeek() < 6 to the test to
avoid messages on the weekend.
--
Terry
From: Yuki Taga <yukitaga@xxxxxxxxxxxxx>
Reply-To: amibroker@xxxxxxxxxxxxxxx
Date: Fri, 5 Nov 2004 10:42:46 +0900
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] alertif question & possible feature suggestion
Can I code an alertif to specify a certain time of day on my system
clock?
What I would like to do is code alertif to generate e-mail at, say 7
pm each night. I would not like the checks to be done or alertif to
do anything at any other time.
Yuki
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|