PureBytes Links
Trading Reference Links
|
Try using the title lines special codes. One apears in the standard price
chart that comes with AB
_N(Title = StrFormat("{{NAME}} - {{INTERVAL}} {{DATE}} Open %g, Hi %g, Lo
%g, Close %g (%.1f%%) {{VALUES}}", O, H, L, C, SelectedValue( ROC( C, 1 ) )
));
or for similar result
_N(Title = "{{NAME}} - {{INTERVAL}} {{DATE}} {{OHLCX}} {{VALUES}}");
--
Cheers
Graham
AB-Write >< Professional AFL Writing Service
Yes, I write AFL code to your requirements
http://e-wire.net.au/~eb_kavan/ab_write.htm
On 05/06/06, mrdavis9 <mrdavis9@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
>
> I feel very comfortable using the actual AFL language that TJ has so
> masterfully constructed.
>
> However, my training as a programmer consists of one semester of using
> Punch cards to program a heat flow equation in Fortran in about 1962.
>
> I am aware that if I comment out the Title name, then I can view all of
> the current values at the top of the chart, but I can no longer see the name
> that I have chosen for the custom indicator.
>
> I have saved many of the Title posts made by this Yahoo group, but I am
> unable to modify any of them to perform as I want.
>
> I would really like to be able to see the current values of my six plot
> lines displayed at the top of the chart as well as all of the
> REF(values,-1) displayed to the immediate left side of the current values.
>
> Additionally, at the extreme right side of the title line, I also want to
> see the name that I have chosen fot this Custom indicator.
>
> I will sure appreciate it a member of this Amibroker user group could
> supply me with a completed code that will do what I have described above.
>
> Reading the descriptions in the user manual has rarely helped.
>
> Virtually all of my learning has come come from reading the posts of
> this user group, and then experimenting with a functioning code that was
> posted.
> Later,Ron D
>
>
>
>
> 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
>
>
>
>
>
> SPONSORED LINKS
> Investment management software<http://groups.yahoo.com/gads?t=ms&k=Investment+management+software&w1=Investment+management+software&w2=Real+estate+investment+software&w3=Investment+property+software&w4=Software+support&w5=Real+estate+investment+analysis+software&w6=Investment+software&c=6&s=200&.sig=_XXUzbE9l5lGlZNcMu4KNQ> Real
> estate investment software<http://groups.yahoo.com/gads?t=ms&k=Real+estate+investment+software&w1=Investment+management+software&w2=Real+estate+investment+software&w3=Investment+property+software&w4=Software+support&w5=Real+estate+investment+analysis+software&w6=Investment+software&c=6&s=200&.sig=5_sgDczz3ArKGMtJ9tFSJA> Investment
> property software<http://groups.yahoo.com/gads?t=ms&k=Investment+property+software&w1=Investment+management+software&w2=Real+estate+investment+software&w3=Investment+property+software&w4=Software+support&w5=Real+estate+investment+analysis+software&w6=Investment+software&c=6&s=200&.sig=_N6zcwefgp4eg5n6oX5WZw> Software
> support<http://groups.yahoo.com/gads?t=ms&k=Software+support&w1=Investment+management+software&w2=Real+estate+investment+software&w3=Investment+property+software&w4=Software+support&w5=Real+estate+investment+analysis+software&w6=Investment+software&c=6&s=200&.sig=MJ2jP31F3n64RDZkDadU8w> Real
> estate investment analysis software<http://groups.yahoo.com/gads?t=ms&k=Real+estate+investment+analysis+software&w1=Investment+management+software&w2=Real+estate+investment+software&w3=Investment+property+software&w4=Software+support&w5=Real+estate+investment+analysis+software&w6=Investment+software&c=6&s=200&.sig=GmF8PlAJASx0wrSaX5-Zlw> Investment
> software<http://groups.yahoo.com/gads?t=ms&k=Investment+software&w1=Investment+management+software&w2=Real+estate+investment+software&w3=Investment+property+software&w4=Software+support&w5=Real+estate+investment+analysis+software&w6=Investment+software&c=6&s=200&.sig=aMgGsKT4w29dMAYUzQUKzg>
> ------------------------------
> YAHOO! GROUPS LINKS
>
>
> - Visit your group "amibroker<http://groups.yahoo.com/group/amibroker>"
> on the web.
>
> - To unsubscribe from this group, send an email to:
> amibroker-unsubscribe@xxxxxxxxxxxxxxx<amibroker-unsubscribe@xxxxxxxxxxxxxxx?subject=Unsubscribe>
>
> - Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service <http://docs.yahoo.com/info/terms/>.
>
>
> ------------------------------
>
|