You are not along :)
I will try to add a few debug prints and comments so it will be
clearer for all of us.
Additional direction is something in the AB preferences that we are
missing.
Hanan
--- In amibroker@xxxxxxxxxps.com,
"Don Lindberg" <dlindber@xx.> wrote:
>
>
>
> --- In amibroker@xxxxxxxxxps.com,
"apfxtrader" <apforex@> wrote:
> I am frustated. I have tried all the changes you show below, but I
still
> do not get the Axis price values. I have also tried changing graph
> color, text color, all to no avail. I really like the labeling
feature
> and would like to get it working. What portion of the code is
putting
> those value in. If I were a better programmer I would proably know
this,
> but I am novice at programming. If I can identify the code section
> perhaps I can figure out how to make the values visible.
>
> Thanks to anyone for help!
>
> Don Lindberg
> >
> > 2. I can not see the Axis price.
> >
> > easy fix: You need to set Preferences\Charting\Blank
bars in right
> > margin >= 10.
> >
> > or you can control the right margin of axis price form:
> >
> > xposition = BarCount+2;
> >
> > for example:
> > xposition = BarCount-3;
> >
> > you can control the right margin grid assigning the variable
shift a
> > value different from 7:
> >
> > example:
> > shift = 3;
> >
>