PureBytes Links
Trading Reference Links
|
You
might have a look at the alertif() function in the help file for email
based alerts. To set specific parameters based on a specific ticker you might
use the If() function...
<FONT face=Arial color=#0000ff
size=2>
x=<FONT
color=#0000ff>IIf(Name()=="MSFT",RSI(14),IIf(Name()=="CSCO",RSI(21),RSI(5)));
Plot<FONT
face=Arial>(x,"",4,1<FONT face=Arial
color=#0000ff>);
<FONT face=Arial color=#0000ff
size=2>IIf is also described in the help file under AFL. You will find the
answers to many of your questions there......
Regards,
Jayson
<FONT face=Tahoma
size=2>-----Original Message-----From: amitvjpr
[mailto:amitvjpr@xxxxxxxxx]Sent: Saturday, January 10, 2004 1:03
AMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker]
setting Mail alertI am new to this amibroker software.
I have some queries. Might sound trivial.1) How do I set up mail
alert based on the trading rules that I have defined? I want to send
messages to my Yahoo or Hotmail Id. What is the server IP I should
provide?2) I optimized some indicators like CCI, MACD etc. The optimized
indicator values are different for different stock tickers. Can I save
these settings for individual stocks, so that the chart that is displayed
for each of these is displayed at the optimized
settings?ThanksSend 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
Yahoo! Groups Links
To visit your group on the web, go to:<A
href="">http://groups.yahoo.com/group/amibroker/
To unsubscribe from this group, send an email to:<A
href="">amibroker-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
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
Yahoo! Groups Sponsor
ADVERTISEMENT
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 the Yahoo! Terms of Service.
|