PureBytes Links
Trading Reference Links
|
This formula returns a huge number. The formula Steve gave works
great. Thanks, Barry
--- In amibroker@xxxxxxxxxxxxxxx, "J. Biran" <jbiran@xxx> wrote:
>
> Use the following as a starting point:
>
> DT=DateTime();
> IsRightJustified = LastValue(DT) ==
> LastValue(ValueWhen(Status("BarVisible"), DT));
>
>
> Joseph Biran
> ____________________________________________
> -----Original Message-----
> From: amibroker@xxxxxxxxxxxxxxx
> [mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf Of Barry
> Scarborough
> Sent: Wednesday, July 02, 2008 8:01 AM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] Number of bars in chart
>
> Is there a function or method of finding out how many bars
> are
> displayed on a chart. We can use the + or - to display as
> many bars as
> we like. I place a message on the chart when an error occurs
> during
> auto trading. This is an example of how I place the text:
>
> PlotText( "Trading Paused", BarCount - 10, LastValue( (
> HHV(H, 20) + LLV
> (L, 20)) / 2 ), colorWhite, colorBlack);
>
> This works fine when I have 50 or less bars on the chart but
> if I put
> many on the chart then part of the text is off the right
> side of the
> chart. If I know how many bars were displayed on the chart I
> could
> dynamically place the text so it is not truncated.
>
> Thanks,
> Barry
>
>
>
> ------------------------------------
>
> 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
>
------------------------------------
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/
|