Robert: in addition to my previous post here is my title line that 
performs a couple of calculations for display. You might get some 
ideas from it but I can't give you a reference. if you find one 
please let me know.

_N(Title = StrFormat("{{NAME}} - {{INTERVAL}} {{DATE}}, Hi %g, Lo %g, 
C %g, (%.2f), (%.1f%%),Spread= %.2g , AveSprd= %.2g " +" {{VALUES}}"
,  H, L, C, SelectedValue(Close-Ref(Close,-1)), SelectedValue(ROC
(C,1)),SelectedValue(High-Low),SelectedValue(MA((High-Low),50))));

Rick

--- In [email protected], "Rick" <[EMAIL PROTECTED]> wrote:
>
> Robert as to question 1. add stylenotitle to the appropriate plot 
> lines. here is an example where i use it:
> 
> Plot( Close, "CB", col, styleBar|styleNoTitle);
> 
> not sure of references and don't understand question 2.
> 
> hope this helps, 
> Rick
> 
> --- In [email protected], Robert Nemeth <rjnemeth@> wrote:
> >
> > I am trying to shorten some of the text in a title and do not 
know 
> if what I wish to do is possible or if I must resort to hard coded 
> Writeif and writeval statements.
> >    
> >   _N(Title = StrFormat("{{NAME}} - {{INTERVAL}} {{DATE}} Open %g, 
> Hi %g, Lo %g, Close %g Vol " +WriteVal( V, 1.0 ) + " {{VALUES}}", 
O, 
> H, L, C ));
> >    
> >   1. How do I erase the moving average, bollinger band, etc title 
> components since I want to shorten them?
> >   2. Can I read the moving average period from the parameters to 
> say something like "MA" + writeval(ParamRead("MA","Periods")....
> >          I want  MA(Close,8) = 42.042999 to become
> >                    MA8 = 42.04
> >    
> >   Hints or a documentation reference would be appreciated if 
title 
> line above can be modified, else I'll just code writeif and 
writeval 
> to get something less flexible.
> >    
> >   Robert
> > 
> >             
> > ---------------------------------
> > How low will we go? Check out Yahoo! Messenger's low  PC-to-Phone 
> call rates.
> >
>







Please note that this group is for discussion between users only.

To get support from AmiBroker please send an e-mail directly to 
SUPPORT {at} amibroker.com

For other support material please check also:
http://www.amibroker.com/support.html

 
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:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to