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 <[EMAIL PROTECTED]> 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. > ------------------------ Yahoo! Groups Sponsor --------------------~--> GFT Forex Trading Accounts As low as $250 with up to 400:1 Leverage. Free Demo. http://us.click.yahoo.com/lpv1TA/jlQNAA/U1CZAA/GHeqlB/TM --------------------------------------------------------------------~-> 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/
