[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [amibroker] writeif function



PureBytes Links

Trading Reference Links


<SPAN 
class=516091505-25102002>David,
you 
may be able to accomplish this with the new encodeColor command. from 
help....
<SPAN 
class=516091505-25102002> 
Title 
= "This is written in \\c38violet <FONT color=#ffffff 
>color \\c27and this in 
green";You can also use new AFL function that makes it easier. Function 
is calledEncodeColor( colornumber ).And you can write the above example 
like this:Title = "This is written in " + EncodeColor( colorViolet ) + 
"violet color " + 
EncodeColor( colorGreen ) + "and this in green"; Multi-line captionis 
possible by simply embedding line break \n, for example:Title = "Thisis 1st 
line\nThis is second line";
<SPAN 
class=516091505-25102002> 
search 
"Usage notes on new release features" in the help 
file...
 
Jayson 

<FONT face=Tahoma 
size=2>-----Original Message-----From: David Holzgrefe 
[mailto:dtholz@xxxx]Sent: Thursday, October 24, 2002 7:13 
AMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker] 
writeif function
TJ could you add to the to do list the ability to 
add color to text output for the writeif function , it would aid spotting key 
words in commentarys eg Bullish , <FONT 
color=#ff0000>bearish etc 
 
 
Regards
 
David Holzgrefe
 
---Outgoing mail is certified Virus 
Free.Checked by AVG anti-virus system (<A 
href="">http://www.grisoft.com).Version: 6.0.404 / 
Virus Database: 228 - Release Date: 15/10/2002Post 
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 
Your use of Yahoo! Groups is subject to the <A 
href="">Yahoo! Terms of Service.