TJ -
Thanks for your reply, it is appreciated and no, I
probably would not have found it without your direction. This is what I
mean though by saying that we need to be able to use what we have even
though it is a really large task to implement for something as complex as
AB.
Thanks to Dennis for your reply also.
Regards,
lou howard
===========================================================
----- Original Message -----
Sent: Thursday, August 28, 2008 8:55
AM
Subject: Re: [amibroker] Finding
Information --tooltips
See "Price (all in one).afl" code shipped with AmiBroker. It
contains what you are looking for
ToolTip=StrFormat("Open:
%g\nHigh: %g\nLow: %g\nClose: %g
(%.1f%%)\nVolume: "+NumToStr( V, 1 ), O, H, L, C, SelectedValue( ROC( C, 1 )));
Best regards, Tomasz Janeczko amibroker.com
----- Original Message -----
Sent: Thursday, August 28, 2008 4:50
PM
Subject: Re: [amibroker] Finding
Information --tooltips
Iou,
I have not used this mode before, but I just took a look to see what
you were getting at. After playing with it for a few minutes after
turning it on in the Preferences / Misc window, I see that it duplicates the
information about the x,y (Date,Price) location normally seen at the bottom
of the window, but now shown next to the cursor (with a timeout). It
is not showing OHLC data. However, if you place the cursor on the open
of the bar, it will show that price (more or less within a pixel).
If you want a tool tip to show OHLC for the bar, I am sure that it can
be programmed in AFL, but I have not tried to do it yet.
BR,
Dennis
On Aug 28, 2008, at 9:43 AM, lou wrote:
Price
data tooltips
if checked small tooltips will appear when you hover over
the chart displaying selected bar date, prices / indicator values
That is exactly what I want but it doesn't
work. Somewhere there is another "modifying" command that will not
allow me to see the Open and Close prices, but where? This then is
the start of hours of searching - or the initiation of this e-mail to the
forum for help. Will I get a comment such as "Read the documentation
stupid."?
PS - Would
also appreciate help with the tooltips thing.
lou howard
__._,_.___
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
__,_._,___
|