.

Bollinger Band Dark Cloud - Amibroker AFL Code

Click Image To Enlarge. Please Rate And Comment.

Bollinger Band Dark Cloud

Plot( Close, "Price", colorBlack, styleCandle); 

btop = BBandTop(Close);
bbot = BBandBot(Close);
Plot( bbot , "BBot", colorGreen, styleThick);
Plot( btop , "BTop", colorGreen, styleThick); 

PlotOHLC( btop, btop, bbot, bbot, "", colorYellow,styleCloud );
Previous Post Next Post