PureBytes Links
Trading Reference Links
|
Try this..
Title = EncodeColor(colorWhite) + "Open $ "
+ EncodeColor(colorBlack) + WriteVal(Open/1,1.2) + EncodeColor(colorBlue) + " High $ "
+ EncodeColor(colorRed) + WriteVal(High/1,1.2)
+ EncodeColor(color"etc etc") + etc, etc;
Wilson
On 6/2/05, Dean Hodgins <deanhodgins@xxxxxxxxx> wrote:
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
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
|