PureBytes Links
Trading Reference Links
|
Thanks Patrick and Bosh - - i tried the change from automatic to
manual and it works - - however, is there any way to change the
automatic paramter in order for it to adjust the y-scale to give
more room at the top - - the labels at the top (MAs, C, hi, lo)
obscure the candletop.... s/Rick
--- In amibroker@xxxxxxxxxxxxxxx, "mac_bosh" <mac@xxx> wrote:
>
> Patrick,
> It wasn't me that was asking I already knew that. I was replying
to
> Rick below with a quick solution. But thanks for directing your
> response to me anyway.
> ---
> Bosh
>
> --- In amibroker@xxxxxxxxxxxxxxx, "NW Trader" <ta4charts@> wrote:
> >
> > Hi Bosh,
> >
> > Try this code snippet:
> >
> > space = Param("Graph Space", 10, 0, 25, 1);
> > GraphXSpace = space;
> >
> > I generally add this to all indicator code so that, if
necessary, I
> can
> > adjust the spacing on the chart (from the parameters menu). I'm
> assuming
> > that your chart's parameters also have scaling set to
automatic.
> If not (or
> > to check on it): right click on chart, Select Parameters -->
Axes
> & Grid
> > (tab) --> Graph Space (should be set to Automatic). If you want
to
> change
> > it, just click on Automatic and it will change to Custom (or
vice
> versa).
> > In Custom mode, you can set the minimum and maximum levels to
> display (they
> > become unlocked).
> >
> > Hope this helps.
> >
> > Peace and Justice --- Patrick
> >
> >
> >
> >
> > ----- Original Message -----
> > From: Terry
> > To: amibroker@xxxxxxxxxxxxxxx
> > Sent: Wednesday, May 10, 2006 5:27 PM
> > Subject: RE: [amibroker] Re: Troubles with graph scales
> >
> >
> > Or in code:
> >
> > GraphXSpace = 20; //Or some number, usually 5, 10, 20, 30
works.
> >
> > --
> > Terry
> >
> > -----Original Message-----
> > From: amibroker@xxxxxxxxxxxxxxx
> [mailto:amibroker@xxxxxxxxxxxxxxx] On
> > Behalf Of mac_bosh
> > Sent: Wednesday, May 10, 2006 18:17
> > To: amibroker@xxxxxxxxxxxxxxx
> > Subject: [amibroker] Re: Troubles with graph scales
> >
> > Hi,
> > Wander the mouse pointer to the right of the prices when it
> changes to
> > an up/down pointer left click the mouse and scroll/drag the
chart
> > up/down
> >
> > Hope that helps.
> > Bosh
> >
> > --- In amibroker@xxxxxxxxxxxxxxx, "rndkaser" <rkaser@> wrote:
> > >
> > > Since I began using 4.8, I have had problems with the
> candlesticks
> > for
> > > stocks who are reaching news highs running off the scale of
the
> > > chart. I tried to adjust the axis under the chart
propoerties,
> but
> > it
> > > is locked. Is there anything I can do so I can read the
chart
> > > porperly??? s/Rick
> > >
> >
> >
> >
> >
> >
> >
> >
> > 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
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > 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
> >
> >
> >
> >
> >
> > SPONSORED LINKS Investment management software Real estate
> investment
> > software Investment property software
> > Software support Real estate investment analysis
software
> > Investment software
> >
> >
> > -----------------------------------------------------------------
---
> ----------
> > YAHOO! GROUPS LINKS
> >
> > a.. Visit your group "amibroker" on the web.
> >
> > b.. To unsubscribe from this group, send an email to:
> > amibroker-unsubscribe@xxxxxxxxxxxxxxx
> >
> > c.. Your use of Yahoo! Groups is subject to the Yahoo!
Terms
> of
> > Service.
> >
> >
> > -----------------------------------------------------------------
---
> ----------
> >
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Home is just a click away. Make Yahoo! your home page now.
http://us.click.yahoo.com/DHchtC/3FxNAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
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
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|