Stock Portfolio Organizer
The ultimate porfolio management solution.
WiseTrader Toolbox
#1 Selling Amibroker Plugin featuring:
Background Colour For Amibroker for Amibroker (AFL)
This Formula will help you to coloure your indicators easly ( copy this formula and paste it in the end of any formula then save ) your indicator seen will change so lovely you can control coloures by parametres
Screenshots
Similar Indicators / Formulas
Indicator / Formula
_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
Good AFL, keeps us in gr8 mood.
I would call it “Mood AFL”
Keep it up
Thx
Ravi
thnk u. god bless u