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 > >
