PureBytes Links
Trading Reference Links
|
<SPAN
class=933335417-24042003>Adrian,
<SPAN
class=933335417-24042003>
Where
are you placing this code? is it an indicator? do you have your alert window
open?
<SPAN
class=933335417-24042003> <FONT color=#0000ff
face=Arial size=2>Jayson
<FONT face=Tahoma
size=2>-----Original Message-----From: Adrian Zaremba
[mailto:headcutter@xxxxxxxx]Sent: Thursday, April 24, 2003 1:48
PMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker] AFL -
AlertIfIs there anyone that is using AlertIf function?
It doesnt seem to work. If you can post ANY code that is working and using
AlertIf or transform this code so it will work that would be terrific. The
help files didint help me at all.Thanks.Buy = Cross( Close, MA(
Close, 10 ) );Sell = Cross( MA( Close, 10 ), Close );Short = Cross( MA(
Close, 10 ), Close );Cover = Cross( Close, MA( Close, 10 ) );AlertIf(
Buy,"","Buy alert",1,1+2 );AlertIf( Sell,"","Sell alert",2,1+2
);AlertIf( Short,"","Short alert",3,1+2 );AlertIf( Cover,"","Cover
alert",4,1+2 );Send
BUG REPORTS to bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Yahoo! Groups Sponsor
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|