PureBytes Links
Trading Reference Links
|
Graham, Thank you.
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
<A title=gkavanagh@xxxxxxxxxxxxx
href="">Graham
To: <A title=amibroker@xxxxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Sunday, July 20, 2003 10:11
PM
Subject: RE: [amibroker] AFL Title Bar
help
Lary, try
this
Title = Name () + "
" + " " + "CCI<SPAN
class=389420805-21072003>(" + <FONT
color=#0000ff>WriteVal (T) + <FONT
color=#ff00ff>" ) =" + WriteVal
(CCI(T),1.2);
You might also find using
Plot( instead of graph a bit more flexible<o:SmartTagType
name="PersonName"
namespaceuri="urn:schemas-microsoft-com:office:smarttags">
<B
><I
><SPAN
>Cheers<SPAN
class=GramE>,<st1:PersonName
><B
><I
><SPAN
>Graham
<A
href=""><SPAN
><FONT
color=#008080>http://groups.msn.com/ASXShareTrading
<A
href=""><FONT
color=#008080>http://groups.msn.com/FMSAustralia
<FONT
face=Tahoma size=2>-----Original Message-----From: larypowell
[mailto:larypowell@xxxxxxxxxxx] Sent: Monday, 21 July 2003 1:00
PMTo: amibrokerSubject: [amibroker] AFL Title Bar
help
The following is code for CCI and plots the bars in
colors. I would like to have the value displayed in the Title Bar, but
am at a loss on how to do this. All help would be
appreciated.
T = 25;
Title = <FONT
color=#0000ff>Name () + " " + <FONT
color=#ff00ff>" "
+ "CCI" + "
" + WriteVal (T) ;
MaxGraph = <FONT
color=#ff00ff>5;
Graph2 = <FONT
color=#0000ff>CCI (T);
Uptrend = 100; Downtrend = -<FONT
color=#ff00ff>100;
Graph2BarColor = <FONT
color=#0000ff>IIf (Graph2 > uptrend, <FONT
color=#ff00ff>5,
IIf (Graph2 <
downtrend,4,<FONT
color=#ff00ff>6));
Larry M PowellSend 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.
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
ADVERTISEMENT
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.
|