Thanks for all answers. I know that but that's not what I want. I want to have two different Y_axis. And the reason is simple. Not having the disadvantages you're talking about. I will check if this is already in the AB wish list ...
Ton. ----- Original Message ----- From: J. Biran To: [email protected] Sent: Sunday, April 29, 2007 1:47 AM Subject: RE: [amibroker] Y axis as % of current value use plottext() to place the value on ht right side of the screen. you will need to leave room on the right if you do to want to write over your plotted line or price. this text will not be visible once you scroll back. Joseph Biran ____________________________________________ ------------------------------------------------------------------------------ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of wavemechanic Sent: Saturday, April 28, 2007 4:12 PM To: [email protected] Subject: Re: [amibroker] Y axis as % of current value Don't think that can be done but you could put price in the title. Bill ----- Original Message ----- From: Ton Sieverding To: [email protected] Sent: Saturday, April 28, 2007 3:56 PM Subject: Re: [amibroker] Y axis as % of current value Great. But what about per cent on the right and the price on the left Y-axis. I have tried that but for whatever reason could not get it to work. Do you have the solution ? Regards, Ton. ----- Original Message ----- From: wavemechanic To: [email protected] Sent: Saturday, April 28, 2007 4:07 PM Subject: Re: [amibroker] Y axis as % of current value Here is one way: plot(100 * ((c - selectedvalue(c))/c), "", colorred); Bill ----- Original Message ----- From: "lamplowman" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Saturday, April 28, 2007 6:46 AM Subject: [amibroker] Y axis as % of current value > Hi Guys, > > Is there any way I can change the Y axis scale to show percentage +- > variation from the current or selected bar. > > Failing that, create a chart and draw some horizontal lines (similar > to fibonacci drawing tool style) on the chart showing percentage +- > variation from the current or selected bar. > > Possibly dividing the visible chart Y scale price value rang into five > percentage values. > > Regards > Peter > > > > > 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 > > > > > > -- > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.5.467 / Virus Database: 269.6.1/778 - Release Date: 4/27/2007 1:39 PM > > ---------------------------------------------------------------------------- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.467 / Virus Database: 269.6.2/779 - Release Date: 4/28/2007 3:32 PM
