| 
 PureBytes Links 
Trading Reference Links 
 | 
New beta version has lots of nice features
Mark
 
 
-----Original Message-----
From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf
Of ckinsey2003
Sent: Sunday, February 12, 2006 10:11 PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Re: Background color per chart Mark
Thanks for the quick code Mark. Didn't know we could do that.
Jack
--- In amibroker@xxxxxxxxxxxxxxx, "aajohnah" <aajohnah@xxx> wrote:
>
> Hope this helps
> 
>  
> 
>  
> 
>  
> 
> _SECTION_BEGIN("Chart Background Color");
> 
> Version(4.75);
> 
> BkgColor = ColorHSB( Param("Hue", 0, 0, 240 ), 
> 
> Param( "Saturation", 240, 0, 240 ), 
> 
> Param("Brightness", 240, 0, 240 ));
> 
> SetChartBkColor( BkgColor );
> 
> _SECTION_END();
> 
>  
> 
>  
> 
> Mark
> 
>  
> 
>  
> 
>  
> 
>  
> 
>  
> 
>  
> 
>  
> 
> On 2/13/06, Keith Osborne <kosborn3@xxx> wrote:
> 
> > Hi, I know it is there somewhere in the emails but cannot find it.
> 
> > 
> 
> > Can someone tell me what the Plot statement is as the last plot
> 
> > statement to allow me to plot background colur by chart.
> 
> > 
> 
> > TIA........Keith
> 
> >
>
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 --------------------~--> 
Try Online Currency Trading with GFT. Free 50K Demo. Trade 
24 Hours. Commission-Free. 
http://us.click.yahoo.com/RvFikB/9M2KAA/U1CZAA/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/
 
 |