[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

formatting numbers in chart window?



PureBytes Links

Trading Reference Links

Hi,

I'm having better success with TS6. Now I'm trying to make the chart
windows do what I want. I have an indicator that I do not care
to see the line plot, but rather am more interested in the actual
values. I have eight subgraphs of this indicator with slightly
different inputs. I have the window scrunched down, and the bars
separated, so that I only see the numbers. Fine so far. What I want
is to force the numbers to be rigidly displayed in columns to make
the viewing easier. Right now I have some column difference when
a minus (-) is printed, but more irritating is when the value goes
from two to four decimals. When that happens the last value gets
pushed to the right, off the window, and a series of ellipses (...)
is printed. I don't want that. :(

What I'd like is either a C or COBOL type of control over the display
(is this the status like, at the top of each subgraph?).

Ind 0.11 0.11 0.11 0.11
Ind 0.22 0.22 0.22 0.22
...
Ind 0.88 0.88 0.88 0.88

Any suggestions on how to make TS6 behave?
I have tried setting the properties to Numeric and two decimals.
Dropping all indicators and subgraphs. Rebuilding all indicators
and subgraphs. It still will display sometimes a value of 0.1111
and not 0.11 as I want. (I did choose the 'Default' button in
properties.)

Mike