| 
 PureBytes Links 
Trading Reference Links 
 | 
Try this
buy = cross(c, 2.5) and Name()=="XWZ";
AlertIF( buy, "", "Simple text alert", 4 );
Cheers,
Graham
http://e-wire.net.au/~eb_kavan/
-----Original Message-----
From: anthony [mailto:anthonyvan28@xxxxxxxxxxx] 
Sent: Tuesday, July 27, 2004 11:27 PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Simple AlertIF question.
I am simply tring to create an Alert on a stock when a specified 
price is reached.
Have had a look around but carn't find what I need.
Hear is my attempt at it.
buy = stock( "XWZ" ) > 2.5;
AlertIF( buy, "", "Simple text alert", 4 );
Help appreciated.
Ant.
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
 
------------------------ 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/
 
 |