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

Re: grid settings



PureBytes Links

Trading Reference Links

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