PureBytes Links
Trading Reference Links
|
The date time and "value" I don't think are user "controlled"
however you can "ADD" values.
Say you had a donchian channel and you wanted the value listed in
the tool tips then you just do
upper=hhv(h,20);
lower=llv(l,20);
and they would be listed as "upper" and the value and then "lower"
and the value
I was not sure if this is what you meant?
--- In amibroker@xxxxxxxxxxxxxxx, "johanskatt" <johanskatt@xxxx>
wrote:
> You also need to check the 'Show interpretation in tooltips' box
on
> the 'Miscellanious' tab in preferences.
>
> JS
>
>
>
>
> --- In amibroker@xxxxxxxxxxxxxxx, "Jayson" <jcasavant@xxxx> wrote:
> > No? perhaps you could post an example. It seems to do exactly
that
> > here......
> >
> >
> > Regards,
> > Jayson
> > -----Original Message-----
> > From: mmqp [mailto:mmqp@x...]
> > Sent: Wednesday, September 17, 2003 11:44 AM
> > To: amibroker@xxxxxxxxxxxxxxx
> > Subject: [amibroker] Re: Data tips window
> >
> >
> > Thanks for responding Jayson; however my title does not match
with
> > what I see in the "data tip" popup window.
> >
> > --- In amibroker@xxxxxxxxxxxxxxx, "Jayson" <jcasavant@xxxx>
wrote:
> > > accessible via the title= command in your indicator...
> > >
> > > Regards,
> > > Jayson
> > > -----Original Message-----
> > > From: mmqp [mailto:mmqp@x...]
> > > Sent: Wednesday, September 17, 2003 11:02 AM
> > > To: amibroker@xxxxxxxxxxxxxxx
> > > Subject: [amibroker] Data tips window
> > >
> > >
> > > Does anyknow what AB function/commands would automatically
> > outputing
> > > datas to this window. Can user control it? TIA
> > >
> > >
> > > Yahoo! Groups Sponsor
> > > ADVERTISEMENT
> > >
> > >
> > >
> > >
> > > Send BUG REPORTS to bugs@xxxx
> > > Send SUGGESTIONS to suggest@xxxx
> > > -----------------------------------------
> > > Post AmiQuote-related messages ONLY to:
amiquote@xxxxxxxxxxxxxxx
> > > (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> > > --------------------------------------------
> > > Check group FAQ at:
> > > http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> > >
> > > Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> > Service.
> >
> >
> > Yahoo! Groups Sponsor
> > ADVERTISEMENT
> >
> >
> >
> >
> > Send BUG REPORTS to bugs@xxxx
> > Send SUGGESTIONS to suggest@xxxx
> > -----------------------------------------
> > Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> > (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> > --------------------------------------------
> > Check group FAQ at:
> > http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> >
> > Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service.
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for Your HP, Epson, Canon or Lexmark
Printer at Myinks.com. Free s/h on orders $50 or more to the US & Canada. http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/l.m7sD/LIdGAA/qnsNAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|