Just click to the right of the y-axis to remove the selector line from the 
chart and the title should give last bar data.

Bill

----- Original Message ----- 
From: "dralexchambers" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Monday, October 15, 2007 8:08 AM
Subject: [amibroker] Re: Keeping the Selector Bar on the far right of the price 
window


> Hi Herman - 
> 
> I have an indicator pane with PDI and MDI plotted. I also have a 
> custom pane title which says Bullish or Bearish depending on the DMI 
> direction:
> 
> 
> Title = WriteIf(PDI(range) > MDI(range),"BULLISH","BEARISH");
> 
> 
> On a realtime chart, keeping the selector bar at the far RHS allows 
> the pane title to be updated with the most recent DMI status of the 
> most recent candle - so if the indicator changes from BEARISH to 
> BULLISH, I buy.
> 
> In short, I would like the title to always reflect the most recent 
> candle.
> 
> AC
> 
> 
> 
> 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.488 / Virus Database: 269.14.10/1070 - Release Date: 10/14/2007 
> 9:22 AM
> 
>

Reply via email to