Graham, Can I ask, not being an AFL expert, where you would go to find information such as this...? I have often wondered about the double braces myself, but never known where to go to find the requisite information.
--- In [email protected], Graham <[EMAIL PROTECTED]> wrote: > > The only other one is {{OHLCX}} which shows the OHLC and ROC values in title > The {{}} don't always pass correctly except to title line > > > > 2008/9/1 tipequity <[EMAIL PROTECTED]>: > > TJ uses the following line of code in many functions that come with AB. > > > > _N(Title = StrFormat("{{NAME}} - {{INTERVAL}} {{DATE}} Open %g, Hi %g, > > Lo %g, Close %g (%.1f%%) Vol " +WriteVal( V, 1.0 ) +" {{VALUES}}", O, > > H, L, C, SelectedValue( ROC( C, 1 )) )); > > > > Are there any other information that can be passed to chart title thru > > {{}} beside the three listed above? TIA > > > > > > > > ------------------------------------ > > > > 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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG: > > http://www.amibroker.com/devlog/ > > > > For other support material please check also: > > http://www.amibroker.com/support.html > > Yahoo! Groups Links > > > > > > > > > > > > -- > Cheers > Graham Kav > AFL Writing Service > http://www.aflwriting.com >
