[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[amibroker] AFL Title Bar help



PureBytes Links

Trading Reference Links





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 = Name 
() + " " + " " 
+ "CCI" + " 
" + WriteVal (T) ;
MaxGraph = <FONT 
color=#ff00ff>5;
Graph2 = 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 Powell






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.