PureBytes Links
Trading Reference Links
|
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 amibroker@xxxxxxxxxxxxxxx, "J. Biran" <jbiran@xxx> 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: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On
> Behalf Of wavemechanic
> Sent: Saturday, April 28, 2007 4:12 PM
> To: amibroker@xxxxxxxxxxxxxxx
> 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:ton.sieverding@...> Sieverding
> To: amibroker@xxxxxxxxxxxxxxx
> 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:fimdot@...>
> To: amibroker@xxxxxxxxxxxxxxx
> 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:lamplowman@...>
> lamplowman@xxx>
> To: < <mailto:amibroker@xxxxxxxxxxxxxxx> amibroker@xxxxxxxxxxxxxxx>
> 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
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|