PureBytes Links
Trading Reference Links
|
Hi Steve,
I posted some param code (add this to the top of your indicator code) a
while back to take care of this using the GraphXSpace function (you then
invoke it from the parameters for that chart pane with a right mouse click):
Space = Param("Space", 10, 0, 25, 1);
GraphXSpace = Space;
Or you can follow Dave's suggestion, but if you want to compress/expand the
chart pane, hold down the Space key while dragging your mouse cursor once
you get the double arrow cursor. To reset to your default, just double
click while you have the double arrow cursor.
Enjoy.
Peace and Justice --- Patrick
----- Original Message -----
From: "Steve Behrens" <steve@xxxxxxxxxxxxxxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Tuesday, June 13, 2006 4:42 AM
Subject: Re: [amibroker] Re: Candles running off top
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
> >
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 other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
|