Hello, When everything fails - check the MANUAL.
PlotGrid is what you are looking for http://www.amibroker.com/f?plotgrid Best regards, Tomasz Janeczko amibroker.com ----- Original Message ----- From: "Flávio Veloso" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Sunday, November 16, 2008 5:22 AM Subject: Re: [amibroker] Parameter - Axis/Grid-Levels > Hi. > > I think that he was referring to flexibe *levels*. Currently AB has only > a finite set of levels, e.g. 0, 20/80, 30/70 etc. > > Yes it's possible to add arbitrary custom levels. Just right click the > pane anc click "Edit formula". Then append the following lines to the > formula: > > Plot(30, "", colorBlack, styleLine | styleDashed); > Plot(60, "", colorBlack, styleLine | styleDashed); > > Panos Boufardeas wrote: >> * *Axes* >> o *Scaling*: >> + *Automatic* - minimum and maximum value of Y axis is >> determined automatically by AmiBroker >> + *Custom* - minimum and maximum value of Y axis are >> user-defined >> o *Minimum* - minimum Y axis value (this property is locked if >> automatic scaling is selected, to unlock choose Custom scaling) >> o *Maximum* - maximum Y axis value (this property is locked if >> automatic scaling is selected, to unlock choose Custom scaling) >> >> Yes. >> Go at your Rsichart window and right click Axis/Grid then use *Scaling >> = *Custom , *Minimum = 30 , Maximum =60 >> >> *Panos >> >> >> At 01:12 AM 16-11-2008 16-11-2008, you wrote: >> >>> Hi >>> >>> Is it possible to make the Parameter in Axis/Grid Level flexible? >>> Example in RSI we want to have 60/30 instead. >>> >>> Any other alternative to change this level parameter? >>> >>> Thanks >> > > > -- > Flávio > > ------------------------------------ > > **** IMPORTANT **** > This group is for the discussion between users only. > This is *NOT* technical support channel. > > ********************* > TO GET TECHNICAL 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 > > >
