| 
 PureBytes Links 
Trading Reference Links 
 | 
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@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:
 http://docs.yahoo.com/info/terms/ 
 
 |