Skip to main content

BB Histogram for Amibroker (AFL)

TradersZone almost 14 years ago Amibroker (AFL)

  • Rating:
    3 / 5 (Votes 4)
  • Tags:
    oscillator, amibroker

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

almost 14 years ago

Hellow,

Please add on guidelines on how best we can use this.

Thanks
Viswanath MK

Leave Comment

Please login here to leave a comment.