Besides \n in specific formatting of the title (as below),
you have the option to turn on line wrapping of the title:
Right click your chart, select Parameters, Axes &
Grids tab, then: select Wrap title Yes
Number of digits to display can be set as in following
example (set to 4 digits after decimal):
Title
= Title+
"\n High= "
+
NumToStr
(H,
1.4
)+
" Low= "
+
NumToStr
(L,
1.4
);
Joseph Biran
____________________________________________
-----Original Message-----
From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf Of
bilbo0211
Sent: Friday, January 11, 2008 8:50 PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Re: Problem viewing indicator values?
I considered that but there are several problems.
1. I am not sure how I would get all the indicators in
the pane to
show in the title.
2. If you use more than 1 line for the title, it will
begin to
encroach on the plot and possibly obscure some of the
prices or
indicators. This already happens in the indicator panes
sometimes with
just 1 title line.
3. For multiple title lines, you will have to figure out
where to
place the line breaks. It will have to depend on the
width of the
window and the breaks should not split words or numbers.
Bill
--- In amibroker@xxxxxxxxxxxxxxx, "Ara Kaloiustian"
<ara1@xxx> wrote:
> Bill,
>
> Look at the "Title" function in help.
>
> It allows you to format the title at the top of the
chart
> ----- Original Message -----
> From: "bilbo0211" <bilbod@xxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Friday, January 11, 2008 8:14 PM
> Subject: [amibroker] Problem viewing indicator
values?
>
>
> >I have several problems viewing indicators.
> >
> > 1. Indicators showing on the title line round
off to 2 decimal places
> > and that is frequently not enough accuracy.
> >
> > 2. If you have several indicators on the
screen, the values don't fit
> > on the title line so some are not visible.
> >
> > 3. If you put 2 charts vertically on screen,
not even the Open, High,
> > Low and Close values fit on the screen.
> >
> > 4. The hint window that pops up when you place
the cursor on a price
> > bar does not stay open long enough.
> >
> > Is there a pop up window that lets me view all
the indicator values
> > and prices that I can control (open, close and
change position) with
> > the mouse?
> >
> > Bill