PureBytes Links
Trading Reference Links
|
You can use Encodecolor as many times as you want, e.g.
Title = EncodeColor(colorWhite)+ "Open $ "
+ EncodeColor(colorBlue) + WriteVal(Open/1,1.2)
+ EncodeColor(colorRed) + " High $ "
+ EncodeColor(colorBlack + WriteVal(High/1,1.2) + etc, etc.
Re the Title, AB will only use the last one in your code.
Steve
----- Original Message -----
From: "Dean Hodgins" <deanhodgins@xxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Wednesday, June 01, 2005 1:47 PM
Subject: [amibroker] Chart Title Question
>
> Just curious whether it's possible to assign specific colors to parts
> of a title block as opposed to all items colored white per the
> example below.
>
>
> Title = EncodeColor(colorWhite)+ "Open $ " + WriteVal(Open/1,1.2)
> + " High $ " + WriteVal(High/1,1.2) + etc, etc.
>
> I tried adding another Title line but then the original title was
> gone when applied.
>
> Purely a cosmetic issue that would help highlight parts of a lenghty
> and multi-line title I have set up.
>
> Thanks and Regards,
>
>
> Dean Hodgins
>
>
>
>
>
>
>
>
>
> 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
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Has someone you know been affected by illness or disease?
Network for Good is THE place to support health awareness efforts!
http://us.click.yahoo.com/Rcy2bD/UOnJAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~->
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
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/
|