PureBytes Links
Trading Reference Links
|
Usually you will use FullName() in the Title statement. Look at the example below (the code also has some colour escape sequences; \\c-1 means "default axis values colour", other colour codes are in Help files).
/*** START ***/
Title =
"\\c11" + Interval(2) + " " + Date() +
"\\c-1 O=" + O + " H=" + H + " L=" + L +
"\\c26 C=" + C +
"\\c11 " + FullName();
Plot(C, "", colorDarkYellow, styleCandle);
SetChartOptions(0, chartShowDates);
/*** END ***/
--- In amibroker@xxxxxxxxxxxxxxx, "blakerandy" <BlakeRandy@xxx> wrote:
>
> I'm still pretty new at this and I can't seem to get the full name to
> show up in the default chart. (4.90)
>
> Any suggestions?
>
> Thanks, Randy
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/4It09A/fOaOAA/yQLSAA/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 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/
|