Stock Portfolio Organizer
The ultimate porfolio management solution.
Shares, Margin, CFD's, Futures and Forex
EOD and Realtime
Dividends and Trust Distributions
And Much More ....
WiseTrader Toolbox
#1 Selling Amibroker Plugin featuring:
Advanced Adaptive Indicators
Advanced Pattern Exploration
Neural Networks
And Much More ....
Background color for Amibroker (AFL)
Rating:
5 / 5 (Votes 1)
Tags:
amibroker
With this afl you can color your chart background
Similar Indicators / Formulas
Kavach Of Karna v2
Submitted
by hbkwarez over 10 years ago
Advanced Elliott Waves
Submitted
by MarcosEn over 13 years ago
3_6Day GuaiLiLv
Submitted
by motorfly over 13 years ago
Williams Alligator System
Submitted
by durgesh1712 over 13 years ago
Interactive Linear Regression Channel
Submitted
by InternetWorm over 13 years ago
*Level Breakout system*
Submitted
by Tinych over 13 years ago
Indicator / Formula
Copy & Paste Friendly
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | _SECTION_BEGIN ( "Background Color" ); BKswitch = ParamToggle ( "Background Color" , "On,Off" ); OUTcolor = ParamColor ( "Outer Panel Color" , colorLightBlue ); INUPcolor = ParamColor ( "Inner Panel Upper" , colorLightYellow ); INDNcolor = ParamColor ( "Inner Panel Lower" , colorSeaGreen ); TitleColor = ParamColor ( "Title Color " , ColorRGB (245,245,245)); if ( NOT BKswitch) { SetChartBkColor (OUTcolor); // color of outer border SetChartBkGradientFill (INUPcolor,INDNcolor,TitleColor); // color of inner panel } _SECTION_END (); |
2 comments
Leave Comment
Please login here to leave a comment.
Back
not working
It worked very fine……you have to add these formula lines to your existing formula
I put it in the end and worked fine,,,,
thanks man