PureBytes Links
Trading Reference Links
|
You can use the following construct:
plotcolor = iif(your condition,color1,color2);
Plot(1,"",plotcolor,stylearea|styleownscale,0,1);
----- Original Message -----
From: "murthysuresh" <money@xxxxxxxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Wednesday, August 27, 2008 5:33 PM
Subject: [amibroker] Re: background color based on conditions
>i believ that it would set the entire chart background. in the case i
> am looking for eg.
>
> macd histo moves cyclically from negative to positive and back. during
> the negative cycle, i want my price chart background to be light red
> and during the positive cycle i want it to be light green. since
> SetChartBkColor takes in a color constant and not a array, there is no
> way it can do what i have explained earlier.
>
> if not, pl clarify
>
> --- In amibroker@xxxxxxxxxxxxxxx, "Barry Scarborough" <razzbarry@xxx>
> wrote:
>>
>> Yes, you can set it any time you want and to any color.
>> Use SetChartBkColor( your color );
>>
>> Barry
>>
>> --- In amibroker@xxxxxxxxxxxxxxx, "murthysuresh" <money@> wrote:
>> >
>> > can i change the background of a chart based on conditions. for
> eg.
>> > the background color price chart =green when macd>0 and adx >20
>> >
>>
>
>
>
> ------------------------------------
>
> 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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
> http://www.amibroker.com/devlog/
>
> 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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
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/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|