PureBytes Links
Trading Reference Links
|
Hello,
You can implement it using single universal AFL
formula:
buy = Cross( High, Study("AL") );
for "Scan" mode of Automatic Analysis. This will
generate a "buy"
signal for all stocks that crossed above "AL"
study.
Now for every stock of your interest you would
need to draw
an alert study - horizontal trend line atthe
level of your choice.
In the properties dialog you would need to type
"AL" in the Study ID field.
To find out more about this technique please
read
"Tutorial: Using studies in AFL formulas"
section of the User's Guide.
Best regards,Tomasz Janeczko===============AmiBroker - the
comprehensive share manager.<A
href="">http://www.amibroker.com
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
Thomas Z.
To: <A title=amibroker@xxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Wednesday, November 21, 2001
12:39 AM
Subject: [amibroker] alerts
Dear Tomasz and others,
Is there a easy way to set price alerts for each
stock without implementing it into afl.
a nice way: select
ticker: .....
<FONT face=Arial
size=2> select
price alert .......
and than a window shows us the price alerts, if
the price is going to the price alert level.
Hope, that anyone can help me
ThomasYour
use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
|