| 
 PureBytes Links 
Trading Reference Links 
 | 
im sure if u look up alet in ab site or thissite u will see it .. i
remember reading it 
Moz
it goes sumthing like set up the filter to only look at stock .
SetForeign("name of the stock"); 
 Buy = Cross ( H , 30 )  ;
 Sell = Cross( 20,L ) ;
RestorePriceArrays(); 
or get rid of setforeign and restore and filter over several stocks
and find when any of these cross your threshold. 
--- In amibroker@xxxxxxxxxxxxxxx, "donpickdonpick" <donpick1@xxxx> wrote:
> 
> I have Amibroker V4.5.  I've read the manual and it's confusing.  How
> do I set a simple alert to tell me stock XYZ has reached a high of $30
> or a low of $20?
> 
> Thank you.
------------------------ Yahoo! Groups Sponsor --------------------~--> 
$4.98 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/Q7_YsB/neXJAA/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/
 
 |