Thanks, this is a much better way to do that. --- In [email protected], Graham <[EMAIL PROTECTED]> wrote: > > try this > > PlotOHLC(12,20,12,20,"",colorGreen,styleCloud); > > > -- > Cheers > Graham > AB-Write >< Professional AFL Writing Service > Yes, I write AFL code to your requirements > http://www.aflwriting.com > > > On 02/12/06, hoolee0820 <[EMAIL PROTECTED]> wrote: > > > > Try this > > > > Plot(12,"Low",colorDarkGrey,styleArea|styleNoRescale); > > Plot(20,"High",colorGrey40,styleArea|styleNoRescale); > > > > > > --- In [email protected], "mic6399" <mic6399@> wrote: > > > > > > Hi, may be this is the stupid question , but if somebody help me > > to > > > change/paint background color between horizontal lines. Let say I > > have: > > > some levels on the chart : > > > Plot(12,"THold", colorBlack, styleThick); > > > > > > Plot(20,"THold", colorBlack, styleThick); > > > How can I paint the area between this two lines on the chart? > > > > > > Thanks a lot, > > > > > > Michael > > > > > > > > > > > > > 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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG: > > http://www.amibroker.com/devlog/ > > > > For other support material please check also: > > http://www.amibroker.com/support.html > > > > Yahoo! Groups Links > > > > > > > > >
