PureBytes Links
Trading Reference Links
|
Thanks Dave and Lester for the replies.
It was actually a combination of the 2 solutions that did the trick. I had
tried Dave's method last night before posting but that only made the bottom
run off the screen. Adding in the GraphXSpace = 8; seemed to get it but the
top was very close to the edge so using Dave's suggestion then fine tuned it.
Thanks again.
Steve B
At 07:19 AM 6/13/2006, you wrote:
>Simple solution is to add the following at the end of the formula:
>
>GraphXSpace = 8;
>
>Try out different numbers instead of 8. I didn't notice this problem after
>upgrading to 4.80.1.
>
>Lester
>
>--- In amibroker@xxxxxxxxxxxxxxx, Steve Behrens <steve@xxx> wrote:
> >
> > I just upgraded from 4.70.5 to 4.80.1. There are many nice improvements
> but
> > I have one problem in that the candlesticks run off the top of the page
> now
> > where they didn't before. I saw someone else post about this a couple of
> > weeks ago but I gave up trying to search for it as that is feat all its
> > own. Does anyone remember the solution to this?
> >
> > Thanks in advance.
> >
> > Steve B
> >
|