PureBytes Links
Trading Reference Links
|
I use the following across the top of my custom price charts:
Title = Name() +" - "+ WriteVal( DateTime(), formatDateTime )+" -
"+"Open: "+WriteVal(O,1.0)+" "+" - Hi: "+WriteVal(H,1.0)+" "+" -
Low: "+WriteVal(L,1.0)+" "+" - Close: "+WriteVal(C,1.0)+" -
Volume: "+WriteVal(V,1);
Text output is all black. What I would like to know is if I can
modify this code so that the values *only* would be another color?
'High' would remain black, but the value following it would be
another color. I have made a couple of attempts at this, but can't
seem to figure it out, and I am not sure it can be done.
Yuki ^_^
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Free shipping on all inkjet cartridge & refill kit orders to US & Canada. Low prices up to 80% off. We have your brand: HP, Epson, Lexmark & more.
http://www.c1tracking.com/l.asp?cid=5510
http://us.click.yahoo.com/GHXcIA/n.WGAA/ySSFAA/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/
|