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

Re: [amibroker] Re: Properties of lines and graphs



PureBytes Links

Trading Reference Links

John,

The only way to get fatter bollinger bands is to use custom formula with thick style:
Plot(Close,"Price", 1, 64 );
Plot( BBandTop( Close, 15, 2 ), "BBandTop", 2, 4 );
Plot( BBandBot( Close, 15, 2 ), "BBandBot", 2, 4 );

Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message ----- 
From: "John Nelson" <trader@xxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Saturday, July 13, 2002 1:17 AM
Subject: Re: [amibroker] Re: Properties of lines and graphs


> 
> Yes, but that only modifies things like trend lines and gann fans, not 
> the indicators like Bollinger Bands. There is a chart setting under 
> Preferences called "fat line chart" that seems like it should do the 
> job, but doesn't seem to do anything. Maybe if I upgrade to 4.0.6 beta.
> 
> -- John
> 
> 
> 
> ddsmcl wrote:
> 
> >on the tool bar theres 'select color' and to the right of that 'thick 
> >line'.
> >
> > Don
> >
> >--- In amibroker@xxxx, John Nelson <trader@xxxx> wrote:
> > 
> >
> >>Urrrrrr.... head hurts!
> >>
> >>Can anyone tell me how to thicken the signal lines on my charts so 
> >> 
> >>
> >that 
> > 
> >
> >>I can make clear screensnaps? And maybe change the colors of text 
> >> 
> >>
> >and 
> > 
> >
> >>backgrounds? I suspect in Layouts but am having difficulties with 
> >> 
> >>
> >this.
> > 
> >
> >>-- John
> >> 
> >>
> >
> > 
> >
> -- 
> _____________________________________________________
> 
> John T. Nelson
> Trader | Dreams Of Empire
> mail: | trader@xxxx
> web: | http://www.dreamsofempire.com/
> _____________________________________________________
> "Prediction is sexy... but strategy makes money"
> 
> 
> 
> 
> 
> 
> 
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 
> 
> 
>