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

Re: [amibroker] Re: grid settings



PureBytes Links

Trading Reference Links

Thanks steve I dont know what i have done here it worked fine the 1 st time
but now theres no limit lines ?

Graph0=rsi(14);
Graph5=0;
Graph6=30;
graph7=65;
graph6style=graph7style=graph5Style=5;
Graph6Color=Graph7Color=5; /* where 5 is the number for red */
Graph5Color=7; /* where 7 is the color blue for the zero line */

the only thing checked is the scaling

ho hum

Thanks David


----- Original Message -----
From: "Steve" <slwiserr@xxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Sunday, May 27, 2001 12:52 PM
Subject: [amibroker] Re: grid settings


>
> David:
>
> Have you attempted to graph the values 30 and 65 without any grids on,
> giving your graphs the characteristics you desire? Make sure that you
> turn the normal grides off.
>
> Example:
> Graph5=0;
> Graph6=30;
> graph7=65;
> graph6style=graph7style=graph5Style=5;
> Graph6Color=Graph7Color=5; /* where 5 is the number for red */
> Graph5Color=7; /* where 7 is the color blue for the zero line */
>
> Steve
>
> --- In amibroker@xxxx, "David Holzgrefe" <dtholz@xxxx> wrote:
> > Hi TJ and others
> >
> > Is there a way to change the grid lines in the indicator panel ?
> >
> > eg rsi the standard setting is 30 and 70
> > how would I change it to 30 and 65 as the upper line ?
> >
> > Maybe a custom grid line screen ?
> >
> >
> > Thanks David
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>