PureBytes Links
Trading Reference Links
|
Lary, try
this
Title = Name () + " "
+ " " + "CCI<SPAN
class=389420805-21072003>(" + WriteVal
(T) + " ) =" +
WriteVal (CCI(T),1.2);
You might also find using
Plot( instead of graph a bit more flexible<?xml:namespace
prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:SmartTagType
namespaceuri="urn:schemas-microsoft-com:office:smarttags"
name="PersonName">
<B
><I
><SPAN
>Cheers<SPAN
class=GramE>,<?xml:namespace prefix = st1 ns =
"urn:schemas-microsoft-com:office:smarttags" /><st1:PersonName
><B
><I
><SPAN
>Graham
<A
href=""><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.
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.
|