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
> 
> 
> 
> 
> 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/> http://www.amibroker.com/devlog/
> 
> For other support material please check also:
>  <http://www.amibroker.com/support.html>
http://www.amibroker.com/support.html
> 
> Yahoo! Groups Links
> 
> 
>    (Yahoo! ID required)
> 
>     <mailto:[EMAIL PROTECTED]>
mailto:[EMAIL PROTECTED]
> 
> 
> 
> 
> 
> -- 
> 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


 

Reply via email to