PureBytes Links
Trading Reference Links
|
Thanks Graham, the release note from 4.72 only refers to the
following:
""n.. Title variable now supports new special token {{OHLCX}} which
is replaced at runtime by string "Open ..., Hi .... Lo ... Close
(...%)" showing current price""
I can not find any information on formatting chart title. As an aside
the release notes prior to release 4.8 are not available on devlog.
Do you know where I can find them all in one place. I found the
release notes on 4.72 by searching the yahoo group. TIA
--- In amibroker@xxxxxxxxxxxxxxx, Graham <kavemanperth@xxx> wrote:
>
> see file in AB folder ReleaseNotes.html, changes version 4.72
>
> --
> Cheers
> Graham Kav
> AFL Writing Service
> http://www.aflwriting.com
>
>
> On 01/04/2008, tipequity <l3456@xxx> wrote:
> > I have seen in the user guide and in the AB supplied indicator
code
> > that TJ uses the following line of code to format chart title:
> >
> > _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 )) ));
> >
> > I was not able to find any information on using the double curly
> > braces "{{ }}". Would someone please refer me to a source?
> >
> >
> > ------------------------------------
> >
> > 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
> >
> >
> >
> >
>
------------------------------------
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
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|