Hi Gary,
I second Brian's post, and add the following link as suggested reading (for
everyone) on how to get an answer to a tech support/assistance
question.
Also, you should realize that some here (I for one) trade for a living,
while the market is open there's no time to write code or solve problems for
someone else, and some days after the market there is a life outside AB (unless
your name is Tomasz or Marcin <VBG>).
Peace and Justice --- Patrick
----- Original Message -----
Sent: Wednesday, June 29, 2005 5:11
AM
Subject: [amibroker] Need help
I posted this problem and got no reply, may be I will get
the help on my second post?
I am trying to show each
ticker/symbol on the tooltip as I move my mouse over each line (I have 10
tickers on my watchlist).
My AFL code (below) doesn't seem to do it,
anybody could help me with this? (there are 10 lines on the screen and I
wanted just ONE symbol to be shown on the tooltip as I move my mouse over
each line).
Thanks,
Gary
AFL
code: ---------
ListNames = CategoryGetSymbols(categoryWatchlist,
0);
for( i = 0; ( Symbol = StrExtract( ListNames, i ) ) != ""; i++
) { ToolTip = Symbol; Plot(Foreign(Symbol, "C"), Symbol, i + 1,
styleLine | styleNoTitle); }
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
---- LSpots keywords ?>---- HM ADS ?>
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
---- LSpots keywords ?>
---- HM ADS ?>
YAHOO! GROUPS LINKS
|