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

Re: [amibroker] Chart Title Question



PureBytes Links

Trading Reference Links

I just plugged my own items into Wilsons example, and it works.  However, I would also like to display the names that I have chosen to call each of these values.
 
Apparently, I need to have something like this>EncodeColor(colorWhite)+WriteText(SmoothTrend)+WriteVal(SmoothTrend)+EncodeColor(colorCustom12)+WriteText(ActualTrend)+WriteVal(ActualTrend)+AND SO ON. 
I would appreciate seeing an example of what I need to add to my title statement to accomplish this.  Ron D
 

Title="AA R2e2to2e98"+EncodeColor(colorWhite)+WriteVal(SmoothTrend)+EncodeColor(colorCustom12)+WriteVal(ActualTrend)+

EncodeColor(colorCustom9)+WriteVal(R5e5)+EncodeColor(colorBlack)

+WriteVal(R14)+EncodeColor(colorRed)+WriteVal(S14);

----- Original Message -----
From: Wilson
Sent: Wednesday, June 01, 2005 1:00 PM
Subject: Re: [amibroker] Chart Title Question

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




No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.322 / Virus Database: 267.3.3 - Release Date: 5/31/2005


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