BB Histogram for Amibroker (AFL)
TradersZone almost 14 years ago Amibroker (AFL)
Here Is BB Histogram
Enjoy
TradersZone
Indicator / Formula
Copy & Paste Friendly
_SECTION_BEGIN("BB Histogram");
bbhist=((C+2*StDev(C,20) - MA(C,18)) / ((4*StDev(C,18)))*4) - 2;
Plot(bbhist, "BBands Histogram", IIf(bbhist > 0, colorGreen, colorRed),
styleHistogram + styleThick);
_SECTION_END();1 comments
Leave Comment
Please login here to leave a comment.
Hellow,
Please add on guidelines on how best we can use this.
Thanks
Viswanath MK