Thanks Bill That is one way and is quite effective and does do what I want, almost. Got me thinking also, maybe I only want labelled lines on top of a candle price chart, will delve a bit deeper.
Peter --- In [email protected], "J. Biran" <[EMAIL PROTECTED]> wrote: > > 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 <mailto:[EMAIL PROTECTED]> 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 <mailto:[EMAIL PROTECTED]> > 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" < <mailto:[EMAIL PROTECTED]> > [EMAIL PROTECTED]> > To: < <mailto:[email protected]> [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 > >
