good question - answer No idea.
Just worked from memory when they were introduced back in the stone age :)

-- 
Cheers
Graham Kav
AFL Writing Service
http://www.aflwriting.com


2008/9/1 sidhartha70 <[EMAIL PROTECTED]>:
> 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
>> >

Reply via email to