|
Didn't realize that was in there. I made it. It's very short and used as a convenience.
//One version BkgColor = ColorHSB( Param("Hue", 75, 0, 240 ), Param( "Saturation", 50, 0, 240 ), Param("Brightness", 200, 0, 240 )); SetChartBkColor( BkgColor );
//Another version as a function you can call function SetBackColor( HUE, SAT, BRI ) { if (Version(0) >= 4.75) { BkgColor = ColorHSB( Param("Hue", HUE, 0, 240 ), Param( "Saturation", SAT, 0, 240 ), Param("Brightness", BRI, 0, 240 )); SetChartBkColor( BkgColor ); } }
-- Terry -----Original Message-----
Terry where did you find the Color-Background inlude ?
Ton.
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
SPONSORED LINKS
Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required) Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe __,_._,___ |
- RE: [amibroker] Candlestick pattern scan Terry
- Re: [amibroker] Candlestick pattern scan Ton Sieverding
- RE: [amibroker] Candlestick pattern scan Terry
- Re: [amibroker] Candlestick pattern scan Ton Sieverding
- Re: [amibroker] Candlestick pattern s... Graham
- RE: [amibroker] Candlestick pattern s... Terry
- Re: [amibroker] Candlestick patt... Ton Sieverding
- Re: [amibroker] Candlestick ... Infinity Home Loans
- RE: [amibroker] Candlest... Terry
- Re: [amibroker] Candlest... Ton Sieverding
- Re: [amibroker] Candlest... Ton Sieverding
