PureBytes Links
Trading Reference Links
|
Is 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 );
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get A Free Psychic Reading! Your Online Answer To Life's Important Questions.
http://us.click.yahoo.com/Z_CBYA/vB5FAA/AG3JAA/GHeqlB/TM
---------------------------------------------------------------------~->
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 http://docs.yahoo.com/info/terms/
|