PureBytes Links
Trading Reference Links
|
1) It wonąt run if AB if not open. If necessary, you could set a Scheduled
Task in Windows to run the program at 6:55 PM in which case you can also
choose weekdays only.
2) It wonąt run when you open it due to the option settings 1+2+4+8 (set
AlertIf function in AB help).
3) Sorry, I donąt know the answer to this question.
--
Terry
From: Yuki Taga <yukitaga@xxxxxxxxxxxxx>
Reply-To: amibroker@xxxxxxxxxxxxxxx
Date: Fri, 5 Nov 2004 12:22:23 +0900
To: Terry <amibroker@xxxxxxxxxxxxxxx>
Subject: Re: [amibroker] alertif question & possible feature suggestion
Hi Terry,
Friday, November 5, 2004, 11:25:29 AM, you wrote:
T> This should work:
T> AlertIf( NOW(4) = "190000", EMAIL, "Your message goes here" , 0, 1+2+4+8,
1
T> );
T> You might want to add DayOfWeek() > 0 AND DayOfWeek() < 6 to the test to
T> avoid messages on the weekend.
Thanks much. Can I get some clarification?
1) Would this run at the appropriate time when AB is not open?
2) If not (I suspect not) would it run the first time I opened AB
after the specified time?
3) Would I have to run each and every exploration that had an alertif
in it, or would this be done automatically?
Best,
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/
|