PureBytes Links
Trading Reference Links
|
This works but depends on where you place your bar. It counts from the left
edge of the chart up to the cursor.
Hope this helps.
Indicator = Status("Barvisible"); // This generates an array of 1's
where the bars are visible
Count = Cum(indicator);
Title = "No of Bars" + WriteVal(Count);
----- Original Message -----
From: "suree namsiripongpan" <suree_n@xxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Sunday, August 20, 2006 12:29 PM
Subject: [amibroker] how to calculate the number of bars displayed on the
screen?
> Hi Everyone,
>
> Is there any way to calculate the number of bars
> displayed on the screen especially after zoom in or
> zoom out ?
>
> I need this number to calculate the highest and lowest
> point displayed on the screen....
>
> Thanks in advance.
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
>
> 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 other support material please check also:
> http://www.amibroker.com/support.html
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
>
|