PureBytes Links
Trading Reference Links
|
You
might have a look at the interpretation window or simply use Title if not in the
built in price indicator..
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>Regarding the candle code is this is added because you have called close
in more than one plot statement. Again use the Title
line....
<FONT face=Arial color=#0000ff
size=2>
unless
.........are you using this code added to the built-in price indicator?? If so
Title does not work on this indicator. You may want to simply create a custom
price indicator that you can manipulate...
Regards,
Jayson
<FONT face=Tahoma
size=2>-----Original Message-----From: prsobel
[mailto:prs7@xxxxxxxxxxx]Sent: Friday, January 23, 2004 3:25
PMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker] Close
Appears Twice in Price Data Tooltips?In an effort to
modify candlestick charts I've added:mycolor = IIf(Close >= Ref(
Close , -1 ), colorGreen, colorRed);Plot(C, "Close", mycolor,
styleCandle);The little window displaying information when the cursor
hovers over a price bar now lists the Close price twice. Can I eliminate one
of them without changing anything else?Also, is there any way to
have a stationary window that shows values consistent with whatever date the
cursor is over?Send BUG REPORTS to
bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
To visit your group on the web, go to:<A
href="">http://groups.yahoo.com/group/amibroker/
To unsubscribe from this group, send an email to:<A
href="">amibroker-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
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
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/amibroker/
To unsubscribe from this group, send an email to:amibroker-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|